-
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…
-
Hi
I use yolov4 'as is' and test prediction take ten times more than expected. Darkent compiled with GPU=1, CUDNN=1, CUDNN_HALF=1, OPENCV=1. I think it could be related to driver/tool/lib versions. …
-
I tried to run the code using dnn module in OpenCV but I got error mish activation function is not supported.
Can you please help me to solve this issue?
Thanks, @AlexeyAB
-
I use opencv4 to load yolov4 model and detection is 10fps,
But If I use darknet to detect with same model is 30fps.
Any suggestion ? Thanks
-
I would like to train the model on Yolov4 tiny with small and large objects. But I found in respo only Yolov3-tiny_3l.cfg: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3-tiny_3l.…
-
Technically question.
Tried YoloV4 on my dataset, found it achieves reasonable mAP and in some hard case it outpeformance many other detectors, the only question is, hardcase it can handle, while i…