Skip to content

Paramjyotisahu/Object-detection-using-yolov4

Repository files navigation

Yolov4-opencv-python

Yolov4 object detection using opencv python, its simplest way to run inference on yolo V4

It is a realtime object detection model and also in video detection model try.py- realtime detection yolov4.py - video detection

Implementation detail available on Darknet

All the Frozen-Inference graph (pre-trained network) available on Darknet

Installation

You Need Opencv Contrib

--> windows

pip install opencv-contrib-python==4.5.3.56

--> Linux or Mac

pip3 install opencv-contrib-python==4.5.3.56

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages