chjkusters / Endoscopy-CNNs-vs-Transformers

Repository with codebased for the CNNs vs. Transformer experiments
1 stars 1 forks source link

Multi-channel task #1

Open loupeiqing opened 3 months ago

loupeiqing commented 3 months ago

Hello! I want to carry out multi-channel remote sensing semantic segmentation. Are these models limited to 3-channel data types?

chjkusters commented 3 months ago

Hi! I used all the featured models with 3-channel data types. However, most model definitions have an input argument to set the number of input channels (e.g. "in_channels", "in_chans", etc.), which are currently set on the default value of 3.