You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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. Intest_own_images
, it seems like you use all high score predicted poses to render (That is what I understand theoverlap
variable inrenderer.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.The text was updated successfully, but these errors were encountered: