I’m trying to get [email protected] under specify conf_thresh.
I set different conf_thresh, But I got average IoU and same [email protected]
I tried this code to get [email protected]
darknet detector map .data .cfg .weights -thresh 0.2
and I got “for conf_thresh = 0.2 TP FP FN , average IoU=73.15%” and “[email protected] = 96.30%”
I tried others conf_thresh from 0.1 to 0.9 and I got same [email protected] = 96.30%.
I dont know this [email protected]=96.30% mean under conf_thresh0.1 to 0.9 all is 96.30 or it used Yolov4 default conf_thresh.