How to apply Matlab CNN code on an input image with 6 channels

25 ビュー (過去 30 日間)
Chandrama Sarker
Chandrama Sarker 2017 年 7 月 25 日
コメント済み: Walter Roberson 2019 年 3 月 15 日
I have currently applied the Matbal CNN function to train my research data. Unlike, the Matlab 'lettersTrainSet'with a size of 28x28x1x1500 (4-D array), the input train data of my experiment have a size of 7x7x6x30,000. The problem I have encountered is that while running the 'trainNetwork' function, Matlab shows me an error: *Error using trainNetwork>iAssertValidImageArray (line 575) X must be a 4-D array of images.
Error in trainNetwork>iParseInput (line 329) iAssertValidImageArray( X );
Error in trainNetwork (line 68) [layers, opts, X, Y] = iParseInput(varargin{:});*
However, the same training data with 3 channels or 1 channels I can run the CNN code without any error message. It will be a great help if anyone can suggest how to use image data with more than 3 channels in Matlab for CNN classification.
  1 件のコメント
Armin Eskandari
Armin Eskandari 2017 年 10 月 27 日
Hi, all I have the same problem, Please remove this limitation

サインインしてコメントする。

採用された回答

Kristen Amaddio
Kristen Amaddio 2017 年 7 月 27 日
Currently, CNN exclusively supports single and RGB channel imagery. Due to this limitation, the ability to use CNNs with image data with more than 3 channels is not available at this time.
I work at MathWorks, so I have forwarded this feedback to the relevant development team.
  7 件のコメント
$
$ 2019 年 3 月 15 日
I have currently applied the Matbal CNN function to train my research data. Unlike, the Matlab 'lettersTrainSet'with a size of 28x28x1x1500 (4-D array), the input train data of my experiment have a size of 7x7x2500. The problem I have encountered is that while running the 'trainNetwork' function, Matlab shows me an error: *Error using trainNetwork>iAssertValidImageArray (line 575) X must be a 4-D array of images.
Error in trainNetwork>iParseInput (line 329) iAssertValidImageArray( X );
Error in trainNetwork (line 68) [layers, opts, X, Y] = iParseInput(varargin{:});*
please help me in this regard
Walter Roberson
Walter Roberson 2019 年 3 月 15 日
reshape your data to 7 by 7 by 1 by 2500

サインインしてコメントする。

その他の回答 (4 件)

jim peyton
jim peyton 2017 年 11 月 1 日
編集済み: jim peyton 2017 年 11 月 1 日
If the development team is prioritizing by market need, this is a deal-breaker for a few of our applications too:
Using XYZRGB (6ch), or XYZ+Gray(4ch), or XYZ+normals+gray(7ch), or two stereo channels with multiple exposures/textures each (up to 24ch)...
  1 件のコメント
Chandrama Sarker
Chandrama Sarker 2017 年 11 月 1 日
Yes, I agree with you, Jim, that is why I have to shift from Matlab to Python in order to utilize the information from all the 6 channels of the image. In some cases specifically in the field of remote sensing, the number of channels would never be limited to 3 channel data and it may be higher than 6 channels too. Regards

サインインしてコメントする。


Zhiyi TANG
Zhiyi TANG 2018 年 3 月 27 日
  1 件のコメント
Chandrama Sarker
Chandrama Sarker 2018 年 3 月 27 日
Hi Zhiyi,
Thanks very much for the link. I will try that with my 6 channel data and will update the outcome.

サインインしてコメントする。


Carole
Carole 2018 年 2 月 21 日
This is the same for me. I wanted to implement a deconvolutional neural network and thus meed to have an input layer with more than 3 channels (to input the feature map and also to modify them as all needed layers for this are not yet implemented). Is there any workaround, or will this fixed in the next release? I will have to switch to Python otherwise. Is it in the plans of the development team? Cheers.

Hang-Rai Kim
Hang-Rai Kim 2018 年 4 月 17 日
I want to apply CNN in 3D images (MRI data). I am planning to use 3D images as 2D x z stacks thus need to work in 2D CNN with multi channels. Please let me know what should i do.. Thank you.
  9 件のコメント
Hang-Rai Kim
Hang-Rai Kim 2018 年 4 月 23 日
oh ok~ Thank you! Goodday!!
Áron Görög
Áron Görög 2018 年 4 月 23 日

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by