vchoutas / smplx

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

Different UV tables between smplx_uv.obj and blender-addon #160

Closed JunfengLiu1 closed 1 year ago

JunfengLiu1 commented 1 year ago

I want to using my own txture on smplx model.However,when using the texture map generated by this repo on smplx blender plugin,the result seems not good.The screenshot: 1 But when it comes to smplx_uv.obj downloaded from official website,the result was good: 2 Then I got the uv table of these two model: one from smplx_uv.obj smplx_uv one from blender plugin SMPLX-mesh-neutral Obviously,they are different in the part of head.Anyone know the reason?Thanks a lot.

tpsmpi commented 1 year ago

SMPL-X Blender plugin uses an updated UV map which is more backwards compatible to SMPL UV map and is compatible with the sample Meshcapade reference textures we use. This UV map is different from the original UV map released for SMPL-X Python. Note that If you need different UV mapping in Blender then you can do that with https://docs.blender.org/manual/en/latest/scene_layout/object/editing/link_transfer/copy_uvmaps.html

JunfengLiu1 commented 1 year ago

Thank you so much,sir!It really help me.