Hey!
I use the openmv h7 module to test the built-in tenserflow examples, one of which is tf_image_classification which resulted in the error of unable to find the file when it was made to run on openmv h7 using the openmv ide.
Later, when tried adding the main.py, labels.txt and the .tflite files within the module’s memory, there wasn’t enough space for the same.
Finally, when an sd card was inserted followed by adding the main.py, labels.txt and the .tflite files within which, it resulted in the following error:
How do I resolve this?