Understanding channels in binary segmentation - vision ...
https://discuss.pytorch.org/t/understanding-channels-in-binary...06.05.2020 · Hi, I am quite new to pytorch and have difficulties with some understanding of channels. I am doing binary segmentation with deeplab, my input image channel is [N, 3, H, W], my mask input is [N, 1, H, W] (where the values is either 0 or 1). The output, before doing any accuracy or loss, the image channels are [N, 2, W, H] and mask corresponds to [N, 1, W, H]. If I …
Understanding channels in binary segmentation - vision ...
discuss.pytorch.org › t › understanding-channels-inMay 06, 2020 · Hi, I am quite new to pytorch and have difficulties with some understanding of channels. I am doing binary segmentation with deeplab, my input image channel is [N, 3, H, W], my mask input is [N, 1, H, W] (where the values is either 0 or 1). The output, before doing any accuracy or loss, the image channels are [N, 2, W, H] and mask corresponds to [N, 1, W, H]. If I understand correctly, I ...