How to input image to a CNN regression ?

1 次查看(过去 30 天)
I have 7000 images and I want to give them to CNN regression to give me RMSE chart as an output . The problem is I can noot feed my images as input , I have alredy searched a lot ,none of them were useful for example :
imds = imageDatastore(fullfile(path, categories), 'LabelSource', 'foldernames');
tbl = countEachLabel(imds);
I tried it but does not work .
So is there anyone that had experience and practically help , and give me an answer ?
In regression CNN ,is it possible use imagedatastore ? how ? Labeling needs ?

回答(0 个)

类别

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