manankshastri / 3D-Object-Tracking-and-Estimation-of-TTC

Tracking of 3D Bounding boxes and computation of time-to-collision using LiDAR and Camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Object Tracking and Estimation of Time-To-Collision

Result

ttc-output(SIFT/FREAK)

Ther are four major tasks:

  1. First, we will develop a way to match 3D objects over time by using keypoint correspondences.
  2. Second, we will compute the TTC based on Lidar measurements.
  3. We will then proceed to do the same using the camera, which requires to first associate keypoint matches to regions of interest and then to compute the TTC based on those matches.
  4. And lastly, we will conduct various tests with the framework. The goal is to identify the most suitable detector/descriptor combination for TTC estimation and also to search for problems that can lead to faulty measurements by the camera or Lidar sensor.

Dependencies for Running Locally

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

Tracking of 3D Bounding boxes and computation of time-to-collision using LiDAR and Camera


Languages

Language:C++ 99.0%Language:CMake 1.0%