image-segmentation-keras
image-segmentation-keras copied to clipboard
UNet mini output processing
trafficstars
The input and output format of UNet mini are (*, 360, 480, 3) and (1, 1, 172800, 50). We need to know how to use this output for the generation of a mask (360,480,50)?