Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1 KB

KITTI360_Tutorial

Tutorial codes for KITTI360 Dataset. I try to make codes from data visualization to Object Detection/Segmentation.

  • Requirements : Numpy, OpenCV, Matplotlib

Project points cloud into panorma Depth Images

depth_panorama

Visualize point clouds into Bire Eye's View

Convert Velodyne Coordinate to Image Coordinate. Then extract points in distance range.

  • BirdEyeView.py

BEV_2

Project Velodyne points into Image

  • Lidar_to_cam_projection.py

original projection