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