How to create application in App Designer to load an image and feed it to a neural network?

조회 수: 1 (최근 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!

채택된 답변

Kojiro Saito
Kojiro Saito 2020년 4월 21일
You can find related answers in this answer and this answer.
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개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by