zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
340 stars 105 forks source link

File Not Found Error #16

Closed jerrychan1996 closed 5 years ago

jerrychan1996 commented 5 years ago

hi, I m trying to use your code but it always occurs the following error. image image It seems unable to create this file cp.npy. Is there something wrong with my directory? looking forward to your reply.

zengyh1900 commented 5 years ago

Hi @jerrychan1996 sorry for the late response. You can find the cp.npy in the data folder actually. And according to the error message, you need to set 'TrainingData' to 'data' .

jerrychan1996 commented 5 years ago

thank you so much, I will try.