ChanglongJiangGit / A2J-Transformer

[CVPR 2023] Code for paper 'A2J-Transformer: Anchor-to-Joint Transformer Network for 3D Interacting Hand Pose Estimation from a Single RGB Image'
Apache License 2.0
85 stars 7 forks source link

About Accuracy #20

Closed hsoni1bing closed 8 months ago

hsoni1bing commented 8 months ago

Hello, Thank you very much for your excellent work! I'm trying to reproduce your results. If possible, could you please help me out to get the accuracy of the model and loss function?

The results I am getting are as follows: MPJPE: {'total': 9.632784, 'single_hand_total': 8.109349, 'single_hand_2d': 3.632148, 'single_hand_depth': 6.542033289847017, 'inter_hand_total': 10.962901, 'inter_hand_2d': 6.2421556, 'inter_hand_depth': 7.810678911578783} Hand Accuracy: None MRRPE: None Time per batch: 0.39169927277285777

I would appreciate it very much.

Regards, Harshit Soni Binghamton University