Skip to content

Commit 1f28eca

Browse files
committed
enable model test "ssd_mobilenet_v1_coco"
1 parent a40a259 commit 1f28eca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/run_pretrained_models.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,11 @@ style-transfer:
290290
- output:0
291291

292292
ssd_mobilenet_v1_coco:
293-
# issues with control flow
294-
disabled: true
295293
url: http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz
296294
model: ssd_mobilenet_v1_coco_2017_11_17/frozen_inference_graph.pb
295+
opset_constraints:
296+
"onnx":
297+
"min": 10
297298
input_get: get_beach
298299
inputs:
299300
"image_tensor:0": [1, 224, 224, 3]

0 commit comments

Comments
 (0)