yufu-wang / ReFit

Repository for ICCV23 paper: "ReFit: Recurrent Fitting Network for 3D Human Recovery"
MIT License
81 stars 6 forks source link

H36M annotation #2

Closed KenkunLiu closed 1 year ago

KenkunLiu commented 1 year ago

Thank you for this great work, can you provide more details about how to obtain h36m annotation that you used for training? I am trying to train the model in my own machine.

yufu-wang commented 1 year ago

Thanks for reaching out! The annotation format is compatible with SPIN. So you can refer to this file from SPIN to preprocess H36M (https://github.com/nkolot/SPIN/blob/master/datasets/preprocess/h36m_train.py) However, it would come with the SMPL parameters, as stated here (https://github.com/nkolot/SPIN/blob/master/datasets/preprocess/README.md)

KenkunLiu commented 1 year ago

Ok, I will try it. Thanks!

KenkunLiu commented 1 year ago

Now I can get process H36M annotations with the guidance in SPIN, but I still do not know how to get SMPL parameters for H36M,can you provide more details?

yufu-wang commented 1 year ago

The SMPL parameters for H36M was original released by HMR (by running MoSH) but has since been retracted due to licensing issues. We cannot share it for the same reason. But you can still use the 2D&3D keypoints from H36M as supervision. You can also replicate the experiment that only uses BEDLAM + AGORA for training.

yufu-wang commented 1 year ago

I uploaded the H36M annotations to the GoogleDrive, along with the others annotations. I will close this issue for now. Let me know if you have other questions.