CMU-Perceptual-Computing-Lab / openpose_train

Training repository for OpenPose

Home Page:https://github.com/CMU-Perceptual-Computing-Lab/openpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I tag the openpose dataset myself?

CG66 opened this issue · comments

commented

Openpose is usually used to identify human joints,but if i want to identify other animals,how should I label the image
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.

Long story short: Create and label a huge dataset of keypoints for that specific animal, create a skeleton for that structure analog to the one we created for humans, and train any pose detector for that.

I believe there are some datasets, but too small to train this kind of detector.

commented

I'd recommend you to check the C++ data loader code and the COCO format. It only takes as input the body keypoints (17 keypoints / person). See how it works for body, it's not something I can do a tutorial (too long to explain), it's faster to just understand the code.