updates
This commit is contained in:
parent
78bb153d7d
commit
ce42db0d7b
|
@ -88,7 +88,7 @@ def create_modules(module_defs, img_size, arc):
|
|||
b = [10, -0.1]
|
||||
elif arc == 'Fdefault': # Focal default no pw (28 cls, 21 obj, no pw)
|
||||
b = [-2.1, -1.8]
|
||||
elif arc == 'uFBCE': # unified FocalBCE (5120 obj, 80 classes)
|
||||
elif arc == 'uFBCE' or arc =='uFBCEpw': # unified FocalBCE (5120 obj, 80 classes)
|
||||
b = [0, -6.5]
|
||||
elif arc == 'uFCE': # unified FocalCE (64 cls, 1 background + 80 classes)
|
||||
b = [7.7, -1.1]
|
||||
|
|
Loading…
Reference in New Issue