Skip to content

Commit

Permalink
Merge pull request #3 from wangzhe0623/dev
Browse files Browse the repository at this point in the history
fix some bugs
  • Loading branch information
wangzhe0623 authored Mar 4, 2020
2 parents 886effd + 6225b49 commit 435b86b
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
Expand Up @@ -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)
Expand Down

0 comments on commit 435b86b

Please sign in to comment.