I have a file with images with only 1 channel, and I want to use a pre-trained model to make some predictions with the images that I have. The problem is that the pre-trained model has been trained with images with 3 channels so I have to add 2 extra channels to all my images. I have tried by stacking the images to get the extra 2 channels but I would like to try something different.
Is there a way to make the 2 extra channels only made by zeros?