EricGuo5513 / HumanML3D

HumanML3D: A large and diverse 3d human motion-language dataset.
MIT License
807 stars 78 forks source link

error in raw_pose_processing #105

Open Suzixin7894946 opened 11 months ago

Suzixin7894946 commented 11 months ago

Traceback (most recent call last): File "raw_pose_processing.py", line 116, in fps = amass_to_pose(path, save_path) File "raw_pose_processing.py", line 66, in amass_to_pose bdata = np.load(src_path, allow_pickle=True) File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/site-packages/numpy/lib/npyio.py", line 433, in load pickle_kwargs=pickle_kwargs) File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/site-packages/numpy/lib/npyio.py", line 189, in init _zip = zipfile_factory(fid) File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/site-packages/numpy/lib/npyio.py", line 112, in zipfile_factory return zipfile.ZipFile(file, *args, **kwargs) File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/zipfile.py", line 1258, in init self._RealGetContents() File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/zipfile.py", line 1325, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file how to solove??

CMY-CTO commented 9 months ago

Hello, I also met this error. Have you solved this problem? Thank you!!!