Giter Club home page Giter Club logo

traffic-signs-recognition's Introduction

Udacity Machine Learning Nanodegree Capstone Project

This deep learning project detects and recognises traffic signs on the road using Computer Vision. It is essentially an implementation of the CNN paper by Yoshua Bengio of Universite de Montreal. (https://arxiv.org/pdf/1202.2745)

Install

This project requires Python 2.7 and the following Python libraries installed:

  • Keras 1.1.2 with Theano 0.8.2 (Backend)
  • Scikit Learn 0.18
  • Skimage 0.12.3
  • Numpy 1.11.1
  • Pandas 0.18.1
  • OpenCV 2.4.11
  • Matplotlib 1.5.1

Datasets

The datasets are available in the following dropbox link:

https://www.dropbox.com/s/5fzosssyyiw2ved/datasets.zip?dl=0

The downloaded 'datasets' folder must be put in the project folder first.

Code

The following jupyter notebooks constitute the code:

  • Data_Preparation.ipynb - Loads data from 'datasets' folder, if already downloaded.
  • Data_Exploration.ipynb - Explores and analyzes the data.
  • Data_Training_And_Testing.ipynb - Trains models and tests them against test set.
  • Detect.ipynb - Combines detection and recognition to find traffic signs from images.

Run

In a terminal or command window, navigate to the top-level project directory then move to /code/ directory and run the following command in this order:

  • jupyter Data_Preparation.ipynb
  • jupyter Data_Exploration.ipynb
  • jupyter Data_Training_And_Testing.ipynb
  • jupyter Detect.ipynb

The 'storage' folder stores the models and weights of the trained classifiers. It also stores the numpy arrays of the training and testing data.

traffic-signs-recognition's People

Contributors

wazeerzulfikar avatar

Watchers

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