akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

Changing SMPL model with a custom mesh #158

Closed amirjaber closed 2 years ago

amirjaber commented 2 years ago

Thanks for sharing this code. I am wondering if it is possible to replace SMPL model with just upper body mesh, create dataset with 2d and 3d keypoints, camera locations and retrain the model with this new mesh?

akanazawa commented 2 years ago

You can simply modify this code base to only train with upper body keypoints and just disregard the lower body when you render! (just need to re-fix the mesh, a quick hack is identify all lower body vertices and collapse them to a single vertex).