Giter Site home page Giter Site logo

webstorage119 / traffic_sign_recognition_dlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkubica/traffic_sign_recognition

0.0 0.0 0.0 260 MB

Traffic sign recognition based on Dlib and OpenCV project

License: GNU General Public License v3.0

C++ 1.64% C 98.36%

traffic_sign_recognition_dlib's Introduction

traffic_sign_recognition

Traffic sign recognition based on Dlib and OpenCV project

School project (POV)

Learning and detecting traffic sign in images and video.

Recognition

Dependency

  • Dlib 19.2 (need compile and copy to resources/dlib-19.2 see README.md)
  • OpenCV 3.1.0 (need compile and copy to resources/opencv-310 see README.md)
  • libjpeg
  • libpng
  • zlib

Use

After build this project in VS2015 you can find all necessary files in build folder

Folder structure:

  • build
    • signs - folder with images of signs
    • datasets - contains xml documents, input floder for trainer
    • descriptor - contains descriptors, output folder for trainer
    • tools - contains imglab.exe for creating datasets

trainer run parameters

  • without parameters - learn all datasets in folder datasets
  • one of these: "stop", "crossing", "give-way", "oneway-exit" , "main", "parking" - learn only specified dataset. see ./global/config.h

run example:

./traffic_sign_trainer
./traffic_sign_trainer stop
./traffic_sign_trainer main

detector run parameters

  • "-i image.bmp" detect signs in image.bmp
  • "-v video.mp4" detect signs in video.mp4

run example:

./traffic_sign_detector -i image.bmp
./traffic_sign_detector -v video.mp4

Image sets

Images are mainly from Google street view. Some images are from searching at Google images.

Need improvement

  • better datasets (mainly for stop sign)
  • add negative and test datasets
  • for high videoresolution images and videos:
    • specify detection area - blue color => blue signs in limited detection area
    • upsample video frames for better recognition
    • perfomance => speedup

traffic_sign_recognition_dlib's People

Contributors

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