Input image data directly from Variable and not DataStore?
Ältere Kommentare anzeigen
I've got neural data that I'm using to create the 'images' for a CNN model. I have a 4 dimensional array where the first 3 dimensions are the X,Y,RGB values, and the 4th is the image index (ex 1:107,000). Can I port this directly into Matlab's CNN models? So far I have to use the data to create PNGs in test/train folders, then import using the example from 'Create simple Deep Learning Network...' provided by Matlab's documentation, but it would be so much more efficient to pipe the data directly.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 1 Okt. 2022
1 Stimme
1 Kommentar
Travis Meyer
am 1 Okt. 2022
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!