How can I add images from a folder to a neural network?
1 次查看(过去 30 天)
显示 更早的评论
imgDataPath = fullfile('C:\Users\Rokesh\Desktop\MATLAB\Project\E.Coli');
imds = imageDatastore(imgDataPath, ...
'IncludeSubfolders',true,'LabelSource','foldernames');
0 个评论
回答(1 个)
Vishal Bhutani
2019-1-16
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!