Print number of TP and FP
CuongNguyen218 opened this issue · 1 comments
CuongNguyen218 commented
@jwchoi384 ,
I want to print out TP and FP of my results. How can i do it ?
print fp[-1]
after this line https://github.com/jwchoi384/Gaussian_YOLOv3/blob/master/bdd_evaluation/evaluate.py#L169, right ?
jwchoi384 commented
Yes, that’s right.