smplx icon indicating copy to clipboard operation
smplx copied to clipboard

SMPL to SMPLX output raising errors

Open Alex-web100 opened this issue 2 years ago • 1 comments

After running the code for SMPL to SMPLX conversion on a dataset, I attempted to use the following line of code code to generate a smplx model from the converted files: model = smplx.create(model_folder, model_type='smplx', gender=self.gender)

However, it results in the following error: RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 3 but got size 1 for tensor number 2 in the list.

I am unsure what could possibly be causing this, although I see that it's an issue with the size of 'body_pose' in the converted file.

Alex-web100 avatar Feb 28 '22 04:02 Alex-web100

@Alex-web100, were you able to solve this?? if so, could you tell me how did you create the obj files for SMPL??

I also want to convert smpl to smplx

Dipankar1997161 avatar Nov 03 '23 12:11 Dipankar1997161