woodfrog / maptracker

Code for paper "MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping", ECCV 2024 (Oral)
https://map-tracker.github.io/
Other
144 stars 10 forks source link

missing dependency imageio-ffmpeg in requirements.txt #9

Closed SunnyCloudYang closed 3 months ago

SunnyCloudYang commented 3 months ago

It seems that imageio-ffmpeg library is needed for the visualization process, but I think you forgot to include it in the requirements.txt, causing some errors running your scripts

woodfrog commented 3 months ago

Thank you for the reminder. I just updated the requirements.txt to include imageio-ffmpeg.