From 6225b49da68e70b34a32c20999e929b8c68063f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=93=B2?= <254-1216921358534246408@users.noreply.git.querycap.com> Date: Wed, 4 Mar 2020 15:33:25 +0800 Subject: [PATCH] fix some bugs --- evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation.py b/evaluation.py index 671347f..b509794 100644 --- a/evaluation.py +++ b/evaluation.py @@ -285,7 +285,7 @@ def run(self): self.get_tp_fp(gt_path, prediction_path, groundtruths, predictions, semantic_label, file_format) precision, recall, fppi, fppw, ap = self.computeAp(semantic_label) - print ("class ", semantic_label, " Ap: ", ap) + print("class ", semantic_label, " Ap: ", ap) if self.precision: print("class ", semantic_label, "precision: ", precision)