What happened when using pretrained weight but with mismatched bands #242
Unanswered
vinson2233
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, right now I want to adjust the Prithvi on RGB aerial images.
I understand that Prithvi expects 6 different bands. But when I specify backbone_pretrained=True and RGB Bands as input, the model works fine. It simply just give me this when I load the image :
I can input images with 3 channels, get the result, and do some backpropagation with RGB images (with freezing the encoder).
My question is, why this is working ? Should I be worry ? Should I also retrain the encoder part for my downstream task ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions