Skip to content

Commit 7ece8ba

Browse files
authored
Update NN Model JSON File (Ameba-AIoT#271)
* 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 * Update NN Model JSON - update nn model package to v1.0.1
1 parent 4d1a9d4 commit 7ece8ba

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-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
}

Arduino_package/package_realtek_amebapro2_early_index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,33 @@
525525
"tools": [
526526
{
527527
"name": "ameba_pro2_nn_models",
528+
"version":"1.0.1",
529+
"systems": [
530+
{
531+
"host":"i686-mingw32",
532+
"archiveFileName":"ameba_pro2_nn_models-1.0.1.tar.gz",
533+
"url":"https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/dev/Arduino_package/release/ameba_pro2_nn_models-1.0.1.tar.gz",
534+
"checksum":"SHA-256:adea20c2f01ecb63c0c401b82796cf0b2238bd7c2b11042fccde8ba43a9378ab",
535+
"size":"30260236"
536+
},
537+
{
538+
"host":"x86_64-pc-linux-gnu",
539+
"archiveFileName":"ameba_pro2_nn_models-1.0.1.tar.gz",
540+
"url":"https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/dev/Arduino_package/release/ameba_pro2_nn_models-1.0.1.tar.gz",
541+
"checksum":"SHA-256:adea20c2f01ecb63c0c401b82796cf0b2238bd7c2b11042fccde8ba43a9378ab",
542+
"size":"30260236"
543+
},
544+
{
545+
"host":"x86_64-apple-darwin",
546+
"archiveFileName":"ameba_pro2_nn_models-1.0.1.tar.gz",
547+
"url":"https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/dev/Arduino_package/release/ameba_pro2_nn_models-1.0.1.tar.gz",
548+
"checksum":"SHA-256:adea20c2f01ecb63c0c401b82796cf0b2238bd7c2b11042fccde8ba43a9378ab",
549+
"size":"30260236"
550+
}
551+
]
552+
},
553+
{
554+
"name": "ameba_pro2_nn_models",
528555
"version":"1.0.0",
529556
"systems": [
530557
{
Binary file not shown.

0 commit comments

Comments
 (0)