yuantianyuan01 / StreamMapNet

GNU General Public License v3.0
189 stars 16 forks source link

Comparing the map_utils in this repo and the ones in MapTR #18

Closed woodfrog closed 8 months ago

woodfrog commented 9 months ago

Hi Tianyuan,

I noticed that your map_utils for both nuScenes and Argoverse-v2 are kind of different from the ones used in MapTR's codebase. I'm curious why the implementations are different (are there any insights, like better geometry quality?), and how these differences affect the evaluation results. For example, if MapTR or MapTR-v2 is trained and tested using your map_utils, would the results change a lot compared to using their original map pre-processing utils?

Thank you!

yuantianyuan01 commented 8 months ago

My data processing pipeline follows the code offered by CVPR2023 Workshop. It specifically handles some map errors of lane dividers in argoverse2 dataset.

woodfrog commented 8 months ago

Thank you for the answer!