How to classify image in standard alone application ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 30 de Abr. de 2023
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:
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!