Commit Graph

63 Commits (9d7743f75e2f1cf2638419fbea012b70b1f1be0c)

Author SHA1 Message Date
huchenlei 9d7743f75e 🚧 Load canvas from frame mesasge 2023-05-25 23:52:28 -04:00
huchenlei e0cf5c6c3b 🚧 Add face support 2023-05-24 21:55:33 -04:00
huchenlei 7fead15e72 🚧 Support add specified body part with uploaded JSON 2023-05-23 22:35:07 -04:00
huchenlei 9cfdcec13c 🚧 Use OpenposeBodyPart enum to replace use of string literals 2023-05-23 21:48:16 -04:00
huchenlei 9d7538a40b 🐛 fix incorrect group visibility issue 2023-05-22 23:17:02 -04:00
huchenlei 4c755f390f 🚧 implement auto zoom 2023-05-22 23:08:10 -04:00
huchenlei 48ecc84548 🚧 Attach hand to correct location 2023-05-22 01:18:59 -04:00
huchenlei c4bfe4aff6 🐛 Correctly remove grouped object 2023-05-21 22:07:10 -04:00
huchenlei 0c0f4155bb 🚧 handle params from POST request 2023-05-18 00:21:46 -04:00
huchenlei 15cfaab607 🔨 factor out logic of load JSON person and upload background image 2023-05-17 22:39:30 -04:00
huchenlei 0567cff9d5 🚧 populate data as empty dict on GET request to avoid syntax error 2023-05-17 22:33:03 -04:00
huchenlei c29c28ffbe 🚧 Mount app to WebUI 2023-05-17 22:23:11 -04:00
huchenlei 8301b752bc 🔧 resolve build issues 2023-05-11 22:50:35 -04:00
huchenlei 1f82384fc2 🚧 Make the collapse cascade 2023-05-10 23:38:34 -04:00
huchenlei 2cfa96b9ce 📝 ignore pyc 2023-05-10 22:01:58 -04:00
huchenlei dcb9c52439 🚧 Handle JSON parse exception and push to notification 2023-05-10 22:00:50 -04:00
huchenlei 42717a45b9 🚚 Move visibility change observer to OpenposeObjectPanel 2023-05-10 21:43:39 -04:00
huchenlei a958a3eb64 🚚 Move coords change observer to OpenposeObjectPanel 2023-05-10 21:41:56 -04:00
huchenlei 94a7348b04 🔥 Remove on group changed observer 2023-05-10 21:38:36 -04:00
huchenlei 100c6ad4e4 🎨 add space between UI elements 2023-05-10 01:21:53 -04:00
huchenlei 4ee47cd95c 🐛 make attribute public so that vue does not complain 2023-05-10 01:15:39 -04:00
huchenlei 80c10f35ec 🚧 Implement grouping of OpenposeObject 2023-05-10 01:11:33 -04:00
huchenlei cc06942e19 🚧 Add scale control of background image 2023-05-09 12:44:59 -04:00
huchenlei 32ef8a2c30 🚧 Add download image feature 2023-05-09 00:26:16 -04:00
huchenlei 100a725236 🚧 Add download JSON feature 2023-05-09 00:19:10 -04:00
huchenlei 15efd0c9b6 🚧 support json pose upload 2023-05-08 22:55:10 -04:00
huchenlei 6673ae7295 🎨 nits 2023-05-08 21:55:10 -04:00
huchenlei acc158ef4c 🚧 Fully implement background image upload 2023-05-08 21:52:45 -04:00
huchenlei f0c956e9a2 🔨 Make Generic Switch component IconSwitch 2023-05-08 21:26:39 -04:00
huchenlei a30ac3a9cd 🚧 Add background image upload feature 2023-05-08 20:09:58 -04:00
huchenlei 92ac103cdf 🚧 Implement rotation 2023-05-08 17:22:54 -04:00
huchenlei 7ec2f89bfe 🚧 Implement scaling 2023-05-08 17:20:47 -04:00
huchenlei 6820bbebe3 🐛 fix visibility issue 2023-05-08 02:01:13 -04:00
huchenlei 11a0f178df 📝 giving meaningful names to hand keypoints 2023-05-08 00:58:57 -04:00
huchenlei a85e1d8b77 🚧 make hand/face panels accordion 2023-05-08 00:46:59 -04:00
huchenlei e8fa729a06 🚧 add hand/face remove/add to canvas 2023-05-08 00:35:07 -04:00
huchenlei f1636f8be9 🚧 add hand/face support 2023-05-08 00:18:23 -04:00
huchenlei 004f80059d 🔨 factor out PersonPanel 2023-05-08 00:01:44 -04:00
huchenlei ca3918dc02 🐛 fix coords issue 2023-05-07 23:16:13 -04:00
huchenlei 40419b5f6e 🚧 control keypoint by editing coordinates 2023-05-07 23:12:05 -04:00
huchenlei b1bfdee34a 🚧 locks keypoint when they are selected in group 2023-05-07 22:52:23 -04:00
huchenlei ea0e0e1f67 🐛 fix panel id issue 2023-05-07 22:27:47 -04:00
huchenlei 94edfa1aca 🐛 nits 2023-05-07 22:17:51 -04:00
huchenlei 3e79f0fc30 🐛 Resolve the proxy issue 2023-05-07 22:17:28 -04:00
huchenlei 6eb533b36d 🚧 add coordinates display/edit 2023-05-07 18:36:24 -04:00
huchenlei d4000df2d0 🚧 Add hand/face structure 2023-05-06 23:49:17 -04:00
huchenlei cbc956355f 🚧 Select all keypoints on person when panel expanded 2023-05-06 22:31:39 -04:00
huchenlei be27f65c98 🚧 Remove log 2023-05-06 21:21:54 -04:00
huchenlei 11a5fb99eb 🎨 format code 2023-05-06 21:20:56 -04:00
huchenlei f906385677 🔥 Remove legacy JS editor 2023-05-06 21:20:02 -04:00