How can I add images from a folder to a neural network?

1 visualizzazione (ultimi 30 giorni)
imgDataPath = fullfile('C:\Users\Rokesh\Desktop\MATLAB\Project\E.Coli');
imds = imageDatastore(imgDataPath, ...
'IncludeSubfolders',true,'LabelSource','foldernames');

Risposte (1)

Vishal Bhutani
Vishal Bhutani il 16 Gen 2019
It seems that you want to use an image for training or testing of a neural network.
Can you specify the issue in more detail?

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by