An open API service indexing awesome lists of open source software.

https://github.com/krisharul26/cars_counting-detection-using-haar-cacade

Cars detecting and counting using OpenCV
https://github.com/krisharul26/cars_counting-detection-using-haar-cacade

image-processing object-detection opencv-python tensor tesnorflow

Last synced: 7 months ago
JSON representation

Cars detecting and counting using OpenCV

Awesome Lists containing this project

README

          

# Cars Detection-using-haar-Cacade
Cars detecting and counting using openCV
### For vehicles detection (car and bus), we can use the OpenCV to recognize and categorize vehicles using some of the haar cascade pre-trained model.

# How to run the code

git clone git@github.com: KrishArul26/Cars_Counting-Detection-using-haar-Cacade

opencv-car-detection-video
pip install -r requirements.txt
### For vehicles detection for videos fil
python vehicle_video_detection.py
### For vehicles detection and counting for images
vehicle_count_detection.py

# Result

### Vehicles Detection results for video
![video_detection_result](https://user-images.githubusercontent.com/74568334/120521154-e8bb3c80-c3d4-11eb-85b5-d85a656aacf3.gif)

### Vehicles Counting results for images
![car_1_orig](https://user-images.githubusercontent.com/74568334/120520606-48651800-c3d4-11eb-89f1-a9be2240217f.png)/![car_1_result](https://user-images.githubusercontent.com/74568334/120520617-4b600880-c3d4-11eb-9219-79117222c581.png)