Detect and recognize traffic signs using image processing algorithms and machine learning(Random Forest algorithm) --- Accuracy 94%
Explore the docs »
Table of Contents
Detect and recognize traffic signs using Image Processing algorithms and Machine Learning(Random Forest) with an accuracy of 94%.
Datasets used:
Due to time constraint and computational limitations, the dataset has been intentionally reduced to 16000 files. To use entire dataset, try adding more masks!
This entire project can be fragmented in to two parts:
- Detection
- Recognition
Things required to make the project a success:
- Knowledge of Image Processing
- Getting around Matlab
- Machine Learning
- Never give up attitude!
- Open Hog Feature Extraction file and make the required changes upon your requirement and run it.
- HOG Features will be saved to avoid extraction for every execution.
- Open Training and Model Accuracy file to train the model with extracted features.
Change the number of decision trees for your desired accuracy! Also check the ROC-AUC and Precision-Recall curves.
- The model will be saved locally.
Saving time varies from computer to computer
- Move all masks to the current directory so that, Main Funtion file will be in the same level as masks.
- Run the Main Funtion file and you are good to go!!....
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - Praveenterax - [email protected]
Project Link: https://github.com/Praveenterax/Traffic-sign-Detection-Recognition-Matlab-RandomForest