And follow the official document, save a new project at /Users//Library/Arduino15/packages/realtek/hardware/AmebaPro2/4.0.6/libraries/NeuralNetwork/examples/ObjectDetectionLoop_customized
put the yolov7_tiny.nb that converted on AMB82 AI Model Conversion website in that folder.
When I verify the code, there is an error 'Compilation error: signal: segmentation fault’ in output.
Does anyone have a solution with this issue?
I’ve tried these two solutions, but new error message appeared.
First error message says
Compilation error: fork/exec /Users/[username]/Library/Arduino15/packages/realtek/tools/ameba_pro2_tools/1.2.16/prebuild_macos: permission denied
And then I tried to use sudo chmod -R 777 1.2.16 to give it permission, after that, another error message appeared Compilation error: fork/exec /Users/horden/Library/Arduino15/packages/realtek/tools/ameba_pro2_tools/1.2.17/ino_validation_macos: bad CPU type in executable
I am using Intel CPU. Could this be the reason for the error message?
This has been fixed in the latest 4.0.7 build 20240229. You should be able to compile code successfully now. Permissions issue have been fixed, users no longer need to manually give permission.