carlosmccosta / Traffic-Sign-Detection

Computer Vision
MIT License
15 stars 22 forks source link

weight file #1

Open abhigoku10 opened 5 years ago

abhigoku10 commented 5 years ago

@carlosmccosta can you please share your trained weight file for traffic sign detection and recognition

carlosmccosta commented 5 years ago

Good afternoon :)

This project does not use machine learning. It uses HSV color segmentation followed by ellipse fitting for finding the traffic signs. Then uses template matching or feature matching for identifying the numbers.

Please check the project report and presentation for more details.