Giter Site home page Giter Site logo

suva007 / hog-descriptor-for-vehicle-detection Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 742 KB

Detecting vehicles on road using hog and svm [simplest approach].

Jupyter Notebook 100.00%
svm hog cv2 vehicle-detection sliding-window python3 notebook

hog-descriptor-for-vehicle-detection's Introduction

hog-descriptor-for-vehicle-detection

Portion-Watermarking

Intro

In this section, we will take a look at one such feature extraction technique, the The Histogram of oriented Gradients , which transforms image pixels into a vector representation that is sensitive to broadly informative image features regardless of confounding factors like illumination. We will use these features to develop a simple vehicle detection pipeline, using machine learning algorithms .

Reading all Vehicale images and converting them to Grayscale

GTI_Far : contains all the zoomed version of vehicles that are far.

GTI_Left : contains all the left and zoomed version of vehicles that are far.

GTI_Right : contains all the right and zoomed version of vehicles that are far.

GTI_MiddleClose : contains all the middle and zoomed version of vehicles that are far.

KITTI_extracted : contains images extracted from publically available kitty dataset , these images contains distinguished orientations.

image

Visualization of HOG features

image

HOG in Action: A Simple Vehicle Detector

Using these HOG features, we can build up a simple Vehicle detection algorithm with any Scikit-Learn estimator; here we will use a linear support vector machine. The steps are as follows:

  • Obtain a set of image thumbnails of Vehicles to constitute "positive" training samples.

  • Obtain a set of image thumbnails of non-Vehicles to constitute "negative" training samples. image

  • Extract HOG features from these training samples.

  • Train a linear SVM classifier on these samples.

  • For an "unknown" image, pass a sliding window across the image, using the model to evaluate whether that window contains a Vehicle or not. image

  • If detections overlap, combine them into a single window. image

All of the detected patches overlap and found the Vehicle in the image!

๐Ÿ˜‰ Thanks

hog-descriptor-for-vehicle-detection's People

Contributors

suva007 avatar

Stargazers

 avatar  avatar  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.