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.
Hello
when I run your code '' vis_multifuture_trajs_video.py'' ,there happened the follow problem:
File "code/vis_multifuture_trajs_video.py", line 85, in
raise Exception("Cannot open %s" % video_file)
Exception: Cannot open forking_paths_dataset/multifuture_visualization/0400_50_293_cam4.mp4
I have generated the multi-future videos , but it seems not complete(there are just 9 viodes not including 0400_50_293_cam4.mp4).
So could you please tell me what's wrong with it?
Look forward to your reply, thank you!
This means something went wrong when generating the multi-future videos in this step. Please redo the prepare data and visualization steps here. The videos in next_x_v1_dataset/rgb_videos/ should be 3000 and the multifuture visualization videos should be 507.
Hello when I run your code '' vis_multifuture_trajs_video.py'' ,there happened the follow problem: File "code/vis_multifuture_trajs_video.py", line 85, in
raise Exception("Cannot open %s" % video_file)
Exception: Cannot open forking_paths_dataset/multifuture_visualization/0400_50_293_cam4.mp4
I have generated the multi-future videos , but it seems not complete(there are just 9 viodes not including 0400_50_293_cam4.mp4). So could you please tell me what's wrong with it? Look forward to your reply, thank you!