Code Monkey home page Code Monkey logo

curve-detector's Introduction

Traffic signs classification

This repository use multiple predefine model in keras, and try to fine tune them on a traffic sign classification task.

Requirement

  • Keras
  • numpy
  • matplotlib

dataset

This script expect a dataset with the following structure:

Dataset
├── Class1
│   ├── image1.jpg
│   └── image2.jpg
├── Class2
│   ├── image1.jpg
│   └── image2.jpg
└── Class3
    ├── image1.jpg
    └── image2.jpg

Usage

python3 train.py <super-class-to-use> <dataset-path>

Where super-class-to-use is one of the first level key of classes dict in train.py.

A lot of different parameters can be tuned on the command line call, to have a complete description of them, please run:

python3 train.py -h

The predefined super classes of classes dict are MUTCD code of US signs for super classes Rectangular, Diamond and Zebra. For RedRoundSign it is the class names as used in the TT100k traffic sign dataset.

Future work

An other project, based on Siamese network, showed very promising results to tackle the problem of sign classification (low data sample for some class, lot of classes). This project code is available at https://github.com/DL-project-Fall2019/Siamese-traffic-signs

Author

Nicolas Six

curve-detector's People

Contributors

anliec avatar

Watchers

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