nuscenes-devkit icon indicating copy to clipboard operation
nuscenes-devkit copied to clipboard

Feature request: Add function to merge the data from 3 lidars.

Open ternaus opened this issue 6 years ago • 1 comments

  • [ ] No function to merge the data from 3 lidars.
  • [ ] We load huge json which takes a while. It is not always needed.

ternaus avatar Sep 15 '19 15:09 ternaus

Thanks for filing @ternaus

In more detail

No function to merge the data from 3 lidars.

Would be cool to have a way to have an easy way to load points from a lidar and transform them to car coordinates.

We load huge json which takes a while. It is not always needed.

That's not easy to fix, but ideally the data could be in a more python-friendly format - right now it takes about 10 seconds to load and takes 2 GB of RAM, but most of that data could be kept as numpy arrays which would be very fast to load and keep much less RAM. I'll probably try doing something like that and will post results if I get to it.

lopuhin avatar Sep 15 '19 15:09 lopuhin