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.
https://next.cs.cmu.edu/multiverse/
Apache License 2.0
250 stars 61 forks source link

Visualize the model output #24

Closed HITjian closed 3 years ago

HITjian commented 3 years ago

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!

JunweiLiang commented 3 years ago

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.

HITjian commented 3 years ago

Thanks for your reply! I will try it again!