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

Why doesn't just use the gtmask for soft_object_regions

wcyjerry opened this issue · comments

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?