FileNotFoundError: [Errno 2] No such file or directory: '../../data/processed_amass_same_shape_seq/Eyes_Japan_Dataset/aita/accident-08-damage rightfoot-aita_poses_719_frames_30_fps.npz'
Opened this issue · 1 comments
I executed the instruction :python extract_amass_motion_for_ares.py
Traceback (most recent call last):
File "extract_amass_motion_for_ares.py", line 60, in
read_motion_from_habitat(amass_data_folder, habitat_folder, extract_index_pkl_path)
File "extract_amass_motion_for_ares.py", line 37, in read_motion_from_habitat
ori_npz_data = np.load(ori_data_path, allow_pickle=True)
File "/data1/miniconda3/envs/egoego_env/lib/python3.8/site-packages/numpy/lib/npyio.py", line 405, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '../../data/processed_amass_same_shape_seq/Eyes_Japan_Dataset/aita/accident-08-damage rightfoot-aita_poses_719_frames_30_fps.npz'
But I only have this file named "accident-08-damage rightfoot-aita_poses_720_frames_30_fps.npz" in my folder.
Could you please guide me on how to resolve this issue? Are there specific steps or dependencies that I may have missed?
Thank you for your assistance in advance.
Hello guy. I have the same question as you. Do you solve this problem?
Hope your reply. Thanks.