Skip to content

Object tracking algorithms using camera and lidar sensor data based on the Udacity Nanodegree Program "Become a Sensor Fusion Engineer"

Notifications You must be signed in to change notification settings

schottb85/Udacity-3D-Camera-Lidar-Object-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity-3D-Camera-Lidar-Object-Tracking

Object tracking algorithms using camera and lidar sensor data based on the Udacity Nanodegree Program "Become a Sensor Fusion Engineer"

Within this protect object tracking algorithms based on camera sensor data are implemented. Keypoint detectors, descriptors, and methods to match them between successive images are considered. How to detect objects in an image using the YOLO deep-learning framework is considered. Finally, you will know how to associate regions in a camera image with Lidar points in 3D space.

In this final project, the missing parts in the schematic have been implemented. It contains the four major tasks:

  1. First, a way to match 3D objects over time by using keypoint correspondences is developed.
  2. Second, computing the TTC based on Lidar measurements is considered.
  3. It will be proceeded 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, various tests with the framework will be conducted. 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

Object tracking algorithms using camera and lidar sensor data based on the Udacity Nanodegree Program "Become a Sensor Fusion Engineer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published