Skip to content

tranducminh1902/traffic-sign-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Traffic Sign Classifier

Training CNN model for classifying traffic sign

About the dataset:

The dataset using in this project is GTSRB - German Traffic Sign Recognition Benchmark from Kaggle.

Link: gtsrb-german-traffic-sign

The German Traffic Sign Benchmark is a multi-class, single-image classification challenge held at the International Joint Conference on Neural Networks (IJCNN) 2011. The dataset has the following properties:

  • Single-image, multi-class classification problem
  • 43 label classes
  • More than 50,000 images in total
  • Including train set, test set and meta data
  • Large, lifelike database

About the models:

2 models was built for testing the accuracy, with the best result (around 98% accuracy) came from the model with more hidden layers (and more neuron).

The model was exported to .h5 file for later use. The .h5 file can be downloaded via model_1_checkpoint.h5.

References:

Mykola - https://www.kaggle.com/meowmeowmeowmeowmeow

About

Training CNN model for classifying traffic sign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published