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

I think it is better to have some demo code in this package to visualize the segmentation output from hrnet.

problem: When using 4*1080Ti , training gets stuck, memory is not released, and no error is reported. Forced task termination, retraining is required environment: python 3.6 pytorch 1.1 cuda 10.0...

optimizer.step() File "/usr/local/lib/python3.5/dist-packages/torch/optim/sgd.py", line 100, in step buf.mul_(momentum).add_(1 - dampening, d_p) RuntimeError: output with shape [256] doesn't match the broadcast shape [18, 72, 1, 256] Hello! When I resume from...

hello! paper saya backbone is dilated ResNet-101 and HRnet, but I dont see the ResNet-101 in the code, and there is not ResNet-101_OCR result

Thanks for the great work, OneDrive link for HRNetV2-W48 cityscapes seems to be broken. Could you please provide a new link?

Hello, When ruing the command ``` python tools/test.py --cfg experiments/cityscapes/seg_hrnet_w48_train_512x1024_sgd_lr1e-2_wd5e-4_bs_12_epoch484.yaml \ TEST.MODEL_FILE hrnet_w48_cityscapes_cls19_1024x2048_trainset.pth \ TEST.SCALE_LIST 0.5,0.75,1.0,1.25,1.5,1.75 \ TEST.FLIP_TEST True ``` I got the following AttibuteError: ``` ... ... => loading...

>=> init weights from normal distribution => init weights from normal distribution Traceback (most recent call last): Traceback (most recent call last): File "tools/train.py", line 329, in File "tools/train.py", line...

Hi, could you please solve my question at you convenience, why the 'NUM_MODULES' of 1-4 stages is '1,1,4,3' and what is the 'MODULES'?

Just wondering how the coarsely annotated cityscapes data is used for training. Directly putting them into "train list" will make the training time 6.7 times longer since the coarsely annotated...

When I interrupted training and continued training, the following questions: Traceback (most recent call last): File "/home/amax/share/SPF/HRNet-Semantic-Segmentation-HRNet-OCR/tools/train.py", line 323, in main() File "/home/amax/share/SPF/HRNet-Semantic-Segmentation-HRNet-OCR/tools/train.py", line 100, in main '.get_seg_model')(config) File "",...