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

Usage of HRNet in convolutional autoencoders for image generation

sparshgarg23 opened this issue · comments

Hi,
I was looking into resnet based convolution auto encoders which are used for image reconstruction and generation.
Since HRNet is able to maintain the high resolution as well as spatial precision,would it be possible to use HRNet for image generation purposes.
If it can be used for such purposes,then what changes would have to be made in the architecture so that it can be used for that purpose