In this project, we use Haar cascade files to train our classifier to detect different vehicles as well as pedestrians which makes it very robust. The proposed approach is computationally less expensive with faster processing speed. The project performs well on real life data thus making it practically useful.
This System has the following Haar Cascades:
- Haar Cascade for Car detection
- Haar Cascade for Bus Detection
- Haar Cascade for Two-Wheeler Detection
- Haar Cascade for Pedestrian Detection
System Requirements:
- Python 3.6 or above
- OpenCV library