How to create application in App Designer to load an image and feed it to a neural network?
3 次查看(过去 30 天)
显示 更早的评论
Hi.
I created a convolutional neural network for image classification.
I would like to put this neural network into an application, to allow other users to load an image and get the classification.
Very simple application, just a button to browse for the image and a button to get the classification.
Any idea how to do it using App Designer or other Matlab resource?
Thanks in advance!
0 个评论
采纳的回答
Kojiro Saito
2020-4-21
Here are tips in treating the model in App Designer app.
(1) For saring your trained network, you can save the network as .mat file.
(2) For letting users to browse an image, you can use uigetfile.
Hope this helps.
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!