Giter VIP home page Giter VIP logo

traffic-sign-recognition's Introduction

Traffic Sign Recognition

Winter Training Project

Dataset and Preprocessing

  • Images are 32 (width) x 32 (height) x 3 (RGB color channels)
  • Training set is composed of 34799 images
  • Validation set is composed of 4410 images
  • Test set is composed of 12630 images ๏‚ท There are 43 classes (e.g. Speed Limit 20km/h, No entry, Bumpy road, etc.)
  • Image normalisation

Data Distribution and Sample

ScreenShot ScreenShot ScreenShot

Training

While training the network, the following criteria needs to be kept in mind.

  • Cost Function
  • Optimizer (Adam, Adamax, RMSprop)
  • Number of epochs and Batch Size (128 selected)
  • Learning Rate Decrease

Files

  • train.py - running the keras model
  • test.py - testing the accuracy
  • utils.py - preprocessing function for histogram normalistaion

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.