espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
549 stars 118 forks source link

Face recognition: enrolled face not persisting in Arduino IDE (AIV-683) #156

Open eloquentarduino opened 6 months ago

eloquentarduino commented 6 months ago

I created an Arduino project using the face_recognition example code. I'm able to perform enrollment and recognition, but when I restart the board it forgets all the enrolled faces. I used the same partitions.csv as per example.

Any hints?