Giter VIP home page Giter VIP logo

vehicle-detection's Introduction

Vehicle Detection and Tracking

Udacity - Self-Driving Car NanoDegree

This is Udacity Self-Driving CarND Term 1 Project 5: Video for vehicle detection and tracking. I implemented Vehicle Detection and Tracking algorithm using HOG, SVM, and Kalman filter.

Detection and Tracking Process

1. HOG feature extraction

2. SVM classfication

The trained classifier is stored at model_v4.pkl as a binary file.

3. Sliding window scanning

The source code for the multiple scale sliding window is scan module.

4. Heatmap operation

The source code for heat map operation is heatmap module.

5. Tracking using kalman filter

I implemented the tracking algorithm using the kalman filter by referring to Simple Online and Realtime Tracking.

Tracking related source code is track module and detect module.

1) Object located in proximity

2) Obscured object tracking

As a result of detection in the still image (blue box), it is impossible to recognize an obstacle in the above situation. However, some improvements can be made using the tracking algorithm. Data association is also performed well.

How to run

1) Still image detection framework

Run image detection driver

2) Video detection framework

Run video detection driver

Result Video

Youtube Link

Report

writeup

vehicle-detection's People

Contributors

baumanab avatar penny4860 avatar ryan-keenan 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.