open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.6k stars 1.22k forks source link

segmentation label #1134

Closed alicera closed 2 years ago

alicera commented 2 years ago

If I want to train my custom, what do I need to label info ?

I know human pose need to label the keypoint and person box. Does it must be have the segmentation for training?

image

image ref: https://www.v7labs.com/blog/human-pose-estimation-guide

jin-s13 commented 2 years ago

We do not need segmentation labels. Please refer to https://github.com/open-mmlab/mmpose/blob/master/docs/en/faq.md for more details.

alicera commented 2 years ago

Thks.