-
Any benchmarks, please
-
@AlexeyAB there is a bug.
I used command
`darknet.exe detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights test.mp4 -out_filename res.avi`
The bbox and frame in result video are inconsistent…
-
hi, this is the error I am facing from this line:
#net = cv2.dnn.readNet("yolov4_1000.weights", "yolov4.cfg")
OpenCV(4.2.0) /io/opencv/modules/dnn/src/darknet/darknet_io.cpp:686: error: (-212:Pa…
-
Here is my only 1 class yolov4-tiny model screenshots:
![Screenshot_20210513-120718_Gallery](https://user-images.githubusercontent.com/14876118/118076853-8f6b7900-b3e5-11eb-9759-4eadb63f7930.jpg)
…
-
I would like to ask if Yolov4 still uses the previous detection approach stated in the original YOLO paper?
https://arxiv.org/pdf/1506.02640.pdf Specifically, on the Unified Detection.
With YOL…
-
I trained yolov4-tiny.cfg on one class and that worked. But, when I wanted to train yolov4.cfg, after loading weights it just put it on hold. I suppose it is not because of cuda because it works for t…
-
How to detect diffrent color for yolov4-mishx ?
-
this is chart for pre-trained models using yolov4x-mish![mish_olddataset](https://user-images.githubusercontent.com/49072720/115998010-e3214880-a617-11eb-8c2b-8ca9716d608f.png)
This is chart for pr…
-
Hi,
I am using yolov4-tiny model. Used the default yolov4-tiny.cfg (resolution - 416, 416) file and the default weights. I see detections happening but then there were few cases where detections were…
-
I'm using gRPC to wrap YOLOv4 in a AI model serving python script, and deploy it in a nvidia-docker container instance which is in cloud with a tesla gpu device backend;
however, i find that the in…