Coder Social home page Coder Social logo

ai's Introduction

Traffic Sign Recognition

Still underdevelopment


Build a Traffic Sign Recognition Project with TensorFlow 2.0

More examples can be found at TensorFlow tutorials

Raw data from Kaggle: GTSRB - German Traffic Sign Recognition Benchmark. Each image in raw downloaded data has different sizes, thus they were processed to have a consistent shape. After processes including: resizing, splitting into training and validation, conversion to grayscale and normalization.

  • Number of training examples = 31367
  • Number of validation examples = 7842
  • Number of testing examples = 12630
  • Image data shape = (32, 32, 1)
  • Number of classes = 43

My final model consisted of the following layers:

Layer Description
Input 32x32x1 Grayscale image
Convolution 5x5 1x1 stride, valid padding, outputs 28x28x6
RELU
Max pooling 2x2 stride, outputs 14x14x6
Convolution 5x5 1x1 stride, valid padding, outputs 10x10x16
RELU
Max pooling 2x2 stride, outputs 5x5x6
Fully connected Input = 400. Output = 120.
Fully connected Input = 120. Output = 84.
Dropout
Fully connected Input = 84. Output = 43.
Softmax Output layer

My final model results were:

  • validation set accuracy of ~ 0.98
  • test set accuracy of ~ 0.92

ai's People

Contributors

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