Hello,
I want to apply the colorization_minimal_example to a 2D CT image using a tumor mask as a label in order to generate a CT image that contains the label. Since both images are gray, I want to modify the network that is built for 3 channel images to work for 1 channel image. But the gray images are already one channel, so they can not be split across the channel dimensions furthermore. Do you have any suggestions on how I could deal with this problem?
Thank you!