Skip to content
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

How to load a model from an external sd card (AIV-646) #272

Open
Liuyuehuixue opened this issue Sep 4, 2023 · 3 comments
Open

How to load a model from an external sd card (AIV-646) #272

Liuyuehuixue opened this issue Sep 4, 2023 · 3 comments

Comments

@Liuyuehuixue
Copy link

Hi, I have a problem, esp-sr can load models from external sd card.
https://docs.espressif.com/projects/esp-sr/zh_CN/latest/esp32s3/flash_model/README.html

I got four bin files when compiling speech recognition, and got three bin files when compiling examples such as face recognition. Compared with speech recognition, model.bin is missing, is it merged? May I ask if the example in esp-who can load the model from an external sd card to reduce the flash usage.

@github-actions github-actions bot changed the title How to load a model from an external sd card How to load a model from an external sd card (AIV-646) Sep 4, 2023
@PrathamG
Copy link

PrathamG commented Nov 7, 2023

Hi! Also interested to know if face recognition model can be used from sd card instead of keeping it in flash

@sun-xiangyu
Copy link
Collaborator

Yes, face recognition model can return the face embedding (currently have not supported this API) and then you can save it anywhere.

@MichaelDu9226
Copy link

@sun-xiangyu 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:
#254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants