Hi, I tried to use some simulation results from SewFormer, this work uses the Maya plugin to produce SMPL body and clothing. However, I found the scale and translation are different between the Maya version and python version SMPL. As shown below, the green one is converted from SMPLH_female_010_207.fbx, while the bottom one is from smplx.create(SMPLH_PATH, model_type='smplh')()*100 (the *100 is to make the SMPL mesh visible). I wonder if this is just a simple scale and translation difference, such that I can align them easily.
HI, could you please share the SMPL_female_010_207.fbx file with me? Unfortunately, I’m unable to download it from the original website. Thank you so much for your help!
Hi, I tried to use some simulation results from SewFormer, this work uses the Maya plugin to produce SMPL body and clothing. However, I found the scale and translation are different between the Maya version and python version SMPL. As shown below, the green one is converted from
SMPLH_female_010_207.fbx
, while the bottom one is fromsmplx.create(SMPLH_PATH, model_type='smplh')()*100
(the*100
is to make the SMPL mesh visible). I wonder if this is just a simple scale and translation difference, such that I can align them easily.