Skip to content

ghimiredhikura/KITTI-Point-Cloud-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KITTI Point Cloud Utilities

This repo serves as kitti point cloud dataset utilities. If you are working with kitti point cloud for the first time, this one is going to save you a lot of time.

Thank me later. ^^

Following are the main functionality.

  • Load Point Cloud and filter out points that are not in range of front camera fov
  • Display Point Cloud with object bbox using mayavi library
  • BEV Conversion and display with object bbox using opencv library
  • Project 3D bbox from lidar to camera and camera to lidar box

Installation

Clone the project and install requirements

$ git clone https://github.com/ghimiredhikura/KITTI-Point-Cloud-Utils
$ cd KITTI-Point-Cloud-Utils
$ pip install -r requirements.txt

Test

$ python load_and_display.py

Original Point Cloud with object bbox

Alt text

Point Cloud BEV with object bbox

Alt text

Front Left Camera image with object bbox projected from Point Cloud labels

Alt text

About

KITTI Point Cloud Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages