Image to number prediction using CNN regression.

조회 수: 13 (최근 30일)
GABRIELZHU ZHU
GABRIELZHU ZHU 2020년 10월 5일
답변: yanqi liu 2022년 1월 17일
Hello
I have 564 Nifti images, each being 128*128*16*4, as input training data 'imds'. The outputs are 564 continous variables from 0 to 1, which I set as 'imds.Labels'.
I used imagedatastore to combine 'imds' with 'imds.Labels' and then run the regression CNN. But when I run the training, a error suggested that: "the labels of the imagedatastore must be a categorical vector".
Does anyone know how to fix this problem.
Many thanks
Gabriel
  댓글 수: 3
GABRIELZHU ZHU
GABRIELZHU ZHU 2020년 10월 18일
Thank you for your response. Actually, I have figured it out, using imds2array().
hawi teshome
hawi teshome 2022년 1월 14일
Hello there, I am facing similar problem. Can you share how you fixed it?

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

답변 (1개)

yanqi liu
yanqi liu 2022년 1월 17일
yes,sir,may be use
regressionLayer
as the net output,and use 4-D XTrain, 1-D YTrain to train net

Community Treasure Hunt

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

Start Hunting!

Translated by