Giter Club home page Giter Club logo

traffic-sign-recognition's Introduction

Traffic Sign Recognition

Traffic

Context

In this project I will explain about building a deep learning model to recognize traffic signs. It’s intended to be a learning experience, for myself and for anyone else who likes to follow along here I’ll focus on the practical aspects instead. I’ll describe my own experience building this model and share the source code. This is suitable for those who know Python and the basics of machine learning already, but want hands on experience and to practice building a real application. In this part, I’ll explain about image classification and I’ll keep the model as simple as possible covering convolutional networks, data augmentation, and object detection.

Problem Statement and Goal of the Project

The Dataset I have used here is the German Traffic Sign Benchmark is a multi-class, single-image classification challenge held at the International Joint Conference on Neural Networks (IJCNN) 2011.

Traffic sign detection is a high relevance computer vision problem and is the basis for a lot of applications in industry such as Automotive etc. Traffic signs can provide a wide range of variations between classes in terms of color, shape, and the presence of pictograms or text. In this project, I will develop a deep learning algorithm that will train on German traffic sign images and then classify the unlabeled traffic signs. The deep learning model will be built using tensorflow and we will also understand various ways to preprocess images using OpenCV and also use a cloud GPU service provider.

Breakdown of this Project:

  • Understand the data
  • Preprocess the data
  • Build the architecture of the model
  • Test the model
  • Iterate the same process until you achieve the optimal results
  • Data Understanding

Understanding the Data

The Image dataset consists of 43 classes (Unique traffic sign images). Training Set has 34799 Images , Test set has 12630 images and the validation set has 4410 images.

Dataset

In this project, we use a german traffic sign dataset from German Dataset

Conclusion

Conclusions In this project, I applied a basic Convolution Neural Network Architecture because, it is a simple, ligh-weight with accurate results for classifying images. I wanted to try this one before anything else, and as I found that it has a great performance, in addition to the augmentation techniques. This application will help to a self-driving car to understand, as well as we do, what comes ahead on the road and predict what actions it should have to make given the time.

traffic-sign-recognition's People

Contributors

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