the default threshold for map is .25 how can i change it to .5
use flag -thresh 0.5 at the end of command.
-thresh 0.5
So IoU, F1, TP/FP/FN, Precision, Recall will be calculated for threshold=0.5 mAP and APs don't depend on threshold.
Most helpful comment
use flag
-thresh 0.5at the end of command.So IoU, F1, TP/FP/FN, Precision, Recall will be calculated for threshold=0.5
mAP and APs don't depend on threshold.