googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.46k stars 648 forks source link

Help with tinyML #227

Open Azazel17 opened 3 years ago

Azazel17 commented 3 years ago

Hello I need some help with the following:

I have succesfully trained a ML model using Techable machine for microntrollers, then i download the Arduino Scripts that TM creates, afte rthat i have the following error:

arduino\hardware\mbed_nano\2.1.0\variants\ARDUINO_NANO33BLE/linker_script.ld:138 cannot move location counter backwards (from 200531c0 to 2003fc00) collect2.exe: error: ld returned 1 exit status exit status 1 Error compilando para la tarjeta Arduino Nano 33 BLE.****

It's suposse to be a memory issue, can you assist me please, i'm stuckedat this point, and thers o info on the web

Thanks in advance

lshap commented 2 years ago

I was running into the same issue but I was able to get things working by using the arduino_image_provider.cpp defined here https://github.com/googlecreativelab/visual-alarm-clock/tree/main/Alarm