xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.3k stars 1.93k forks source link

Is there a necessary connection between the learning of pose estimation task and target detection? #833

Open lihua-hua opened 4 years ago

lihua-hua commented 4 years ago

I know that the pose estimation is achieved by calculating the offset between the center point and the key points of the skeleton, so whether the independent training pose estimation will affect the prediction accuracy

xingyizhou commented 4 years ago

Thanks for the question, I haven't tried to train pose estimation independently.