-
hello i am a colleage student in korea
thank you for your code
i want use yolo v4 -tiny because i want to improve fps
So, I downloaded the file 'yolov4-tiny.weights'.
I modified the file in …
-
Hi, thanks for the great work!!
The testing command is :python test.py --img 640 --conf 0.001 --iou 0.65 --batch 8 --device 0 --data coco.yaml --cfg models/yolov4-csp.cfg --weights weights/yolov4-c…
-
For detecting small & big objects as mentioned in this cfg file
[https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-custom.cfg](url)
we are using activation function as =**linear*…
-
请问这种报错该怎么办呢
Traceback (most recent call last):
File "D:\model\yolov4-keras\train.py", line 422, in
callbacks = callbacks
File "D:\anaconda3\envs\yolov4-keras-train\lib\site-pack…
-
Hi @Affonso-Gui. I successfully run this code. Now, I wanna change to my environment which I am using ZED2 camera only with yolov4 object detection. So first step I try to change the input to ZED cam…
-
Hello everyone, here is a code that can convert the weights of darknet to onnx model. Now it can support the conversion of **yolov4**, **yolov4-tiny**, **yolov3**, **yolov3-spp** and **yolov3-tiny** d…
-
Hello,
I don't understand, the results are perfect with my darknet model but after converting to TF, the detection results are 2-3 times smaller for the bounding boxes.
I am using this config fi…
-
Hi ,
I am performing sparsity training using yolov4 weights .
Command Used - ! python3 train.py --cfg /content/darknet/cfg/yolov4.cfg --data /content/objcoco.data --weights /content/darknet/weight…
-
I'm trying to train YOLOv4 and YOLOv4 Leaky on a custom dataset. YOLOv4 is working, but YOLOv4 Leaky is diverging during training (nan avg-loss). I pulled the cfg file from the Model Zoo and changed t…
-
Hi,
I am working on using the Vitis AI library with a custom Yolov4 model.
I have followed the steps of this tutorial (convert Darknet to TensorFlow, freeze, quantize, compile) : https://github.…