BioAITeam / Coffee-Maturity-Classification-using-Convolutional-Neural-Networks-and-Transfer-Learning

0 stars 2 forks source link

Image issues #1

Open SHAOTAO1998 opened 11 months ago

SHAOTAO1998 commented 11 months ago

How your multispectral images are converted into data?

MrMercado commented 9 months ago

Multispectral images are nothing more than an image whose channels represent the photograph captured with a given wavelength, each channel is an image, therefore it can be processed similar to RGB images, just take into account the multidimensionality of the 15 channels. In that order of ideas the images are processed as matrices of NxNx15 instead of NxNx3 that is traditionally used in RGB.

SHAOTAO1998 commented 7 months ago

I would like to ask how to draw the network structure diagram of each model?

------------------ 原始邮件 ------------------ 发件人: "BioAITeam/Coffee-Maturity-Classification-using-Convolutional-Neural-Networks-and-Transfer-Learning" @.>; 发送时间: 2024年1月10日(星期三) 上午8:40 @.>; @.**@.>; 主题: Re: [BioAITeam/Coffee-Maturity-Classification-using-Convolutional-Neural-Networks-and-Transfer-Learning] Image issues (Issue #1)

Multispectral images are nothing more than an image whose channels represent the photograph captured with a given wavelength, each channel is an image, therefore it can be processed similar to RGB images, just take into account the multidimensionality of the 15 channels. In that order of ideas the images are processed as matrices of NxNx15 instead of NxNx3 that is traditionally used in RGB.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>