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
Other
3.13k stars 686 forks source link

about the outputsize #254

Open zoroinparis opened 2 years ago

zoroinparis commented 2 years ago

sorry to bother ,but beacause os some reasons i cant run the code by myself ,i just want to know the size of the output of model(seg_hrnet),is it 4 times downsampled or the same size of the input image ,cause i didnt see upsanmpler after hrnet ,but a size in a config is (520(in),520(out)).thanks again!