darknet icon indicating copy to clipboard operation
darknet copied to clipboard

How to set conf threshold for Darknet YOLO AlexeyAB

Open petrasvobodova2804 opened this issue 5 months ago • 0 comments

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 visible on the image below. I am able to set IoU threshold with flag -iou_thesh 0.5. But I am no able to set confidence thresh that is set to 0.25 by default. 415016310_1548133942619541_2317170006357106267_n Please do you have any advice how to change confidence threshold parameter? Thanks.

petrasvobodova2804 avatar Jan 08 '24 10:01 petrasvobodova2804