Custom Image Classification

Hi @Zul77,

You cannot create a folder in the Arduino folder, as we are considered a third-party board on Arduino IDE. Hence, you need to install our SDK via Arduino IDE by navigating to Preferences and adding https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/main/Arduino_package/package_realtek_amebapro2_index.json under Additional Boards Manager URLs.

You may refer to this page, which will teach you how to install sdk and get started with the board, Ameba ARDUINO with AMB82-mini (RTL8735B) — Ameba Arduino AIoT Documentation v1.1 documentation.

After installing the sdk, you can find the SDK in ..\AppData\Local\Arduino15\packages\realtek\hardware\AmebaPro2 folder.

You need to use the example from our SDK folder.

For customized model, place your model in ..\Arduino15\packages\realtek\hardware\AmebaPro2\4.0.9-build20250528\libraries\NeuralNetwork\examples\RTSPImageClassification Folder with name “img_class_cnn.nb”.