Giter Site home page Giter Site logo

adas-sensor-fusion-camera-and-lidar's Introduction

This code is part of one of the projects in Udacity sensor fusion nanodegree program. The goal of this project is to use sensor fusion techniques to calculate the Time-to-Collision (TTC) with both camera and Lidar sensors. For this project we used the real-world data for both camera and Lidar.

Project2_lidarCamera_final_gif



LiDAR



In order to compute the TTC for lidar, we need to find the distance to the closest Lidar point in the path of driving.

image1



Camera


For camera data we track the cluster of keypoints between two sussecive frames to estimate the TTC. In this project, we tried different combinations of detectors and descriptors to find the top 3 combinations in terms of speed and accuracy.

For Detectors, we tested Shitomasi, Harris, FAST, BRISK, ORB, Akaze, SIFT. For descriptors, we tested BRISK, BRIEF, ORB, FREAK, AKAZE, and SIFT.

The list of top 3 combinations of detectors/descriptors is shown in below table.

TOP Number of keypoints Detector time (msec) Descriptor time (msec) Number of keypont matches Matching time (msec)
1st FAST FAST/BRIEF HARRIS/BRIEF FAST/SIFT HARRIS/BRIEF
2nd BRISK FAST/ORB HARRIS/ORB FAST/BRIEF HARRIS/ORB
3rd SIFT FAST/SHITOMASI HARRIS/BRISK FAST/ORB HARRIS/SIFT


Installation and Run


The installation and run processes are the same as one that explained in Udacity github repository.

adas-sensor-fusion-camera-and-lidar's People

Contributors

babak001 avatar babak01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.