Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 609 Bytes

BlueSignLocator

This was for a class project. We were given real life images and were supposed to extract and identify blue signs such as the one below.

BlueSignSampleResults

Precision: 0.94

Recall: 0.8

F1: 0.87

This is how the sign extraction side of my algorithm works. image

Sign identification then works by simple template matching.

For complete deatails, please read the README.pdf.