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
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