HRNet / HRNet-Semantic-Segmentation

The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How ca I get the output of the input image size?

venite-xjc opened this issue · comments

In the beginning, this net downsamples the input 4 times. So it's output image gets 1/4 width and 1/4 height. What should I do to avoid this? Change the param or delete the downsample?

commented

If you're still looking for an answer, just change the stride of the first 2 conv layers to 1.