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
- Host: GitHub
- URL: https://github.com/krisharul26/cars_counting-detection-using-haar-cacade
- Owner: KrishArul26
- Created: 2021-06-02T11:00:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T18:08:03.000Z (over 4 years ago)
- Last Synced: 2025-01-04T18:26:00.351Z (9 months ago)
- Topics: image-processing, object-detection, opencv-python, tensor, tesnorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 29.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Vehicles Counting results for images
/