cnzzx / GeMap

[ECCV'24] Online Vectorized HD Map Construction using Geometry
https://invictus717.github.io/GeMap/
Apache License 2.0
199 stars 16 forks source link

Which coordinate system are these annotation coordinates(e.g.divider、ped_crossing、boundary、centerline ) corresponding to? #12

Open MobiusLeo opened 4 months ago

MobiusLeo commented 4 months ago

In the part of generating ground-truth of map infos( running custom_nusc_map_converter.py),Are these coordinates(points belong to divider、ped_crossing、boundary、centerline ) corresponding to the ego-system(which origin is car-center) or lidar-system(which origin is lidar-center)?

cnzzx commented 4 months ago

Thanks for your interest. For GT points passed to the model (for training), they should be in the lidar coordinates.