Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 935 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 935 Bytes

Traffic-Sign-Recognition-Using-YOLO

This repository contains model and training notebook for traffic sign recognition

Dataset

The dataset used for training is German Traffic Sign Recognition Benchmark (GTSRB) containing 43 classes of traffic signs. The training set contains 39209 labeled images and the test set contains 12630 unlabelled images.

image

Model

Using and YOLOv5 for training and achieved >93% mAP on the dataset.

image

Report

Used WandB to log hyperparameters and output metrics from runs.

Download the model