AmeyaWagh / Traffic_sign_classifier

A traffic sign classifier using LeNet for Self driving cars

Repository from Github https://github.comAmeyaWagh/Traffic_sign_classifierRepository from Github https://github.comAmeyaWagh/Traffic_sign_classifier

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

About

A traffic sign classifier using LeNet for Self driving cars

License:Apache License 2.0


Languages

Language:Jupyter Notebook 92.7%Language:Python 7.3%