akanazawa / hmr

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

female and male models #140

Closed hosnasattar closed 3 years ago

hosnasattar commented 4 years ago

is it possible to provide female and male models? I tried to use the SMPL female model but it seems you have some regression in addition to SMPL model into it so I can not use them directly.

akanazawa commented 3 years ago

This repo uses the neutral SMPL models, so you can't immediately use its output for gendered models. There are more recent approaches that use gendered models: https://github.com/vchoutas/smplify-x

Best,

A