geopavlakos / hamer

HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
326 stars 28 forks source link

Relative position between left and right hands #9

Closed xungeer29 closed 8 months ago

xungeer29 commented 8 months ago

Thanks for you great work! The rendering result is very good, but why is the relative position between the hands so poor? image image image

geopavlakos commented 8 months ago

Our HaMeR network estimates the hand pose from the local bounding box of the hand. The translation is inferred as a function of the provided focal length. The demo uses a large focal length that approximates weak perspective projection. If you use a more reasonable focal length value (e.g., f=1000), you will get something that looks like this:

Screenshot 2023-12-20 at 12 43 41 PM Screenshot 2023-12-20 at 12 43 51 PM

Please check also the explanation in this issue.