geopavlakos / hamer

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

Question Regarding Implementation of MPJPE and AUC Metrics #25

Closed YuehengLuo closed 6 months ago

YuehengLuo commented 6 months ago

Hi, I was going through the code from your paper and was curious about the MPJPE and AUC metrics you mentioned. Are these included in the code you provided? Could you point me to where in your code these metrics are calculated, or offer any advice on how they could be integrated? I would be very grateful.

geopavlakos commented 6 months ago

We used the official implementation from FreiHAND and HO3D for the calculations of these metrics.

YuehengLuo commented 6 months ago

Thanks!