Skip to content

rvnandwani/3D-Object-Tracking-Sensor-Fusion-Udacity-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFND 3D Object Tracking

Implemented keypoint detectors, descriptors, and methods to match them between successive images. Detected objects in an image using the YOLO deep-learning framework. And finally, associate regions in a camera image with Lidar points in 3D space. Using that Lidar points and the keypoints inside the reigon of intrest in the camera calculated Time To Collision (TTC). Below is the program schematic.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published