espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
516 stars 115 forks source link

Save enrolled face id in SD card instead of internal flash (AIV-522) #94

Open mike-2020 opened 2 years ago

mike-2020 commented 2 years ago

Hello,

I'd like to save enrolled face id in SD card, intead of internal flash (which has limited size). Is there a possible way to do it?

I checked class FaceRecognizer, but not found its implementation. So, it seems I cannot custermize the code by myself.

Thanks Mike

yehangyang commented 2 years ago

Sorry, you cannot customize the code. We'll redesign the API for this situation,

mike-2020 commented 2 years ago

Thanks. When will the new design be ready?

MichaelDu9226 commented 6 months ago

@yehangyang When will the function of saving and loading face recognition models from SD cards be completed?

Or how can I modify the version of idf4.4 to ensure that the face model saved in flash can be reloaded after restarting. Currently, our project is based on idf4.4, but it may not be possible to migrate to idf5.0 in the short term.

Relate this issue: https://github.com/espressif/esp-who/issues/254

MichaelDu9226 commented 6 months ago

@yehangyang When will the function of saving and loading face recognition models from SD cards be completed?

Or how can I modify the version of idf4.4 to ensure that the face model saved in flash can be reloaded after restarting. Currently, our project is based on idf4.4, but it may not be possible to migrate to idf5.0 in the short term.

Relate this issue: https://github.com/espressif/esp-who/issues/254