Open qinb opened 2 years ago
Hi qinb,
thanks for your questions! I never tested the selfcontact-optimization for SMPL meshes. Even if the code runs, you might need to adjust some weights later on if you wanted to use SMPL. If you would like to fit SMPL-X to you SMPL meshes, you can follow the instructions in this repo: https://github.com/vchoutas/smplx/tree/master/transfer_model
Best wishes, Lea
Thanks, I have utilized this repo to exchange from smpl to smplx. The result looks good but the speed is too slow. I have several questions:
Hi, I successfully run the run_selfcontact_optimization.py in model_type='smplx', when I change model_type from smplx to smpl, and modify some codes to be compatible with it, the mismatch still occurs. Finally, It may be a solution to utilize the
smpl_to_smplx.pkl
to convert to smplx by smpl model, but I don't how to use it. Could you offer some help? Thanks @paulchhuang @ahmedosman