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?
댓글 수: 1
참고 항목
카테고리
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!