필터 지우기
필터 지우기

How to input image to a CNN regression ?

조회 수: 1 (최근 30일)
Mity sosi
Mity sosi 2019년 5월 10일
편집: Mity sosi 2019년 5월 10일
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