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

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.

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.

![room](https://user-images.githubusercontent.com/58525668/83651088-b8c93580-a5d6-11ea-9bca-a75f95de8d56.jpg)
![room_ser](https://user-images.githubusercontent.com/58525668/83651194-db5b4e80-a5d6-11ea-839f-cec7f5c370b0.jpg)

## - After Detection.

![Screenshot (103)](https://user-images.githubusercontent.com/58525668/83651431-178eaf00-a5d7-11ea-955b-45b9dfa9cf8c.png)
![Screenshot (93)](https://user-images.githubusercontent.com/58525668/83651476-24ab9e00-a5d7-11ea-9f38-78fed127bcf5.png)