Hello! As per the instructions on the official website, I cannot download the model for detecting objects from the SD card, since there is no menu item NN Model Load From “SD Card” in Arduino Ide 2.3.2. Tell me, please!
Yes, this menu item is not available
Hi @Andrey_M,
Which SDK version are you using?
Can you use the latest early release version of our SDK?
Thank you.
I downloaded it ten days ago, now I’ll try to download it again.
Hi @Andrey_M,
Add the above link to your preferences to download the early release version of the SDK. Would recommend that you use the early release 4.0.7-build20240328 version of the SDK first.
Thank you.
Hi,
i’m also trying the latest release but there seems to be an issue with the upload tool
followed exactly the instructions:
Model selection mismatched. Please ensure that you have select customized model in modelSelect() when selecting SD card.copy C:\Users\<USERNAME>\AppData\Local\Arduino15\packages\realtek\hardware\AmebaPro2\4.0.7-build20240610\variants\common_sensor_sel_libs\SENSOR_F37\libarduino_sensor_sel.a C:\Users\<USERNAME>\AppData\Local\Arduino15\packages\realtek\hardware\AmebaPro2\4.0.7-build20240610\variants\common_libs\libarduino_sensor_sel.a
1 file(s) copied.
"C:\\Users\\<USERNAME>\\AppData\\Local\\Arduino15\\packages\\realtek\\tools\\ameba_pro2_tools\\1.3.4/ino_validation_windows.exe" "C:\\Users\\<USERNAME>\\AppData\\Local\\Temp\\arduino\\sketches\\EC4E586B0B903063D6262D38A70129EA" "C:\\Users\\<USERNAME>\\AppData\\Local\\Arduino15\\packages\\realtek\\tools\\ameba_pro2_tools\\1.3.4" LoadFromSD
exit status 1
Compilation error: exit status 1
Running it from FLASH works fine…
Hi @moschtrain ,
Can you try the default example in our SDK to see if this issue still occurs in the latest early release version, 4.0.7-build20240610?
I have tried the ObjectDetectionCallback example, and it is able to compile and upload.
May I know if you modify the code? If yes, possible to provide the code for us to produce this issue?
Thank you!
Hi Pammy,
super strange issue but now it compiles just fine.
the difference is the commented line. although the line is commented it fails to compile if the “DEFAULT_YOLOV7TINY” is set as model !?!?!
if “CUSTOMIZED_YOLOV7TINY” is set as model in the commented line, it compiles as expected - makes no sense to me…
compare the following screenshots
Greetings