From 2cf31ab7bc644b2b5bdecefc39a9c8e954cf45a0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 30 Dec 2019 13:46:40 -0800 Subject: [PATCH] updates --- utils/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/utils.py b/utils/utils.py index 1a9fe5db..8b033520 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -763,7 +763,6 @@ def kmean_anchors(path='data/coco64.txt', n=9, img_size=(288, 640)): # from uti # Measure IoUs iou = wh_iou(torch.Tensor(wh), torch.Tensor(k)) biou = iou.max(1)[0] # closest anchor IoU - print(biou.shape) print('Best Possible Recall (BPR): %.3f' % (biou > 0.225).float().mean()) # BPR (best possible recall) # Print