From adc2663fe70aee3bb286dc79e9fe6eec20a47f87 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 17 Dec 2019 12:26:42 -0800 Subject: [PATCH] updates --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index da6a23bb..65bc20c2 100755 --- a/models.py +++ b/models.py @@ -86,7 +86,7 @@ def create_modules(module_defs, img_size, arc): elif arc == 'default': # default no pw (40 cls, 80 obj) b = [-5.5, -5.0] elif arc == 'uBCE': # unified BCE (80 classes) - b = [0, -8.5] + b = [0, -9.0] elif arc == 'uCE': # unified CE (1 background + 80 classes) b = [10, -0.1] elif arc == 'Fdefault': # Focal default no pw (28 cls, 21 obj, no pw)