JunweiLiang / Multiverse

Dataset, code and model for the CVPR'20 paper "The Garden of Forking Paths: Towards Multi-Future Trajectory Prediction". And for the ECCV'20 SimAug paper.

Home Page:https://next.cs.cmu.edu/multiverse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory: 0000_11_346_cam2.p

isaryo opened this issue · comments

commented

Hi.
I try Visualize the Dataset.
So I have a problem.
FileNotFoundError: [Errno 2] No such file or directory: 'next_x_v1_dataset_prepared_data/multifuture/test/0000_11_346_cam2.p'
Do you have a solution?

It is probably due to errors occurred in previous steps. Please provide all the outputs from running the commands in preparing the data.

commented

There's so much to tell you, I can't write it here.
Please check this out.
This is google documents.

Try removing 0000_11_346_cam2.mp4 and then run the visualization command again.

$ rm next_x_v1_dataset/rgb_videos/0000_11_346_cam2.mp4
commented

I get the same error.
Traceback (most recent call last):
File "code/visualize_multifuture_dataset.py", line 74, in
with open(os.path.join(args.gt_path, "%s.p" % traj_id), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'next_x_v1_dataset_prepared_data/multifuture/test/0000_11_346_cam2.p'

I have added a check for the pickle files. Now it should ignore that video.