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

Wrong regression result with custom data. #15

Open
xiezhy6 opened this issue Dec 9, 2021 · 2 comments
Open

Wrong regression result with custom data. #15

xiezhy6 opened this issue Dec 9, 2021 · 2 comments

Comments

@xiezhy6
Copy link

xiezhy6 commented Dec 9, 2021

Hi, when I try to use ProHMR to test on my own data, the model fails to regress the correct pose, leading to a terrible fitting result. However, when I test another image with a similar pose, the model works well. (Success case and failure case are shown below.). My question is why the performance of ProHMR varies a lot with similar input images? And is there any solution to fix this issue (e.g., padding/cropping/resizing the input images, modifying the fitting code, etc.)?

Failure case: (from top to down: input image, regression result, fitting result)
image

Success case:
image

@xiezhy6
Copy link
Author

xiezhy6 commented Dec 9, 2021

Hi, I would like to provide some of my test data, in which ProHMR does not work well. Maybe you could test them by yourself and help me analyze the reason for the failure cases. Thanks a lot! :-D
id_13639849_img_0
id_13890083_img_0
id_14025181_img_0

@nkolot
Copy link
Owner

nkolot commented Dec 16, 2021

Is there any specific reason the head of the people is cropped? Is it to preserve privacy? This could create a domain gap between your testing scenario and the images the network was trained on. In such a case you could try to finetuning ProHMR by simultating such types of truncations. Also does OpenPose work well on all those examples or not? I'm curious too see how the OpenPose keypoints look like.

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