-
|
I am currently developing a model using Sentinel data with 11 bands. Since ImageNet weights are trained on 3-channel RGB images, I’m trying to understand how the following code is able to work with my 11-band input. Could you please explain how this is handled? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Dec 9, 2025
Replies: 1 comment
-
|
It builds upon pytorch segmentation models, which can handle more than 3 channels. See https://smp.readthedocs.io/en/latest |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It builds upon pytorch segmentation models, which can handle more than 3 channels. See https://smp.readthedocs.io/en/latest