qianlim / CAPE

Official implementation of CVPR2020 paper "Learning to Dress 3D People in Generative Clothing" https://arxiv.org/abs/1907.13615
Other
314 stars 40 forks source link

Fail to run demo due to missing data files #7

Closed raxxerwan closed 4 years ago

raxxerwan commented 4 years ago

Traceback (most recent call last): File "main.py", line 27, in reference_mesh_file=reference_mesh_file) File "/home/xxx/CAPE/lib/load_data.py", line 51, in init self.load() File "/home/xxx/CAPE/lib/load_data.py", line 62, in load vertices_train = np.load(self.train_mesh_fn) File "/home/xxx/anaconda3/envs/tf1.13/lib/python3.6/site-packages/numpy/lib/npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/CAPE/data/datasets/dataset_male_4clotypes/train/train_disp.npy'

How can I fix this? Thx!

qianlim commented 4 years ago

Hi, this is just fixed, could you pull the latest update and try? Thanks.