• Stars
    star
    109
  • Rank 317,168 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Convolutional Neural Network for German Traffic Sign Recognition Benchmark

Overview

A convolutional neural network for German traffic sign image classification.

Dataset

German Traffic Sign Recognition Dataset (GTSRB) is an image classification dataset.
The images are photos of traffic signs. The images are classified into 43 classes. The training set contains 39209 labeled images and the test set contains 12630 images. Labels for the test set are not published.
See more details here.

Model

ResNet-34 pretrained on ImageNet dataset, then finetuned on GTSRB dataset.

Deep Learning Libraries

fastai with PyTorch backend.

Metrics

The model achieved 99.22% accuracy on the validation set (random 20% subset of the training dataset).