Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 580 Bytes

File metadata and controls

29 lines (21 loc) · 580 Bytes

YOLO-Object-Detection using OpenCV

The code implements Object Detection using YOLOv3. The code has been implemented using the OpenCV library. It uses a YOLOv3 model pre-trained on the COCO dataset.

Dependencies

The weights can be downloaded from the following link :-

https://pjreddie.com/media/files/yolov3.weights

Input

Dog

Output

Output

No. of objects detected - 3