darknet icon indicating copy to clipboard operation
darknet copied to clipboard

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )

Results 100 darknet issues
Sort by recently updated
recently updated
newest added

### Removed image When using `docker compose run yolo-gpu bash`: ``` yolo-gpu Warning pull access denied for yolo, repository does not exist or may require 'docker login': denied: requested access...

Hi, I am a little confused about the parameters "iou_thresh" and "ignore_thresh". As per my understanding, "iou_thresh" decides if the predicted bbox is to be considered during training to contribute...

Is it possible to execute a particular Yolo pipelines on the high or low-priority cuda stream? If this feature is available, what is the command to perform the above activity....

Dear all, training yolov4 with my own dataset shows final mAP values around 75% and an almost monotonic loss decay. I am very happy with the results. However, I wanted...

Training issue

when i type make command in the darknet directory i get this error chmod +x *.sh g++ -std=c++11 -std=c++11 -Iinclude/ -I3rdparty/stb/include -DOPENCV `pkg-config --cflags opencv4 2> /dev/null || pkg-config --cflags...

Hi, I'm trying to train `Tiny Yolo v2 `with my custom data. But unfortunately I can't download the default weights file for tiny-yolo-voc: http://pjreddie.com/media/files/tiny-yolo-voc.weights Maybe they removed it or the...

I have already checked my dataset for bad annotations all fine my image has the size 2387 by 3484 pixel and the label themselves are somewhere around 400-500 in width...

Training issue

I have corrected the missing 'nbiases' item in the YOLO Layer.

Hi,@cenit, Maybe I found a code bug. It's not a error.But it haven't do the thing correctly. In yolo_layer.c: ``` args->tot_iou += all_ious.iou; args->tot_iou_loss += 1 - all_ious.iou; // range...

In this issue(Yolov7-tiny.cfg trained on pytorch #8602), I can train using the same Yolov7-tiny.cfg in yolor. but, how can I get darknet weights file in yolor? I want to train...