Multiverse icon indicating copy to clipboard operation
Multiverse copied to clipboard

Visualise Data

Open MZ82020 opened this issue 2 years ago • 3 comments

I have a question regarding visualization. I don't understand why when I launch the visualization I always get this. I had the data prepared properly. But I don't understand why these messages! please explain to me?

Capture

And, 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/0000_0_303_cam1.mp4

I don't understand why!

I got in multifutur_visualizations 507 elements (but photos with a bbox only without the possible multifutur paths in green as mentioned!).

Exemple:

image

And in rgb videos I have 3000 videos.

Thanks!

MZ82020 avatar Mar 30 '22 11:03 MZ82020

Are the videos put under "forking_paths_dataset/multifuture_visualization/"?

JunweiLiang avatar Apr 03 '22 08:04 JunweiLiang

@JunweiLiang yes!

multiverse

image

@JunweiLiang What can I do to solve this problem please ??

MZ82020 avatar Apr 03 '22 09:04 MZ82020

@MZ82020 The warnings are normal. That is due to the video encoding missing some frames at the end of the video. And I follow my instructions to generate the visualization and they work fine. I'm guessing you are missing a step according to here.

JunweiLiang avatar Jul 20 '22 02:07 JunweiLiang

@MZ82020 Hi, I have the same problem as you, have you solved it?

Jctrp avatar Sep 28 '22 02:09 Jctrp

I ''Cannot open forking_paths_dataset/multifuture_visualization/0000_29_420_cam3.mp4''

Jctrp avatar Sep 28 '22 02:09 Jctrp

OK, I finally found what was the problem. It's because of the lack of ffmeg module in my new virtual environment. Hope it is useful for all guys who have the same question as me.

Jctrp avatar Oct 04 '22 07:10 Jctrp

Closing for now.

JunweiLiang avatar Oct 04 '22 15:10 JunweiLiang