alternate of imageDatastore in matlab 2013a ?

조회 수: 2 (최근 30일)
Parul Sahi
Parul Sahi 2017년 10월 25일
댓글: Parul Sahi 2017년 10월 25일
%%Load training data
% Please note: these are 4 of the 10 categories available
% Feel free to choose which ever you like best!
categories = {'Deer','Dog','Frog','Cat'};
rootFolder = 'cifar10Train';
imds = imageDatastore(fullfile(rootFolder, categories), ...
'LabelSource', 'foldernames');

답변 (1개)

Walter Roberson
Walter Roberson 2017년 10월 25일
There was no equivalent to imageDatastore in R2013a.
Even if you converted to dataset objects using the Statistics Toolbox (the closest match, but missing a number of key routines compared to datastore objects), you would run into the problem that the CNN related routines did not exist in MATLAB in R2013a.
If you want to study deep learning and CNN, you should really get a MATLAB that is at least R2016b with the facilities improved even more in the versions newer than that.
  댓글 수: 4
Walter Roberson
Walter Roberson 2017년 10월 25일
Alternately, you could get a job with Mathworks.
Parul Sahi
Parul Sahi 2017년 10월 25일
It will be an honour sir.

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

카테고리

Help CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by