Git Product home page Git Product logo

ggyimah1031 / object-detection Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 40.42 MB

Introduction The project presents an efficient method for object detection and demonstrates its use for real-time vision on-board vehicles. The work is closely based on Paul Viola’s face detection method [1], except that the system here was trained to detect objects related to traffic in order to assist the auto pilot on smart vehicles. The idea was adapted from D M Gavrila’s paper [2] REAL-TIME OBJECT DETECTION FOR "SMART" VEHICLES. Objective The target is to create Haar feature-based cascade classifiers by training the system with an appropriate amount of traffic related information in order to detect vehicles, pedestrians and traffic signs in real-time. Thus, this system in addition to driving assistance/collision avoidance, could further find its application in tracking and recognition.

Python 100.00%

object-detection's Introduction

REAL-TIME OBJECT DETECTION FOR "SMART" VEHICLES

Introduction

The project presents an efficient method for object detection and demonstrates its use for real-time vision on-board vehicles. The work is closely based on Paul Viola’s face detection method [1], except that the system here was trained to detect objects related to traffic in order to assist the auto pilot on smart vehicles. The idea was adapted from D M Gavrila’s paper [2] REAL-TIME OBJECT DETECTION FOR "SMART" VEHICLES.

Objective

The target is to create Haar feature-based cascade classifiers by training the system with an appropriate amount of traffic related information in order to detect vehicles, pedestrians and traffic signs in real-time. Thus, this system in addition to driving assistance/collision avoidance, could further find its application in tracking and recognition.

Haar-like Features

As described by Viola-Jones [1], Haar-like features are a simple and inexpensive image features based on intensity differences between rectangle-based regions that share similar shapes to the Haar wavelets and are defined as the difference of the sum of pixels of areas inside a rectangle and scale within the original image.

object-detection's People

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.