-
https://github.com/AlexeyAB/darknet/issues/7087
https://alexeyab84.medium.com/scaled-yolo-v4-is-the-best-neural-network-for-object-detection-on-ms-coco-dataset-39dfa22fa982
Seems that the summar…
-
**!./darknet detector test data/obj.data cfg/custom-yolov4-tiny-detector.cfg /mydrive/yolov4/custom-yolov4-tiny-detector_best-mAP.weights /content/darknet/test/01.jpg**
This command performs infe…
-
Hi, thanks for your nicely work. As you say, `Yolov4 and Yolov4-tiny int8 quantization have some issues. I will try to fix that.` I have a solution to fix this, and below is the code:
First, when …
-
I'm reading the CSPNet paper again, and I'm noticing some discrepancies in how CSPDarknet53 adopted this mechanism.
In CSPNet, the base layer is split in two. One half goes into the block, and the …
-
* `batch=1 (sync-mode)`
* CPU, VPU
* OpenCV 4.2.0 (master-branch 21 Mar 2020)
* OpenVINO 2020.1.033
* GPU
* CUDA 10.0
* cuDNN 7.4.2
* Darknet (Mar 22, 2020) GPU=1 CUDNN=1 CU…
-
-
I'm trying to convert a yolov4-sam-mish weight file to a pb model for tensorflow. When I use detect.py I get no detections whatsoever. I've used yolov4-tiny trained on the same dataset and get detecti…
-
[English Version]
Hi, I found the problem of quantize and compile in Vitis AI 1.4.1 and Vitis AI 2.x respectively
First mention the part of Vitis AI 1.4.1 or 1.4
The environment and training mode…
-
Hey guys, a bit new here, would like to know if I'm doing something wrong. Wanted to convert my custom trained YoloV4-tiny model (for 1 specific class) to tflite. But first wanted to convert it to a T…
-
Hi! I am running YOLO v4 and YOLO v4-tiny under the environment: Win10, CUDA 10.2, cuDNN: 7.6.5, OpenCV: 3.4.4 on RTX 2080 ti. Running with command darknet.exe detector demo cfg/coco.data cfg/yolov4-t…