hongsukchoi / TCMR_RELEASE

Official Pytorch implementation of "Beyond Static Features for Temporally Consistent 3D Human Pose and Shape from a Video", CVPR 2021
MIT License
274 stars 39 forks source link

All methods except HMMR do not use Human3.6M SMPL parameters from Mosh #6

Open chriful opened 2 years ago

chriful commented 2 years ago

Hi! Does the sentence "All methods except HMMR do not use Human3.6M SMPL parameters from Mosh" been reflected in the code? Where is it?

hongsukchoi commented 2 years ago

Hi, you are talking about the caption in Table 4, right?

Here is the related code line: https://github.com/hongsukchoi/TCMR_RELEASE/blob/8078b3c39c22cae39eb19c0e1eb70e09c60ecea7/lib/dataset/_dataset_3d.py#L201

chriful commented 2 years ago

Thank you for your reply, my question is answered