-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added skeleton keypoints detector COCO Whole Body (#7033)
### Motivation and context Resolved #3756 Resolved #5324 Used model is UBody via mmpose https://mmpose.readthedocs.io/en/latest/model_zoo/wholebody_2d_keypoint.html#topdown-heatmap-hrnet-ubody-coco-wholebody-on-ubody2d Optional: - [ ] Try different detectors from mmdetect - [ ] GPU support (it very quick on CPU as well) **Deploy with**: ```./deploy_cpu.sh pytorch/mmpose/ubody2d/nuclio/``` **Recommendations**: redeploy this list of functions if you use any of them after using this code - tensorflow/faster_rcnn_inception_v2_coco/nuclio/ - tensorflow/matterport/mask_rcnn/nuclio/ - pytorch/facebookresearch/detectron2/retinanet_r101/nuclio/ - openvino/omz/public/yolo-v3-tf/nuclio/ - onnx/WongKinYiu/yolov7/nuclio/ - openvino/omz/public/mask_rcnn_inception_resnet_v2_atrous_coco/nuclio/ - openvino/omz/public/faster_rcnn_inception_resnet_v2_atrous_coco/nuclio/ - openvino/omz/intel/text-detection-0004/nuclio/ - openvino/omz/intel/semantic-segmentation-adas-0001/nuclio/ - openvino/omz/intel/face-detection-0205/nuclio/
- Loading branch information
Showing
42 changed files
with
2,494 additions
and
1,525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Added | ||
|
||
- CVAT now supports serverless Nuclio functions returning skeleton annotations. | ||
Added keypoint detector supporting skeletons with following classes: body, head, foot, hands. | ||
Deployment command: `./deploy_cpu.sh pytorch/mmpose/hrnet32/nuclio/` | ||
(<https://github.com/opencv/cvat/pull/7033>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.