Python based application for object-Detection using cv2 library.
- 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/).