Skip to main content
. Author manuscript; available in PMC: 2019 Nov 22.
Published in final edited form as: Proc SPIE Int Soc Opt Eng. 2019 Mar 13;10950:109504G. doi: 10.1117/12.2513580

Figure 3.

Figure 3.

SegNet architecture. Numbers on top and the left bottom corner of each tensor indicate number of channels/filters and its height and width respectively. Although this network is similar to the U-Net described previously, the network does not contain any skip connections which copy tensors from the encoding steps to the decoding steps. Arrows are color-coded as follows: blue: convolution with (3, 3) filter size, ReLU activation, green: up-convolution with a (2, 2) kernel using max pooling indices from the encoding layers, red: max pooling with a (2, 2) kernel, pink: (1, 1) convolution with sigmoid activation.