This project is an implementation of Deep Neural Networks and Image processing to Classify Traffic Signs in the German Traffic Sign Dataset.
- Python 3.5
- TensorFlow 1.4
- Jupyter
- NumPy
- SciPy
- Matplotlib
- Open CV2
- Download the dataset.
- This is a pickled dataset which has already resized the images to 32x32.
- Clone the project and start the notebook.
git clone https://github.com/Mohit-Ak/CarND-Traffic-Sign-Classifier.git
cd CarND-Traffic-Sign-Classifier
jupyter notebook Traffic_Sign_Classifier.ipynb
- Follow the instructions in the
Traffic_Signs_Recognition.ipynb
notebook.
Dataset | Accuracy |
---|---|
Validation | 94.2% |
Test | 93.1% |