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
345 stars 103 forks source link

Problem with Training body_utils.py #6

Closed KIRANKUMAR886 closed 5 years ago

KIRANKUMAR886 commented 5 years ago

While running the body_utils.py It needs some numpy files

File "body_utils.py", line 535, in train vertex = np.load(open(os.path.join(DATA_DIR, "%s_vertex.npy"%label),"rb")) IOError: [Errno 2] No such file or directory: '/home/administrator/3D-Human-Body-Shape/data/male_vertex.npy' but, in data folder dosn't have those files.

zengyh1900 commented 5 years ago

hi @KIRANKUMAR886 we use the traning data released by SPRING.

You can use your own tranining data here.

KIRANKUMAR886 commented 5 years ago

hi @1900zyh

I downloaded that dataset to train but It's shows some npy files are missed . H ow can I generate those numpy files.

Thanks in advanced

KIRANKUMAR886 commented 5 years ago

@1900zyh

In that spring data only obj files are there, how you gave those numpy files to train ?

zengyh1900 commented 5 years ago

please refer to obj2npy