Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 678 Bytes

reco-panneau

Projet M2 - ( cours Fouille de données et aide à la décision )

Road Signs recognition using Keras and OpenCV. The main objective of this project wasn't the result, but the study and the analysis of different solutions for this application.

Reseau de neurones

Dans le dossier neural

Training set : http://btsd.ethz.ch/shareddata/BelgiumTSC/BelgiumTSC_Training.zip

Testing set : http://btsd.ethz.ch/shareddata/BelgiumTSC/BelgiumTSC_Testing.zip

Pour lancer l'apprentissage et générer le modèle:

python3 main.py

Pour tester le modèle sur une certaine image

python3 main.py <model> <img>

Avec OpenCV

Dossier reco