Please can someone help me to fix this error, I am trying to train deep network for classification but I ended up having this error each time the program is running, below is the snapshot of the code and error message as well

Antworten (1)

Sai Bhargav Avula
Sai Bhargav Avula am 25 Mär. 2020

0 Stimmen

Hi,
You cannot perform array operations on imageDatastore objects. In the above case histeq(test_data(:,:,[3 2 1])) and others. One possible workaround is read images and then perform the operation
Hope this helps!

1 Kommentar

Sunusi Abdullahi
Sunusi Abdullahi am 28 Mär. 2020
Thank you for your information, but still while trying to read the images, I also ended up with different error message which is "pixelLabel has RGB-Triplet while the network is expecting input with pixelLabel scalar IDs".
the full error message is attached above

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2019b

Gefragt:

am 24 Mär. 2020

Kommentiert:

am 28 Mär. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by