not able to load facenet models in packaged app
Show older comments
I am building a attendance app and when I compile my app and add extra files to run the app when I add them they are not visible in app location folder and also when I run the app it show error saying facenet model is not loaded pls restart the app
Answers (1)
Jackie
on 18 Sep 2025
0 votes
Your application cannot find the required Facenet model files because they were not correctly integrated into the final application build. When you compile an application, files that are not part of its source code (e.g. model files, images, databases) are not automatically included in the final executable. This is a common problem when developing applications.
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!