How do I use a trained Neural Network to analyse images from a folder and save them elsewhere?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rachel Ball
am 29 Nov. 2022
Beantwortet: V Sairam Reddy
am 7 Dez. 2022
I have trained a network through matlab and saved it as a .mat file. How do I use this to process a set of images and save them at another location?
0 Kommentare
Akzeptierte Antwort
V Sairam Reddy
am 7 Dez. 2022
Hi Rachel,
I understand that you have a trained network and wants to use it to process a set of images and save them at another location.
Please find this MATLAB Answer - How can I run a trained CNN for classification of a batch of images? that uses a trained network to classify images into 2 classes and save those images according to their predictions in their corresponding folders (check the comments and replies as well).
Instead of using network predictions to decide where to store the image, your analysis can be used for deciding where to store them.
If the above solution doesn't work, please contact Technical Support with a more detailed description of the issue you are encountering, MathWorks Support information is available here.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!