Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshapandey/vehicle-count-and-detection-model
In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.
https://github.com/oshapandey/vehicle-count-and-detection-model
flask-application haar-cascade-classifier image-processing opencv python
Last synced: 14 days ago
JSON representation
In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.
- Host: GitHub
- URL: https://github.com/oshapandey/vehicle-count-and-detection-model
- Owner: OshaPandey
- Created: 2023-08-03T03:29:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:45:09.000Z (over 1 year ago)
- Last Synced: 2023-08-04T04:42:04.412Z (over 1 year ago)
- Topics: flask-application, haar-cascade-classifier, image-processing, opencv, python
- Language: Jupyter Notebook
- Homepage: https://vehicle-count-and-detection.onrender.com/
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.