vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 301 forks source link

OBJ files for SMPL (for conversion to smplx) #174

Closed Dipankar1997161 closed 8 months ago

Dipankar1997161 commented 8 months ago

Hey @vchoutas, hope you doing well.

I wanted to convert my smpl data to smplx or smplh formats.

I checked the transfer model readme and it said to create obj files of the entire poses. when i checked the write_obj.py, it uses smplx model within the code. how can I do the same for just smpl?

NOTE - I have the smpl joints and vertices already for my data. can I directly use them to create the obj files for the meshes?? or there is something else that needs to be done..

I look forward to hear from you.