Skip to content

Commit 8f94ec1

Browse files
committed
Update NN Model JSON File
- Removed non-existing models: "yolov4_tiny_320p", "yolov4_tiny_320p_nv12", "scrfd320p_nv12", "nanodet_plus_m_416", "nanodet_plus_m_320p" - Added "yolov3_tiny" model
1 parent 4d1a9d4 commit 8f94ec1

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

Arduino_package/ameba_pro2_nn_models/common_nn_models/amebapro2_fwfs_nn_models.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
"source": "binary",
1010
"file": "yolov4_tiny.nb"
1111
},
12-
"yolov4_tiny_320p": {
13-
"name": "yolov4_tiny.nb",
14-
"source": "binary",
15-
"file": "yolov4_tiny_576x320.nb"
16-
},
17-
"yolov4_tiny_320p_nv12": {
18-
"name": "yolov4_tiny.nb",
19-
"source": "binary",
20-
"file": "yolov4_tiny_576_320_nv12.nb"
21-
},
2212
"yamnet_fp16": {
2313
"name": "yamnet_fp16.nb",
2414
"source": "binary",
@@ -54,24 +44,14 @@
5444
"source": "binary",
5545
"file": "scrfd_500m_bnkps_576x320_u8.nb"
5646
},
57-
"scrfd320p_nv12": {
58-
"name": "scrfd.nb",
59-
"source": "binary",
60-
"file": "scrfd_500m_bnkps_576x320_u8_nv12.nb"
61-
},
62-
"nanodet_plus_m_416": {
63-
"name": "nanodet_plus_m.nb",
64-
"source": "binary",
65-
"file": "nanodet_plus_m_416_uint8.nb"
66-
},
67-
"nanodet_plus_m_320p": {
68-
"name": "nanodet_plus_m.nb",
69-
"source": "binary",
70-
"file": "nanodet_plus_m_576x320_uint8.nb"
71-
},
7247
"img_class": {
7348
"name": "img_class.nb",
7449
"source": "binary",
7550
"file": "img_class_cnn.nb"
51+
},
52+
"yolov3_tiny": {
53+
"name": "yolov3_tiny.nb",
54+
"source": "binary",
55+
"file": "yolov3_tiny.nb"
7656
}
7757
}

0 commit comments

Comments
 (0)