yolov4-opencv-python icon indicating copy to clipboard operation
yolov4-opencv-python copied to clipboard

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

Results 3 yolov4-opencv-python issues
Sort by recently updated
recently updated
newest added

When I run the code it prints this: ` [ WARN:0] global C:\opencv\opencv-4.5.1\modules\dnn\src\dnn.cpp (1442) cv::dnn::dnn4_v20201117::Net::Impl::setUpNet DNN module was not built with CUDA backend; switching to CPU`

hello if you see this message can you write

When running yolov4.py I received an error: ``` File "mypath", line 31, in label = "%s : %f" % (class_name[classid[0]], score) ~~~~~~~^^^ IndexError: invalid index to scalar variable. ``` I...