-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Arduino Tools (1.4.0) Update tools to 1.4.0 Modified tools: - nn_json_modify - cmodel_backup - ino_validation - postbuild * Add signature to tools Add signature to tools
- Loading branch information
1 parent
a70e0cb
commit 9cff9f2
Showing
27 changed files
with
100,513 additions
and
986 deletions.
There are no files selected for viewing
1,181 changes: 517 additions & 664 deletions
1,181
Ameba_misc/Ameba_tools/cmodel_backup/version_cpp/cmodel_backup.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
24,765 changes: 24,765 additions & 0 deletions
24,765
Ameba_misc/Ameba_tools/cmodel_backup/version_cpp/json.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
565 changes: 344 additions & 221 deletions
565
Ameba_misc/Ameba_tools/ino_validation/version_cpp/ino_validation.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
24,765 changes: 24,765 additions & 0 deletions
24,765
Ameba_misc/Ameba_tools/ino_validation/version_cpp/json.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
24,765 changes: 24,765 additions & 0 deletions
24,765
Ameba_misc/Ameba_tools/nn_json_modify/version_cpp/json.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 237 additions & 69 deletions
306
Ameba_misc/Ameba_tools/nn_json_modify/version_cpp/nn_json_modify.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
24,765 changes: 24,765 additions & 0 deletions
24,765
Ameba_misc/Ameba_tools/postbuild_tool/json.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
71 changes: 71 additions & 0 deletions
71
Arduino_package/ameba_pro2_tools_linux/misc/nn_models.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"NNTasks": { | ||
"COUNT": "6" | ||
}, | ||
|
||
"modelCount": { | ||
"COUNT": "7" | ||
}, | ||
|
||
"ModelSelectParamsCount": { | ||
"COUNT": "8" | ||
}, | ||
|
||
"nn_task": { | ||
"NNTASK": ["OBJECT_DETECTION", "FACE_DETECTION", "FACE_RECOGNITION", "AUDIO_CLASSIFICATION", "IMAGE_CLASSIFICATION", "GESTURE_DETECTION"] | ||
}, | ||
|
||
"error_handler": { | ||
"tasks": { | ||
"OBJECT_DETECTION": ["YOLO"], | ||
"FACE_DETECTION": ["SCRFD"], | ||
"FACE_RECOGNITION": ["SCRFD", "MOBILEFACENET"], | ||
"AUDIO_CLASSIFICATION": ["YAMNET"], | ||
"IMAGE_CLASSIFICATION": ["IMGCLASS"], | ||
"GESTURE_DETECTION": ["PALMDETECT", "HANDLANDMARK"] | ||
}, | ||
"default_restriction": true | ||
}, | ||
|
||
"header": { | ||
"HEADERNAME": ["Object", "FaceDetection", "Recognition", "FaceDetectionRecognition", "Audio", "Image", "Gesture"] | ||
}, | ||
|
||
"modelkeyword": { | ||
"KEYWORD": ["yolov3", "yolov4", "yolov7", "scrfd", "mobilefacenet", "yamnet", "img_class", "img", "palm_detection", "hand_landmark"] | ||
}, | ||
"model_mappings": { | ||
"CUSTOMIZED_YOLOV3TINY": "yolov3_tiny", | ||
"CUSTOMIZED_YOLOV4TINY": "yolov4_tiny", | ||
"CUSTOMIZED_YOLOV7TINY": "yolov7_tiny", | ||
"CUSTOMIZED_MOBILEFACENET": "mobilefacenet_i16", | ||
"CUSTOMIZED_SCRFD": "scrfd640", | ||
"CUSTOMIZED_YAMNET": "yamnet_fp16", | ||
"CUSTOMIZED_IMGCLASS": "img_class", | ||
"CUSTOMIZED_PALMDETECT": "palm_detection_lite_int16", | ||
"CUSTOMIZED_HANDLANDMARK": "hand_landmark_lite_int16", | ||
"DEFAULT_YOLOV3TINY": "yolov3_tiny", | ||
"DEFAULT_YOLOV4TINY": "yolov4_tiny", | ||
"DEFAULT_YOLOV7TINY": "yolov7_tiny", | ||
"DEFAULT_MOBILEFACENET": "mobilefacenet_i8", | ||
"DEFAULT_SCRFD": "scrfd320p", | ||
"DEFAULT_YAMNET": "yamnet_fp16", | ||
"DEFAULT_IMGCLASS": "img_class", | ||
"DEFAULT_PALMDETECT": "palm_detection_lite_int16", | ||
"DEFAULT_HANDLANDMARK": "hand_landmark_lite_int16" | ||
}, | ||
|
||
"nb_file_mapping": { | ||
"yolov3_tiny": "yolov3_tiny.nb", | ||
"yolov4_tiny": "yolov4_tiny.nb", | ||
"yolov7_tiny": "yolov7_tiny.nb", | ||
"mobilefacenet_i8": "mobilefacenet_int8.nb", | ||
"mobilefacenet_i16": "mobilefacenet_int16.nb", | ||
"scrfd320p": "scrfd_500m_bnkps_576x320_u8.nb", | ||
"scrfd640": "scrfd_500m_bnkps_640x640_u8.nb", | ||
"yamnet_fp16": "yamnet_fp16.nb", | ||
"img_class": "img_class_cnn.nb", | ||
"palm_detection_lite_int16": "palm_detection_lite_int16.nb", | ||
"hand_landmark_lite_int16": "hand_landmark_lite_int16.nb" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.41 MB
(540%)
Arduino_package/ameba_pro2_tools_macos/ino_validation_macos
Binary file not shown.
71 changes: 71 additions & 0 deletions
71
Arduino_package/ameba_pro2_tools_macos/misc/nn_models.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"NNTasks": { | ||
"COUNT": "6" | ||
}, | ||
|
||
"modelCount": { | ||
"COUNT": "7" | ||
}, | ||
|
||
"ModelSelectParamsCount": { | ||
"COUNT": "8" | ||
}, | ||
|
||
"nn_task": { | ||
"NNTASK": ["OBJECT_DETECTION", "FACE_DETECTION", "FACE_RECOGNITION", "AUDIO_CLASSIFICATION", "IMAGE_CLASSIFICATION", "GESTURE_DETECTION"] | ||
}, | ||
|
||
"error_handler": { | ||
"tasks": { | ||
"OBJECT_DETECTION": ["YOLO"], | ||
"FACE_DETECTION": ["SCRFD"], | ||
"FACE_RECOGNITION": ["SCRFD", "MOBILEFACENET"], | ||
"AUDIO_CLASSIFICATION": ["YAMNET"], | ||
"IMAGE_CLASSIFICATION": ["IMGCLASS"], | ||
"GESTURE_DETECTION": ["PALMDETECT", "HANDLANDMARK"] | ||
}, | ||
"default_restriction": true | ||
}, | ||
|
||
"header": { | ||
"HEADERNAME": ["Object", "FaceDetection", "Recognition", "FaceDetectionRecognition", "Audio", "Image", "Gesture"] | ||
}, | ||
|
||
"modelkeyword": { | ||
"KEYWORD": ["yolov3", "yolov4", "yolov7", "scrfd", "mobilefacenet", "yamnet", "img_class", "img", "palm_detection", "hand_landmark"] | ||
}, | ||
"model_mappings": { | ||
"CUSTOMIZED_YOLOV3TINY": "yolov3_tiny", | ||
"CUSTOMIZED_YOLOV4TINY": "yolov4_tiny", | ||
"CUSTOMIZED_YOLOV7TINY": "yolov7_tiny", | ||
"CUSTOMIZED_MOBILEFACENET": "mobilefacenet_i16", | ||
"CUSTOMIZED_SCRFD": "scrfd640", | ||
"CUSTOMIZED_YAMNET": "yamnet_fp16", | ||
"CUSTOMIZED_IMGCLASS": "img_class", | ||
"CUSTOMIZED_PALMDETECT": "palm_detection_lite_int16", | ||
"CUSTOMIZED_HANDLANDMARK": "hand_landmark_lite_int16", | ||
"DEFAULT_YOLOV3TINY": "yolov3_tiny", | ||
"DEFAULT_YOLOV4TINY": "yolov4_tiny", | ||
"DEFAULT_YOLOV7TINY": "yolov7_tiny", | ||
"DEFAULT_MOBILEFACENET": "mobilefacenet_i8", | ||
"DEFAULT_SCRFD": "scrfd320p", | ||
"DEFAULT_YAMNET": "yamnet_fp16", | ||
"DEFAULT_IMGCLASS": "img_class", | ||
"DEFAULT_PALMDETECT": "palm_detection_lite_int16", | ||
"DEFAULT_HANDLANDMARK": "hand_landmark_lite_int16" | ||
}, | ||
|
||
"nb_file_mapping": { | ||
"yolov3_tiny": "yolov3_tiny.nb", | ||
"yolov4_tiny": "yolov4_tiny.nb", | ||
"yolov7_tiny": "yolov7_tiny.nb", | ||
"mobilefacenet_i8": "mobilefacenet_int8.nb", | ||
"mobilefacenet_i16": "mobilefacenet_int16.nb", | ||
"scrfd320p": "scrfd_500m_bnkps_576x320_u8.nb", | ||
"scrfd640": "scrfd_500m_bnkps_640x640_u8.nb", | ||
"yamnet_fp16": "yamnet_fp16.nb", | ||
"img_class": "img_class_cnn.nb", | ||
"palm_detection_lite_int16": "palm_detection_lite_int16.nb", | ||
"hand_landmark_lite_int16": "hand_landmark_lite_int16.nb" | ||
} | ||
} |
Binary file modified
BIN
+1.21 MB
(700%)
Arduino_package/ameba_pro2_tools_macos/nn_json_modify_macos
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2.35 MB
(300%)
Arduino_package/ameba_pro2_tools_windows/cmodel_backup_windows.exe
Binary file not shown.
Binary file modified
BIN
+210 KB
(120%)
Arduino_package/ameba_pro2_tools_windows/ino_validation_windows.exe
Binary file not shown.
Oops, something went wrong.