dancasas / SMPLitex

SMPLitex – Official implementation
92 stars 7 forks source link

convert to smplx topology #3

Open ihebbbb opened 9 months ago

ihebbbb commented 9 months ago

Hi @dancasas , @crp94 , Thanks a lot for sharing this nice work ! I'm currently working with smplx and need to convert the textures to smpl-x format. Do you happen to have insights, suggestions, or code snippets that could assist me in this ?

Thanks a lot ! Best !

dancasas commented 9 months ago

Hi, it depends on the SMPL-X version you are using: some versions of SMPL and SMPL-X use the same UV unrwaping, so SMPLitex textures are ready to be used in SMPL-X.

What UV mapping are your textures using? Does it look like the image below? If so, one approach is to transfer SMPL UVs to SMPL-X using Blender as it is explained here https://github.com/vchoutas/smplx/issues/160#issuecomment-1511364564

image