Files
openvino/model-optimizer/extensions/front/tf/automl_efficientdet.json
2021-03-30 12:28:18 +03:00

19 lines
459 B
JSON

[
{
"id": "AutomlEfficientDet",
"custom_attributes": {
"preprocessing_input_node": "strided_slice_1",
"preprocessing_output_node": "truediv",
"aspect_ratios": [1.0, 1.0, 1.4, 0.7, 0.7, 1.4],
"variance": [1.0, 1.0, 1.0, 1.0],
"min_level": 3,
"num_scales": 3,
"anchor_scale": 4.0,
"num_classes": 90,
"nms_threshold": 0.6,
"confidence_threshold": 0.2
},
"match_kind": "general"
}
]