How to display multi classes segmentation result

Hi Folks,
The predicted image from my Unet model has shape of (48, 256, 256, 5) where the indexes are batch size, H, W & number of classes (5) respectively. I can display each class by plt.imshow() but expecting a more fit for purpose visualization’s method, please advise if any, thank you.

Hi @Bruce_Kieu

Welcome to the TensorFlow Forum!

The given information is not enough to know about the issue. Could you please share minimal reproducible code to replicate and understand the issue. Thank you.