Git Product home page Git Product logo

Comments (4)

caizhongang avatar caizhongang commented on August 21, 2024

The two datasets are very different, not only in terms of the format, but the nature of the data. For example, in KITTI, the surface is mostly flat, but there are many slopes in Waymo. Hence, the voxel generation may be strongly affected.

Also, the point cloud coordinate systems are different. In KITTI, it is the coordinate system of the top lidar, which is >1m above the ground. But in KITTI, since there are multiple LiDARs, the common practice is to use the self-driving car's frame, which is at the ground.

I would recommend tuning the hyperparameters. Like the range of voxels etc.

You may use the tools/kitti_label_visualizer.py to confirm the differences between the converted Waymo dataset and the KITTI dataset. The visualization tools are in the midst of development as we speak but they should work properly at the moment.

from waymo_kitti_converter.

xjjs avatar xjjs commented on August 21, 2024

@caizhongang Thanks for your detailed explanations, the visualization results of tools/kitti_label_visualizer.py is hard to be recognized.
waymo
kitti

from waymo_kitti_converter.

xjjs avatar xjjs commented on August 21, 2024

@caizhongang Hi, I have visualized the data with the tool: https://github.com/kuixu/kitti_object_vis, and it shows that the converted results are good on flat surface. And the poor performance may come from the labels, I used the labels of all lidars but only the data of top and front lidars

from waymo_kitti_converter.

caizhongang avatar caizhongang commented on August 21, 2024

Hi, great to hear that! Yes, KITTI only labels the area visible to the front camera. In this case, you may want to use image_0/ and label_0/. At the moment, the calib/ files are all for the front camera.

For the visualization tool, you can actually drag and scroll to change your viewing angles.

from waymo_kitti_converter.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.