Skip to content

Commit 339c2ca

Browse files
committed
fix old interface program load
1 parent 4381464 commit 339c2ca

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

cnn_models/models.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
{"base_high_slow": {"output_layer": "final_result", "image_width": 224, "status": 1.0, "image_height": 224}, "base_low_fast": {"output_layer": "final_result", "image_width": 224, "status": 100, "image_height": 224}, "test_model_2": {"output_layer": "final_result", "image_width": "160", "image_height": "160", "status": 0}, "object_detect": {"output_layer": "final_result", "image_width": 224, "status": 1.0, "image_height": 224}}
1+
{
2+
"base_high_slow": {
3+
"output_layer": "final_result",
4+
"image_width": 224,
5+
"status": 1,
6+
"image_height": 224
7+
},
8+
"base_low_fast": {
9+
"output_layer": "final_result",
10+
"image_width": 224,
11+
"status": 100,
12+
"image_height": 224
13+
},
14+
"object_detect": {
15+
"output_layer": "final_result",
16+
"image_width": 224,
17+
"status": 1,
18+
"image_height": 224
19+
}
20+
}

0 commit comments

Comments
 (0)