aimotive / aimotive-dataset-loader

Dataset loader and renderer for aiMotive Multimodal Dataset
https://openreview.net/forum?id=LW3bRLlY-SA
Other
10 stars 2 forks source link

Convert to global system coordinate #5

Open dandon223 opened 12 months ago

dandon223 commented 12 months ago

If I understand correctly both 3D annotations and lidar point clouds are in lidar system coordinate. Will I be able with this dataset to transform both of them to global system coordinate for example to do aggregated point cloud? For example you can do something like that with Nuscenes dataset and I wondered if here it is also possible.

TamasMatuszka commented 11 months ago

Hi @dandon223,

Sure, you can build an aggregated point cloud. LiDAR points are in the body coordinate system, and we used ECEF as the global coordinate system. You can find more details about the coordinate systems in Section 3.2 of https://openreview.net/pdf?id=LW3bRLlY-SA.

The ego-motion (sensor/gnssins/egomotion2.json) can be used to transform the points into an absolute coordinate system.

egomotion.json parameters:

egmotion2.json parameters:

You can also use this file for calculating the transformation between frames.

Pull requests are welcome. If you build such a feature, we are happy to merge it :)

TamasMatuszka commented 11 months ago

Hi @dandon223,

We updated the manuscript with dataset documentation, you can find it here. This might also contain some useful information for you.