Open
Description
Currently when we performing inference on a segmentation task we can only output the most probable class. It would be good to have an option to also output the probabilities for each class as separate bands i.e. not perform the argmax.
To do this would also mean that we would need an option for a multi-band output here
I have tried this and it works on a single tile, but not with tiled inference.