Azzera filtri
Azzera filtri

Image to number prediction using CNN regression.

3 visualizzazioni (ultimi 30 giorni)
GABRIELZHU ZHU
GABRIELZHU ZHU il 5 Ott 2020
Risposto: yanqi liu il 17 Gen 2022
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 Commenti
GABRIELZHU ZHU
GABRIELZHU ZHU il 18 Ott 2020
Thank you for your response. Actually, I have figured it out, using imds2array().
hawi teshome
hawi teshome il 14 Gen 2022
Hello there, I am facing similar problem. Can you share how you fixed it?

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Recognition, Object Detection, and Semantic Segmentation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by