layumi / person-reid-3d

TNNLS'22 :statue_of_liberty: Parameter-Efficient Person Re-identification in the 3D Space :statue_of_liberty:
https://arxiv.org/abs/2006.04569
MIT License
265 stars 46 forks source link

how to set 8192 points for each human body? #17

Closed changshuowang closed 2 years ago

changshuowang commented 3 years ago

Hello, Dr. Zheng. Thank you very much for your excellent work. I want to know how to set 8192 points for each human body? Where can this part of the code be found in the HMR project? Thank you very much for your reply.

layumi commented 3 years ago

Thanks for your attention on our project. 8192 is defined in the smpl body model. It is a morphable body model. You can find the npy file at https://github.com/layumi/hmr/tree/master/src/tf_smpl.

More details can be found and downloaded from https://smpl.is.tue.mpg.de

changshuowang commented 2 years ago

OK. Thank you, Dr. Zhang.