Is the function deeplabv3plus available in the Matlab 30-day free trial version?
Show older comments
Is the function deeplabv3plus available in the Matlab 30-day free trial version? Using R2024b
I have an issue trying to use the function like this:
imageSize = [480 640 3];
numClasses = 5;
network = "resnet18";
net = deeplabv3plus(imageSize,numClasses,network, ...
DownsamplingFactor=16);
and I get the error: 'Unrecognized function or variable 'deeplabv3plus''
When I check if the Computer Vision Toolbox and Deep Learning Toolbox are installed, It shows me that they are included in my trial.
But I wonder if deeplabv3plus is available in trial version? or maybe there is another issue?
Any help would be greatly apprciated, thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!