classner / generating_people

Official code repository for the paper "A Generative Model for People in Clothing".
http://files.is.tuebingen.mpg.de/classner/gp/
Other
158 stars 38 forks source link

error when run 05_run_fits.sh #11

Closed Limbbo closed 4 years ago

Limbbo commented 5 years ago

Thank you for answering my question last time and I have another question.

To set up the data, i run the scripts iteratively . But when run 05_run_fits.sh, i got this error. IndexError: index 4 is out of bounds for axis 1 with size 3

Also, you told me that 'pose_deepercut.py' code is in 'https://github.com/classner/up' but there is no 'pose_deepercut.py' and only other code, so i run the 'pose.py'.

Thanks.

classner commented 5 years ago

So the pose script you use is alright. Hmmm, can you give a bit more context for this error message?

Limbbo commented 5 years ago

I think I have an error while running 526 line in 'up/3dfit/bodyfit.py' code. And I checked the sv.pose through the log. Is the column 4 correct?

Attach the error logs together at the bottom.

image

Thank you for your answer.

classner commented 5 years ago

I don't really know what's going on here. I assume you changed the code or tried to prepare new data for it that may not match our old format entirely. I understand that this error is raised by chumpy (the optimizer). I would make sure that the shape of the objectives matches and debug from there.