You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
@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.
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.
The text was updated successfully, but these errors were encountered: