Skip to content

AmeyaWagh/Traffic_sign_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic sign classifier

This repository uses pytorch and pytorch-lightning as the training frameworks.

PyTorch PyTorch Lightning

-

alt text

GTSRB dataset:

https://www.kaggle.com/datasets/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign/download?datasetVersionNumber=1

Training the network:

python3 scripts/train.py --config  scripts/config.yaml

Predict

use the notebook provided to predict traffic signs.

notebooks/predict.ipynb