Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.61 KB

File metadata and controls

29 lines (22 loc) · 1.61 KB

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.