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

I want to run Obico detective algorithm in standalone mode, without Docker. To do that, I need to build somehow darknet with YOLO and create darknet.so files. I can't understand...

What is the reason why the image is loaded and not marked to the feature target ![屏幕截图 2023-11-11 142234(2)](https://github.com/AlexeyAB/darknet/assets/71007329/d200ac75-c153-43b5-8edc-9d0e32dcc1b3)

Facing this issue while training yolov4-tiny i use yolov4-tiny pre-trained weights file `yolov4-tiny.conv.29` from [here](https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.conv.29) my env: Google Colab `NVIDIA-SMI 525.85.12 Driver Version: 525.85.12 CUDA Version: 12.0` Tesla T4 ```...

does the command automatically saves .weights file, if not how to save .weights file? Mine's not saving .weights file ![issue](https://user-images.githubusercontent.com/51075491/58862279-f8acc280-86cd-11e9-9a85-ff03fa59e567.png) This is the command i used to run

yolov3 and yolov2 anchors are quite different, like yolov3 anchors int integer values where yolov2 are in floating points that's because yolov2 anchors are divided by the height and width...

Training issue

I am trying to train Tiny Yolov3 with the addition of a gru layer. However, I do not see any results after the training process. Please find below my modifications...

Training issue

Hi. I am training for custom objects of very different sizes in the image. As recommended I am using yolov4-custom.cfg instead of yolo-obj.cfg but there is something very different in...

If you have an issue with training - no-detections / Nan avg-loss / low accuracy: * read FAQ: https://github.com/AlexeyAB/darknet/wiki/FAQ---frequently-asked-questions * what command do you use? * what dataset do you...

Training issue

darknet.exe detector test cfg\coco.data cfg\yolov4.cfg yolov4.weights data\dog.jpg 提示此应用无法在你的电脑上运行 若要找到适用于你的电脑的版本,请咨询软件发布者

I'm trying to train yolo-v4-tiny with rtx 4090 on windows cuda version 12.1, installed darknet with vcpkg. Training it with colab worked but with my pc i have the problem....