Skip to content

Commit 435b86b

Browse files
authored
Merge pull request #3 from wangzhe0623/dev
fix some bugs
2 parents 886effd + 6225b49 commit 435b86b

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)