We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pose track datasets have 15 keypoints while COCO has 17, how to merge the dataset and train Jointly?
The text was updated successfully, but these errors were encountered:
Use posetrack format as the standard. What I did is mapping COCO to posetrack, which can be found in the following routine: change_order_COCO_to_PoseTrack. (https://github.com/Guanghan/lighttrack/blob/master/HPE/AllJoints_COCO.py)
Sorry, something went wrong.
Thanks for your reply!
@Guanghan Hi! The training step for your model on pose tracking dataset is :
No branches or pull requests
Pose track datasets have 15 keypoints while COCO has 17, how to merge the dataset and train Jointly?
The text was updated successfully, but these errors were encountered: