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

조회 수: 1 (최근 30일)
GUDIVADA ROKESH  KUMAR
GUDIVADA ROKESH KUMAR 2019년 1월 10일
댓글: Greg Heath 2019년 1월 16일
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?
  댓글 수: 1
Greg Heath
Greg Heath 2019년 1월 16일
This is not an answer. Move it to a comment box.
Greg

댓글을 달려면 로그인하십시오.

카테고리

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