Skip to content

Detect and track objects in 3D space from the benchmark KITTI dataset based on camera and lidar measurements. Compute time-to-collision based on both sensors and compare the results.

Notifications You must be signed in to change notification settings

GinaSierra/3D_Object_Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Object Tracking

This project approaches the design of a collision detection system based on motion models, lidar, and camera measurements from the benchmark KITTI dataset:

  • Detect and track objects from the benchmark KITTI dataset.
  • Classify those objects and project them into three dimensions.
  • Fuse those projections together with lidar data to create 3D objects to track over time and compute time-to-collision based on both sensors.

Dependencies

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level project directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./3D_object_tracking.

About

Detect and track objects in 3D space from the benchmark KITTI dataset based on camera and lidar measurements. Compute time-to-collision based on both sensors and compare the results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published