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

2 vues (au cours des 30 derniers jours)
GUDIVADA ROKESH  KUMAR
GUDIVADA ROKESH KUMAR le 10 Jan 2019
Commenté : Greg Heath le 16 Jan 2019
imgDataPath = fullfile('C:\Users\Rokesh\Desktop\MATLAB\Project\E.Coli');
imds = imageDatastore(imgDataPath, ...
'IncludeSubfolders',true,'LabelSource','foldernames');

Réponses (1)

Vishal Bhutani
Vishal Bhutani le 16 Jan 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?
  1 commentaire
Greg Heath
Greg Heath le 16 Jan 2019
This is not an answer. Move it to a comment box.
Greg

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by