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)