How to classify image in standard alone application ?
2 次查看(过去 30 天)
显示 更早的评论
Hi All,
I design 1 app to calssify image label.
I trained a network and save network as a .mat file.
then load to gui to classify image.
It is working on my computer with matlab installed. But it is not working on other computer with Matlab runtime was installed
the network training for image [128 128 1].
Is there any solution to fix this problem ?
This is my test gui with code.
0 个评论
回答(1 个)
Image Analyst
2023-4-30
Are you sure you shipped all the files you were supposed to (like the .exe and the .mat files)? Did you ship a sample image that you know your program works with?
"Not working" is not a lot of information to go on, to say the least. So until we get more information about all I can say is make sure your files are all there and the paths to them in your code are correct. See the FAQ for more ideas:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!