You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to run this, but there is no such file or directory on run:
Loading dataset...
Traceback (most recent call last):
File "run.py", line 47, in
dataset = CustomDataset('data/data_2d_' + args.dataset + '_' + args.keypoints + '.npz')
File "/pose/VideoPose3DwithDetectron2/common/custom_dataset.py", line 32, in init
data = np.load(detections_path, allow_pickle=True)
File "/.local/lib/python3.6/site-packages/numpy/lib/npyio.py", line 428, in load
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'data/data_2d_custom_myvideos.npz'
Video Processing Finished. Output video is in the /output folder of the project directory.
where can i find this?
The text was updated successfully, but these errors were encountered:
i am trying to run this, but there is no such file or directory on run:
Loading dataset...
Traceback (most recent call last):
File "run.py", line 47, in
dataset = CustomDataset('data/data_2d_' + args.dataset + '_' + args.keypoints + '.npz')
File "
/pose/VideoPose3DwithDetectron2/common/custom_dataset.py", line 32, in init/.local/lib/python3.6/site-packages/numpy/lib/npyio.py", line 428, in loaddata = np.load(detections_path, allow_pickle=True)
File "
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'data/data_2d_custom_myvideos.npz'
Video Processing Finished. Output video is in the /output folder of the project directory.
where can i find this?
The text was updated successfully, but these errors were encountered: