添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
the value of validation data is invalid. augmenetedImageDataStore cannot form MiniBatches of data because input image sizes differ in 3rd dimension. Consider using colorPreprocessing option to ensure all augmented images have same number of channels.
this is the error raised while training my own image dataset.help me?
It seems that the images in Input dosen't have consistent channel. To know more on RGB channel you can go to this link . augmentedimagedatastor works only with consistent number of channel in each image. Please use ColorPrerocessing to make channel consistent. For more information you can look into the following link.

Community Treasure Hunt

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

Start Hunting!