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

How can I visualize the loss/iteration changes of two different trainings I conducted with YOLOv4 algorithm using input sizes of 256 and 320 in a single graph?

![chart](https://github.com/AlexeyAB/darknet/assets/155899275/a79c1391-f893-4d7b-97df-a3ca89fff318) Can any body tell me why my mAP chart starting after 3500 iterations ? It's very different from the others. ![yo](https://github.com/AlexeyAB/darknet/assets/155899275/378f87fc-f165-4777-b02e-672cde243809) ![yoo](https://github.com/AlexeyAB/darknet/assets/155899275/e47981fa-056c-47e0-a08d-7a7550302371) Thank you~

I am trying to use the latest version (commit: 27b37bf) of Darknet on the Jetson Xavier AGX. ![image](https://github.com/AlexeyAB/darknet/assets/127118806/5c51c62a-acc3-429b-bd88-85444d87f764) ![image](https://github.com/AlexeyAB/darknet/assets/127118806/81e6bee2-e76b-4cea-8404-34e0997a56de) Upgraded both CUDA and OpenCV (as per the above screenshots). When...

Thank you for sharing & maintaining the repo! I really appreciated. Though I hesitate to ask about license issue after reading Yolo license that says "2. Stop emailing me about...

When I ran the darknet demo, the Segmentation fault" and could not detect it. As for what I could do, I did the following I used Swap to extend the...

I use Darknet for research purpose, and I need a executable file to run a model training process. I see there is a source code called LSTM.c, so I think...

I use Darknet framework and YOLO architecture for object detection. I am able to train on my own dataset and evaluate it with command: `darknet detector map...` The result is...

@AlexeyAB If one want to increase upsampling before third yolo detection, then do one has to modify only in upsampling stride ? or else need for any other changes in...

here is output: Building started at 03:17 AM... 1>------ Build started: Project: darknet, Configuration: Release x64 ------ 2>------ Build started: Project: dark, Configuration: Release x64 ------ 1>getopt.obj : error LNK2005:...

Looking to recognize if a person is walking or running. Can this be done using darknet ? If yes can you tell me what changes i need to do in...

question