-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save enrolled face id in SD card instead of internal flash (AIV-522) #94
Comments
Sorry, you cannot customize the code. We'll redesign the API for this situation, |
Thanks. When will the new design be ready? |
@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. Relate this issue: |
1 similar comment
@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. Relate this issue: |
Please try new esp-dl. Now you can save and load face id from flash or sd cards. |
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
The text was updated successfully, but these errors were encountered: