Newbie question.
I ran several openmv example sketches on the OpenMV IDE and everything worked well. (I’m using an Arduino Nicla Vision board.)
Then I created my own classification model with Google’s Teachable Machine, downloaded the .tflite file, copied it, the labels.txt and the sketch.py to the arduino’s hard drive (via Finder in Mac). I ran into memory issues with the sketch but it loaded OK.
Now I want to return and run some of the examples but the face recognition sketch, for example, want’s to load “trained.tflite.” I’ve searched my hard drive and cannot find it.
Where is that file and other training files that I might need for the examples?
Thanks.