akanazawa/hmr

Changing SMPL model with a custom mesh

amirjaber opened this issue · 1 comments

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?

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).