Hi Everyone!Can I save our Neural network data in the nor flash of the som1099EMB? and we can set the som1099EMB boot from the Nor flash without the host?
Nor flash boot
- Edited
Hello @Rocky ,
from your post I'm not sure if you mean saving NN data results or the actual NN model (together with pipeline) to the NOR flash.
- In case of flashing NN model(s)/pipeline, that''s possible, more info here.
- In case of saving custom data (eg. NN results), It would be possible if you are using oak-d-iot - you could write to the nor flash from the ESP32. We currently don't have support to write some data directly from the MyriadX. We also plan on adding support for SD card (currently only oak-d-poe devices have an sd card slot) from within the script node, so you would be able to save NN results that way.
Thoughts?
Thanks, Erik