mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

PoseTrack Training #45

Closed lxtGH closed 4 years ago

lxtGH commented 5 years ago

Hi! Thanks for your repo. The number of joints in posetrack is a little different from COCO. How did you handle the missing joints like left_ear and right_ear. Also the different joint head_bottom and head_top?

mks0601 commented 5 years ago

Just use pre-trained model on COCO, and set loss zero for not annotated l_ear and r_ear. When fine-tuning, slight different joint (head_bottom and head_top) can be handled by learning.

lxtGH commented 5 years ago

Hi! Thanks for your kind reply!!!!. When doing the evaluation how to handle the not anotated l_ear and r_ear.@mks0601

mks0601 commented 5 years ago

I cannot understand your question. Could you make it clear?

lxtGH commented 5 years ago

@mks0601 Hi! Sorry for that. I update my moments.

mks0601 commented 5 years ago

I think so, but cannot remember clearly. Sorry :(