MCZhi / DIPP

[TNNLS] Differentiable Integrated Prediction and Planning Framework for Urban Autonomous Driving
https://mczhi.github.io/DIPP/
209 stars 41 forks source link

Render and save video speed #9

Closed yougeyxt closed 2 years ago

yougeyxt commented 2 years ago

Hi, I found the rendering and saving of videos are kinda slow (for example, it takes more than 10 minutes to save a 15 seconds visualization video), is that normal? Any comments are appreciated. Thank you.

MCZhi commented 2 years ago

The process of rendering and saving videos on my machine is kinda slow too. Presumably, I think it is the problem of matplotlib and you may try other libraries to convert the stored images to videos, which could speed up the process.

yougeyxt commented 2 years ago

Thanks for the comment and suggestion!