Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 633 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 633 Bytes

Traffic-sign-detection

Speed detection alt text

Stop detection

alt text

What does it do?

  • Detect speed signs
  • Detect stop signs

How?

  • Using cascade classifiers for signs detection
  • Using multithreading for better performances
  • Using flann classifier to detect the speed

Requirements

  • Python >= 3.6.0
  • OpenCV >=3.0.0
  • A video source

How to use?

Just start main.py script

Inspired from : https://github.com/putsi/tsaraisa project.