Jeff-sjtu / NIKI

Code of "NIKI: Neural Inverse Kinematics with Invertible Neural Networks for 3D Human Pose and Shape Estimation", CVPR 2023
271 stars 17 forks source link

Checkpoint file used for AGORA dataset #20

Open MohammadKhalid opened 1 year ago

MohammadKhalid commented 1 year ago

Could you please also provide the pre-trained model that was used with AGORA? The current pre-trained model performs significantly worse than reported in the paper. These are the results I'm getting right now:

INFO:root:{'precision': 0.89, 'recall': 0.52, 'f1': 0.65, 'kid_precision': 'nan', 'kid_recall': 'nan', 'kid_f1': 'nan', 'body-MPJPE': 115.0, 'kid-body-MPJPE': nan, 'body-NMJE': 176.9, 'kid-body-NMJE': 'nan', 'body-MVE': 263.3, 'kid-body-MVE': nan, 'body-NMVE': 405.1, 'kid-body-NMVE': 'nan'}

zackli0001 commented 4 days ago

Dear NIKI authors @Jeff-sjtu @biansy000 ,

Hope you guys are doing well!

Is there any chance you guys could release the pretrained model of comparable performance claimed in the paper?

I'm trying to use a SOTA motion capture model like yours to output SMPL data and research on motion latent embeddings. We sincerely appreciate your work and contribution to the research community!

Thank you.