updates
This commit is contained in:
parent
87c5e43e8c
commit
9064d42b93
|
@ -84,7 +84,7 @@ def create_modules(module_defs, img_size, arc):
|
||||||
if arc == 'defaultpw' or arc == 'Fdefaultpw': # default with positive weights
|
if arc == 'defaultpw' or arc == 'Fdefaultpw': # default with positive weights
|
||||||
b = [-4, -3.6] # obj, cls
|
b = [-4, -3.6] # obj, cls
|
||||||
elif arc == 'default': # default no pw (40 cls, 80 obj)
|
elif arc == 'default': # default no pw (40 cls, 80 obj)
|
||||||
b = [-5.5, -4.0]
|
b = [-5.5, -5.0]
|
||||||
elif arc == 'uBCE': # unified BCE (80 classes)
|
elif arc == 'uBCE': # unified BCE (80 classes)
|
||||||
b = [0, -8.5]
|
b = [0, -8.5]
|
||||||
elif arc == 'uCE': # unified CE (1 background + 80 classes)
|
elif arc == 'uCE': # unified CE (1 background + 80 classes)
|
||||||
|
|
Loading…
Reference in New Issue