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

``` $ python -V 3.11.4 $ conda -V 23.5.2 $ darknet -V Darknet code version: 2023.09.27 CUDA-version: 10020 (11080), cuDNN: 7.6.5, CUDNN_HALF=1, GPU count: 1 CUDNN_HALF=1 OpenCV version: 4.2.0 $...

what's your opinion, @AlexeyAB ?

Hi, I'm using darknet for custom object detection and YOLOv4 in a Google Colab project. Until last week the code was working fine, but now I'm getting stuck at the...

Hi everyone so i had this issue with setting the right hyperparameter such as batch size, subdivision, max batch, etc for achieveng higher mAP and accuracy after training with YOLO...

When trying to train the yolov2 with 2 changes in the cfg (addition of 2 SAM layers), the model doesnt start training. When the 2nd SAM layer is removed, the...

![image](https://github.com/AlexeyAB/darknet/assets/61908603/3956eb1c-f1c4-4e9c-9643-0971a05785e5) Hello, I want to build yolo in Windows 11 and this is what I get an issue. I already build opencv with CUDA successfully and already added a path...

This was a feature requested in #6019 . As the constructors were the same, I had to make another one with another signature.

This branch has a code update to automatically stop train when the required map is achieved.

https://github.com/AlexeyAB/darknet/issues/49 https://github.com/AlexeyAB/darknet/issues/85 I refer to the above steps to modify the code and recompile it, and after rostopic echo /darknet_ros/bounding_ boxes, the ID of each detected object will be displayed,...