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.09k stars 683 forks source link

Help me on how to do the transfer learning. Where I need to update my previous obtained weights file? #205

Open NikhilChowdary-MCW opened 3 years ago

NikhilChowdary-MCW commented 3 years ago

Hi Everyone,

I obtained the weights file when I trained the model with low resolution. Now I changes the resolution and want to do transfer learning. Can I know on how to do this?

Thanks.