jwchoi384/Gaussian_YOLOv3

Print number of TP and FP

CuongNguyen218 opened this issue · 1 comments

@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 ?

Yes, that’s right.