/sensor_visualization_toolbox

simple visualization toolbox for 3d vision sensors/tasks

Primary LanguagePython

📝 sensor visualization toolbox


This toolbox is meant to support general sensor dataset, so the design of the functions is kept as generic as possible.

Currently, data from Kitti dataset will be used to test the functionality of this toolbox.

🎉 TODO


  • lidar(point cloud) and camera
  • 3d bounding box on image
  • 3d bounding box on point cloud and bev

🎛 Dependencies


conda env create --file environment.yml
conda activate sensor_visualization_toolbox

🏃 How to Run


  • project point cloud to image and colorize point cloud: the pairs of pcds and images are downloaded from HERE
python scripts/visualize_lidar_camera.py --json_info_path ./data/samples/data_info.json --image_path ./data/samples/000000.png --cloud_path ./data/samples/000000.pcd
project point cloud to image colorize point cloud
  • draw 3d object on image
python scripts/draw_object3d_on_image.py -l ./data/samples/000122.txt -j ./data/samples/data_info.json -i ./data/samples/000122.png

💎 References