Skip to content

This is my solution to Udacity's CarND-Traffic-Sign-Classifier-Project project for the Self Driving Car Engineer Nanodegree. Here is the source of the project starter repository: https://github.com/Udacity/CarND-Traffic-Sign-Classifier-Project

Notifications You must be signed in to change notification settings

Alexspayne/My-CarND-Traffic-Sign-Classifier-Project

Repository files navigation

Project: Build a Traffic Sign Recognition Program

Udacity - Self-Driving Car NanoDegree

Overview

In this project, you will use what you've learned about deep neural networks and convolutional neural networks to classify traffic signs. You will train a model so it can decode traffic signs from natural images by using the German Traffic Sign Dataset. After the model is trained, you will then test your model program on new images of traffic signs you find on the web, or, if you're feeling adventurous pictures of traffic signs you find locally!

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. This is a pickled dataset in which we've already resized the images to 32x32.
  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

This is my solution to Udacity's CarND-Traffic-Sign-Classifier-Project project for the Self Driving Car Engineer Nanodegree. Here is the source of the project starter repository: https://github.com/Udacity/CarND-Traffic-Sign-Classifier-Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published