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 have one class and I try to train yolov3 in a custom dataset so I am using: `time ./darknet detector train build/darknet/x64/obj.data cfg/yolo_vessel.cfg yolov3.weights -dont_show -ext_output < train.txt >...

When I try to use the command: detector train .....-map, my code always goes wrong. However, if I try to use detector map .... ,my code works well. Configuraiton: CUDA...

I want to batch process images and save the images with drawn bounding boxes. Does Darknet have any relevant command parameters?

Hi there, I have been trying to train my custom yolov4 tiny model but it seems like there are some issues when calculating the mAP, also the avg loss is...

Training issue

When building an up-to-date version of darknet in release mode, the execution crashes. The run slow, but without crashes under valgrind or when build as debug version. Command used: ```...

The issue: Previously the output videofile had detections off by 1 frame from the video. The reason: The `darknet_image` is overwritten in `video_capture` every time it's being created because it...

### Bug Fix 1) The type of 'show_img' has been changed from 'iplimage' to 'cv::Mat' and the code to save the image in result_img dir isn't updated based on the...

… I was need this feature to be able to decrease the number of classes and train with same tagged images database.

save progress of learning to a txt file, after each time weights file is saved, This way there is a log for loss, Also can be used to choose the...

This is loosely based on daltskin's fork, which outputted json data per image, but it turned out it wasn't really valid json and missed the file name information within the...