/Traffic_sign_classifier

A traffic sign classifier using LeNet for Self driving cars

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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