How to add additional files while creating a MATLAB standalone Application?

2 次查看(过去 30 天)
Hi i am working in image classification by using Predesigned Deep Learning Architecture Like VGG16,VGG19....etc.i have saved the deeplearning Model in ONNX(Open Neural Network Exchange) format. i have designed an GUI in Matlab for this Classification. In this GUI these ONNX files work well for classification . But while i created a standalone application by using Application Compiler this classification GUI is not working properly even though i have included the support package for ONNX files while packaging. Hereby i am attaching the error thrown away by the software while packaging.the error thrown by MATLAB software are shown below
Compiler version: 8.2 (R2021a)
Analyzing file dependencies.
Warning: In "C:\ProgramData\MATLAB\SupportPackages\R2021a\toolbox\nnet\supportpackages\onnx\+matlab\+addons\+internal\ONNXPackageInfo.m", "matlabshared.supportpkg.getSupportPackageRoot" are excluded from packaging for the MATLAB Runtime environment according to the MATLAB Compiler license. Either remove the file or function from your code, or use the MATLAB function "isdeployed" to ensure the function is not invoked in the deployed component.
Warning: In "C:\ProgramData\MATLAB\SupportPackages\R2021a\toolbox\nnet\supportpackages\onnx\+nnet\+internal\+cnn\+onnx\+util\addSpkgBinPath.m", "matlabshared.supportpkg.getSupportPackageRoot" are excluded from packaging for the MATLAB Runtime environment according to the MATLAB Compiler license. Either remove the file or function from your code, or use the MATLAB function "isdeployed" to ensure the function is not invoked in the deployed component.
Parsing file "D:\MachineandDeep\DeepLearning\DEEP LEARNING APP\Deep Learning\Testdeeplearning.mlapp"
(referenced from command line).
Generating file "D:\MachineandDeep\DeepLearning\DEEP LEARNING APP\Deep Learning\deeplearning\for_testing\readme.txt".
Packaging...
Creating the bundle...
Creating the install agent URL file...
Web based installer created at D:\MachineandDeep\DeepLearning\DEEP LEARNING APP\Deep Learning\deeplearning\for_redistribution\MyAppInstaller_web.exe.
Packaging complete.
Elapsed packaging time was: 59 seconds.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by