Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.68 KB

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.