pcp
pcp copied to clipboard
label KITTI point cloud (3d) drivable area using provided image annotations (2d)
Point Cloud Projection
Label KITTI point cloud (3d) drivable area using provided image annotations (2d). Only tested with Python 3.
- includes a new calibration file reader, tailored to KITTI road calibration files
- includes script label point cloud
How it Works
- Project point cloud onto the camera, using calibration information.

- Use image annotations to associate points to labels,
drivableor otherwise.
- Save point cloud with associated labels.

Usage
- Download the KITTI Road base kit and velodyne.
- Save
data_roadanddata_road_velodynein the root directory of this repository. - Run the main script, to label the velodyne points using the image 2d annotations. Note that the original velodyne binaries contain
nx4matrices ofx,y,z,intensity. The new.npyfiles will containnx5matrices ofx,y,z,intensity,drivable, wheredrivableis a boolean-valued integer.