From e16c9011631c7762d21baa02a34ad8db73dbdd3f Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Fri, 2 Mar 2018 00:16:26 +0300 Subject: [PATCH] minor fix --- src/detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detector.c b/src/detector.c index d7cc8a0b..336640a3 100644 --- a/src/detector.c +++ b/src/detector.c @@ -772,7 +772,7 @@ void validate_detector_map(char *datacfg, char *cfgfile, char *weightfile, float } } } - //printf("point = %d, cur_recall = %.4f, cur_precision = %.4f \n", point, cur_recall, cur_precision); + //printf("class_id = %d, point = %d, cur_recall = %.4f, cur_precision = %.4f \n", i, point, cur_recall, cur_precision); avg_precision += cur_precision; }