Skip to content

Commit 6225b49

Browse files
author
王哲
committed
fix some bugs
1 parent 886effd commit 6225b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def run(self):
285285
self.get_tp_fp(gt_path, prediction_path, groundtruths, predictions, semantic_label, file_format)
286286
precision, recall, fppi, fppw, ap = self.computeAp(semantic_label)
287287

288-
print ("class ", semantic_label, " Ap: ", ap)
288+
print("class ", semantic_label, " Ap: ", ap)
289289

290290
if self.precision:
291291
print("class ", semantic_label, "precision: ", precision)

0 commit comments

Comments
 (0)