Shallow network with combined pooling for fast traffic sign recognition (Zhang et al)
A Deep Learning model that utilizes Convolutional Neural Network (CNN) along with dropout and multi scale features to identify traffic signs in images. The dataset used is the German Traffic Sign Dataset. The trained model achieves around 96% accuracy on the test set. Details given in report.pdf
Python
Tensorflow
cPickle
- Download the dataset from here and put it in the root folder
- Setup Tensorflow on local machine
- Run "python tsr.py" from root directory