Skip to content

Commit 974ecd2

Browse files
committed
Remove mobilenet-v3-large-1.0-224-tf
1 parent 6c7d52a commit 974ecd2

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

tests/cpp/precommit/public_scope.json

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
[
2-
{
3-
"name": "mobilenet-v3-large-1.0-224-tf",
4-
"type": "DetectionModel"
5-
},
62
{
73
"name": "ssd_mobilenet_v1_fpn_coco",
84
"type": "DetectionModel"

tests/python/accuracy/public_scope.json

-10
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@
7070
}
7171
]
7272
},
73-
{
74-
"name": "mobilenet-v3-large-1.0-224-tf",
75-
"type": "DetectionModel",
76-
"test_data": [
77-
{
78-
"image": "coco128/images/train2017/000000000074.jpg",
79-
"reference": ["0, 13, 169, 338, 2 (bicycle): 0.870; 58, 275, 360, 384, 12 (dog): 0.998; 324, 98, 344, 148, 15 (person): 0.652; [0]; [0]"]
80-
}
81-
]
82-
},
8373
{
8474
"name": "ssd_mobilenet_v1_fpn_coco",
8575
"type": "DetectionModel",

tests/python/accuracy/test_accuracy.py

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def test_image_models(data, dump, result, model_data):
126126
image_result = [output_str]
127127
elif isinstance(outputs, DetectionResult):
128128
assert 1 == len(test_data["reference"])
129-
print(name, test_data["reference"][0])
130129
output_str = str(outputs)
131130
assert test_data["reference"][0] == output_str
132131
image_result = [output_str]

0 commit comments

Comments
 (0)