DarrenJiang13 / VideoPose3DwithDetectron2

This project is about estimating 3D human pose from customized 2D video, whose 2D keypoints are provided by detectron2 rather than detectron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data_2d_custom_myvideos.npz

grfleming opened this issue · comments

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?

Hi , Any link to get this npz file