You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model for identify which traffic sign appears in a photograph
Running and installation
pip3 install -r requirements.txt to install opencv-python for image processing, scikit-learn for ML-related functions, and tensorflow for neural networks.
python traffic.py (dataset)
Hint
Run python traffic.py gtsrb to test model with gtsrb dataset
About
Identify which traffic sign appears in a photograph