How to load a multi-channel (5 channel) into FCN which has been already trained on RGB images?

163 views Asked by At

I am using FCN8s and its pre-trained model for semantic segmentation on my data. Since vanilla-fcn models accept three channels images (RGB), I do not know how can I give 5 channel images to the model. Could someone please explain how can I give an input to a model that is using a pre-trained model? Thanks

0

There are 0 answers