HRNet-Semantic-Segmentation icon indicating copy to clipboard operation
HRNet-Semantic-Segmentation copied to clipboard

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

Results 115 HRNet-Semantic-Segmentation issues
Sort by recently updated
recently updated
newest added

Hi: I find in the file fuction.py, the function testval shows: image, label, _, name, *border_padding = batch but i can not find the difined of border_padding, could you pls....

In line 64, Change the softmax dim from 2 to 1. According to this line, `probs = F.softmax(self.scale * probs, dim=2)# batch x k x hw` In this code, the...

In this line : [https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/HRNet-OCR/lib/models/seg_hrnet_ocr.py#L64](https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/HRNet-OCR/lib/models/seg_hrnet_ocr.py#L64) Question: According to this line, `probs = F.softmax(self.scale * probs, dim=2)# batch x k x hw ` In this code, the input dimension is [batch_size,...

Hello, could you please add more details regarding the COCO-Stuff dataset in the `data/cocostuff` directory? I assume that you use [COCO-Stuff-10k](https://github.com/nightrome/cocostuff10k) v.1.1, which if downloaded, only has .mat files for...