-
Notifications
You must be signed in to change notification settings - Fork 179
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
CMU-trained Weights and Cross dataset evaluation #83
Comments
Thank you so much! |
Hi, unfortunately I encountered this error when trying to perform evaluation:
Problem temporarily resolved by setting |
I'm not sure if it's intentional, but it seems that the pretrained weights have 17 keypoints, whereas the CMU default keypoints has 19 keypoints? It seems that you are using pretrained weights with coco keypooint mappings; how do you effectively evaluate against the CMU dataset then (since the ground truth keypoints are different)? |
@Samleo8 by any chance do you still have the cmu weights available with you? |
In your paper under Experiments > CMU Panoptic Dataset, you noted that
I am trying to replicate some of the results, but was not exactly successful. I understand that the results are different when running H36M-trained on CMU validation (rather than the other way round as you did in the paper), but as can be seen from my test results in issue #76 , I get quite poor results. Granted, you did mention in your paper that the CMU-trained weights were the best because it could learn from truncated views, but it suggests that the H36-trained model is fairly poor when dealing with occlusions.
It would be great if you could provide weights for the CMU-trained model, as it would help validate the results in your paper, and also augment the strength/usability of your model. I believe that this model is will be great for auto-generating 3D ground-truth data for many of the community's datasets, but without the CMU-trained model, many in the community cannot use it practically for these purposes.
Also, how did you make a proper comparison between the joints when the CMU and H36M have vastly different joint positions? Is there code for this?
Thank you!
The text was updated successfully, but these errors were encountered: