Skip to content
New issue

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

Questions regarding inference on the custom data #7

Open
yohanshin opened this issue Apr 2, 2023 · 1 comment
Open

Questions regarding inference on the custom data #7

yohanshin opened this issue Apr 2, 2023 · 1 comment

Comments

@yohanshin
Copy link

Hi, thank you for your great work! I would like to run your model to triangulate the data that we've collected.

Since we are using detection models with COCO configuration, I am not sure how can I run your model with COCO.

Do we have to retrain the model on COCO configuration?

In infer_pose.py, it seems like I need h36m_custom.pt while I can only download h36m_knwon.pt and h36m_est.pt from your shared link. Or can I use h36m_known.pt if I already have the camera calibration parameters?

Thank you for your answer in advance!

@kristijanbartol
Copy link
Owner

Hi @yohanshin , I apologize for my late response! You should be able to use h36m_known.pt. The h36m_custom.pt comes in in case you have your "custom" parameters, i.e., estimated by a different method.

For using COCO body models, you should retrain the model on such a body model because the joint semantics is a bit different than the H36M body model. The problem is, I think that H36M dataset contains only H36M ground truth annotations? I would have to check, but I think that CMU might contain COCO annotations? Then you could train the model this data and apply it in inference to your collected data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants