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

2 次查看(过去 30 天)
imgDataPath = fullfile('C:\Users\Rokesh\Desktop\MATLAB\Project\E.Coli');
imds = imageDatastore(imgDataPath, ...
'IncludeSubfolders',true,'LabelSource','foldernames');

回答(1 个)

Vishal Bhutani
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 CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by