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 just find this branch...is this finished and reliable?

AttributeError: 'PASCALContext' object has no attribute '_key' Traceback (most recent call last): File "tools/train.py", line 286, in main() File "tools/train.py", line 115, in main scale_factor=config.TRAIN.SCALE_FACTOR) File "/home/huangwei/Codes/HRNet-Semantic-Segmentation-pytorch-v1.1/tools/../lib/datasets/pascal_ctx.py", line 76, in...

Hi everyone, Could you explain for me the meaning of this line https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/8037a7fb867b58d885b26b1ceb8283a7ee252851/tools/test.py#L82 https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/8037a7fb867b58d885b26b1ceb8283a7ee252851/tools/test.py#L83 `pretrained_dict = {k[6:]: v for k, v in pretrained_dict.items() if k[6:] in model_dict.keys()}` What are `k`...

Hi, Great work firstly. I have tried to use HRNet+OCR on my own dataset with one GPU. Recently, I want to train my model with muti-gpu. About train code partition,...

Dear author, when I try to train the model in RTX3090, an issue is that it could just be worked when I use 2 GPUs. If I use 4 GPUs,...

the valid miou=0.5 best_iou = 0.5 when I train my own dataset in every epoch

When I use lip datasets to val, as I run `python tools/test.py --cfg experiments/lip/seg_hrnet_w48_473x473_sgd_lr7e-3_wd5e-4_bs_40_epoch150.yaml DATASET.TEST_SET list/lip/testvalList.txt TEST.MODEL_FILE hrnet_w48_lip_cls20_473x473.pth TEST.FLIP_TEST True TEST.NUM_SAMPLES 0 `, I meet the problem below: Traceback (most...

I try to delete the right of data/list/lip/testvalList.txt: val_images/1.jpg val_images/2.jpg ... But I meet the problem: Traceback (most recent call last): File "tools/test.py", line 143, in main() File "tools/test.py", line...