hongsukchoi / 3DCrowdNet_RELEASE

Official Pytorch implementation of "Learning to Estimate Robust 3D Human Mesh from In-the-Wild Crowded Scenes", CVPR 2022
MIT License
155 stars 15 forks source link

how to convert the result to bvh file? #6

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

does there any instructions?

hongsukchoi commented 2 years ago

SMPL and SMPLX authors shall know better... But I did find this project and I think you can dig in their codes to change smpl to bvh.

NewCoderQ commented 2 years ago

@jinfagang this may help you

lucasjinreal commented 2 years ago

oh, thank u for the info!