https://github.com/justabhishek/object-detection
Python based application for object-Detection using cv2 library.
https://github.com/justabhishek/object-detection
cv2-library image-processing object-detection python3 yolov3
Last synced: 11 months ago
JSON representation
Python based application for object-Detection using cv2 library.
- Host: GitHub
- URL: https://github.com/justabhishek/object-detection
- Owner: JustAbhishek
- License: mit
- Created: 2020-06-03T14:24:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T14:47:49.000Z (over 5 years ago)
- Last Synced: 2025-01-01T09:23:14.193Z (about 1 year ago)
- Topics: cv2-library, image-processing, object-detection, python3, yolov3
- Language: Python
- Size: 3.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object-Detection
Python based application for object-Detection using cv2 library.
## Description
- Object detection is a technology that falls under the broader domain of Computer Vision. It deals with identifying and tracking objects present in images and videos. Object detection has multiple applications such as face detection, vehicle detection, pedestrian counting, self-driving cars, security systems, etc.
- I have used Pre-trained model Yolov3.weights you can find it here (https://pjreddie.com/darknet/yolo/).
## - Before Detection.


## - After Detection.

