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

How to determine the final pose for my own image? #42

Closed
sukun1045 opened this issue Jul 19, 2021 · 2 comments
Closed

How to determine the final pose for my own image? #42

sukun1045 opened this issue Jul 19, 2021 · 2 comments
Labels
question Further information is requested

Comments

@sukun1045
Copy link

Hi, I have a question regarding the final pose I should use for my own image. Since there are multiple pose_pred that have high scores while they have similar values. In AFLW evaluation, you determine the best index using max_iou. In test_own_images, it seems like you use all high score predicted poses to render (That is what I understand the overlap variable in renderer.render). In my case, I just want to obtain the pose only. Would it be the average of all high score predictions or simply using the highest score result? Or any other solution? Thank you.

@vitoralbiero
Copy link
Owner

Hello @sukun1045,

I use all the high scores because they correspond to multiple faces. That notebook should work for you even if you have a single face in the image, as the model should only output a single pose per face.

Hope this helps.

@vitoralbiero vitoralbiero added the question Further information is requested label Jul 20, 2021
@sukun1045
Copy link
Author

Thanks for your reply!

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

No branches or pull requests

2 participants