Skip to content

Latest commit

 

History

History

traffic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

An AI to identify which traffic sign appears in a photograph using neural networks.

Video Demo

traffic.py.mp4

My Conclusions

At first, I wanted to achieve the highest accuracy with the dataset, so I used many layers. But it took too long to train, and the results weren't great. So, I tried removing layers one by one and adjusting settings. Surprisingly, this improved accuracy each time. So I noticed that more layers does not mean better accuracy and drop out affects the accuracy very much.

Usage

Download requirements: pip3 install -r requirements.txt

Start application: python traffic.py gtsrb