geopavlakos / hamer

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

Looking for Part of Code Overlaying Hand Mesh with Image #43

Closed earth15354 closed 3 months ago

earth15354 commented 3 months ago

Hi everyone, I was wondering if people knew which areas of the codebase contain information on the hand position in the frame? I'm trying to use this model for my research and would like to extract the coordinates of the joints and the scale factor of the hand.

geopavlakos commented 3 months ago

You could check the rendering part - here for rendering on a patch centered around the hand and here for rendering on the whole image.