Skip to content

A deep Learning Model to classify 34 different Traffic Signs

Notifications You must be signed in to change notification settings

astvd3/Traffic-Sign-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic-Sign-Classifier

DIY Autonomous Cars 101: Recognizing Street Signs This is part of my article series. The project involves deep learninng to classify street signs. Full link to the blog post can be found here,

Install

This project requires Python 2.7 with the following library installed:

Data

The dataset used here is from Gernman Traffic Sign Benchmark website http://benchmark.ini.rub.de/?section=home&subsection=news

Run

python attempt2.py should run the program properly, but if it won't it means you haven't set your directories properly.

Your directories should be in the following fashion.

Path | |attempt2.py |utils.py |vgg16.py | |GTSRB ---> |train |valid |results |sample (Optional)

Train folder will be the one containing the images with all classes, valid folder will be filled by the code.

About

A deep Learning Model to classify 34 different Traffic Signs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages