Skip to content

jainSamkit/German_traffic-sign-classifier

Repository files navigation

Project: Build a german traffic sign classifier

Udacity - Self-Driving Car NanoDegree

Overview

In this project ,I have built a traffic sign classifier for german traffic signs.The dataset that was used consists of 39000 and 12500 traini and and test images respectively.All the images are in RGB colorspace with the dimensions 32x32x3.I used the very famous Lenet neural network architecture as baseline to modify my own network which is somewhat different from Lenet.The accuracy on validation set is 99.4% and 94.6% on test set correspondingly.On the other random images downloaded from the web,the accuracy came out to be 100%.

Dependencies

This lab requires:

The lab enviroment can be created with CarND Term1 Starter Kit. Click here for the details.

Dataset

  1. Download the dataset.
  2. Clone the project and start the notebook.
git clone https://github.com/udacity/CarND-Traffic-Sign-Classifier-Project
cd CarND-Traffic-Sign-Classifier-Project
jupyter notebook Traffic_Sign_Classifier.ipynb
  1. Follow the instructions in the Traffic_Sign_Recognition.ipynb notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published