geopavlakos / hamer

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

Evaluation model for HO3D #39

Closed dqj5182 closed 3 months ago

dqj5182 commented 4 months ago

I wish to test the model on HO3D dataset as presented at the paper's Table 2. Is the model evaluated at Table 2 same as the demo model that can be downloaded at "fetch_demo_data.sh" with the script "gdown https://drive.google.com/uc?id=1mv7CUAnm73oKsEEG1xE3xH2C_oqcFSzT"?

If not, may I get the pre-trained weight of the model evaluated at Table 2?

geopavlakos commented 3 months ago

Yes, the checkpoint is the same as the one you download with the demo data.

dqj5182 commented 3 months ago

I see! Thanks for your response!