Customized AI model Installation Guide
After the AI model conversion and successful gets the “.nb” file, please refer to the following steps to apply into Arduino SDK.
Rename the customized “.nb” files
Objects Detection, “yolov3_tiny.nb”, “yolov4-tiny.nb”, or “yolov7-tiny.nb”.
Face Detection, “scrfd_500m_bnkps_640x640_u8.nb”.
Face Recognition, “mobilefacenet_int16.nb”.
Audio related, “yamnet_fp16.nb”or “yamnet_s_hybrid.nb”.
Copy/Replace “.nb” file into the project folder
For Windows user,
• C:\Users\USERNAME\AppData\Local\Arduino15\packages\realtek\hardware\AmebaPro2\VERSION\libraries\NeuralNetwork\examples
• Or user customized project folder with “.ino” file.
For Linux user,
• \home\USERNAME\.arduino15\packages\realtek\hardware\AmebaPro2\VERSION \libraries\NeuralNetwork\examples
• Or user customized project folder with “.ino” file.
Compile and run examples
Open Arduino IDE and run AmebaNN example that related to the model transferred.
For specific model selection please refer to the example guide and API documents.