Effacer les filtres
Effacer les filtres

Cannot compile app with Segment Anything Model SAM due to license?

19 vues (au cours des 30 derniers jours)
Trong Lam
Trong Lam le 14 Août 2024 à 22:04
Commenté : Trong Lam le 18 Août 2024 à 21:13
Hi,
I could not compile my app with SAM due to the following error.
Where can I find the specific LICENSE that states why and how SAM cannot be packaged?
Or am I misunderstanding anything about specifying parameters for packaging? I'm very new to compiling app in Matlab.
Thanks,
Lam
mcc -o v9 -W 'WinMain:v9,version=1.0' -T link:exe -d 'D:\OneDrive - ZeonCorporation\1.WORK\24_MatlabSAM\worked\v9\for_testing' -v 'D:\OneDrive - ZeonCorporation\1.WORK\24_MatlabSAM\worked\v9.m' -a 'D:\OneDrive - ZeonCorporation\1.WORK\24_MatlabSAM\worked\LICENSE' -a C:\ProgramData\MATLAB\SupportPackages\R2024a\toolbox\images\supportpackages\sam\data\preTrainedSAM.mat -a C:\ProgramData\MATLAB\SupportPackages\R2024a\toolbox\images\supportpackages\sam\+matlabshared\+supportpkg\+internal\+sppkglegacy\SAM.m -r 'C:\Program Files\MATLAB\R2024a\toolbox\compiler\packagingResources\default_icon.ico' -Z 'Deep Learning Toolbox Converter for ONNX Model Format'
Compiler version: 24.1 (R2024a)
Analyzing file dependencies.
Warning: Removed http proxy service credentials from preference settings.
Warning: In "C:\ProgramData\MATLAB\SupportPackages\R2024a\toolbox\images\supportpackages\sam\+matlabshared\+supportpkg\+internal\+sppkglegacy\SAM.m", "matlabshared.supportpkg.internal.sppkglegacy.SupportPackageRegistryPluginBase" 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.
foundation::storage::vfs::Exception
mcc failed.

Réponse acceptée

Walter Roberson
Walter Roberson le 14 Août 2024 à 22:24
Limitations
This function does not support parfor loops, as its performance is already optimized. (since R2023a)
Thus, it has a compiled internal implementation, and so is not suitable for code generation.
  3 commentaires
Walter Roberson
Walter Roberson le 15 Août 2024 à 17:08
It means that it cannot be used whatsoever in a standalone program.
Trong Lam
Trong Lam le 18 Août 2024 à 21:13
Thanks a lot. I got it now.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by