jin-s13 / COCO-WholeBody

ECCV2020 paper "Whole-Body Human Pose Estimation in the Wild"
767 stars 73 forks source link

I want to make a dataset in coco-wholebody format. What tool do you use to make it? #42

Closed shopkeeper2020 closed 1 year ago

jin-s13 commented 1 year ago

I used internal labeling tool. You may try labelme.

shopkeeper2020 commented 1 year ago

I used internal labeling tool. You may try labelme.

Thanks for your prompt reply.And I want to know which attributes in the dataset are not necessary if they are only used for training?

jin-s13 commented 1 year ago

Please refer to https://github.com/open-mmlab/mmpose/blob/master/docs/en/faq.md#data

shopkeeper2020 commented 1 year ago

Please refer to https://github.com/open-mmlab/mmpose/blob/master/docs/en/faq.md#data

Thanks for the quick reply!