Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
王哲 committed Mar 4, 2020
1 parent 886effd commit 6225b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 6225b49

Please sign in to comment.