From be10b75eb45bb53aba34615f2cef667ad195204b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 2 Apr 2019 20:21:00 +0200 Subject: [PATCH] updates --- utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.py b/utils/utils.py index b74aee19..7509f555 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -321,7 +321,7 @@ def build_targets(model, targets): # Width and height twh.append(torch.log(gwh / layer.anchor_vec[a])) # yolo method - # twh.append(torch.sqrt(gwh / anchor_vec[a]) / 2) # power method + # twh.append(torch.sqrt(gwh / layer.anchor_vec[a]) / 2) # power method # Class tcls.append(c)