updates
This commit is contained in:
parent
b022648716
commit
ddd892dc20
|
@ -33,7 +33,8 @@ def parse_model_cfg(path):
|
||||||
# Check all fields are supported
|
# Check all fields are supported
|
||||||
supported = ['type', 'batch_normalize', 'filters', 'size', 'stride', 'pad', 'activation', 'layers', 'groups',
|
supported = ['type', 'batch_normalize', 'filters', 'size', 'stride', 'pad', 'activation', 'layers', 'groups',
|
||||||
'from', 'mask', 'anchors', 'classes', 'num', 'jitter', 'ignore_thresh', 'truth_thresh', 'random',
|
'from', 'mask', 'anchors', 'classes', 'num', 'jitter', 'ignore_thresh', 'truth_thresh', 'random',
|
||||||
'stride_x', 'stride_y', 'weights_type', 'weights_normalization', 'scale_x_y']
|
'stride_x', 'stride_y', 'weights_type', 'weights_normalization', 'scale_x_y', 'beta_nms', 'nms_kind',
|
||||||
|
'iou_loss', 'iou_normalizer', 'cls_normalizer', 'iou_thresh']
|
||||||
|
|
||||||
f = [] # fields
|
f = [] # fields
|
||||||
for x in mdefs[1:]:
|
for x in mdefs[1:]:
|
||||||
|
|
Loading…
Reference in New Issue