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

Why doesn't just use the gtmask for soft_object_regions #264

Open wcyjerry opened 2 years ago

wcyjerry commented 2 years ago

I'm a little confused, since the paper says when use the gtmask is best, why not just use the gtmask for Object_region instead of using a learnable conv_block in the code?