SETR
SETR copied to clipboard
[CVPR 2021] Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers
I encountered the error: **RecursionError: maximum recursion depth exceeded in comparison ** while training with my custom dataset. I tried to set num_workers to 0 but the issue didn't get...
你好,我想问一下自己的机器是单GPU的,可以指点一下应该怎么修改吗,因为我没有复现成功。如果自己的机器是单GPU的,想在你的模型上面加bert文本处理,做成一个多模态的分割模型,能否给一下建议,是否推荐这样做呢
It looks like this paper use ViT https://arxiv.org/abs/2010.11929 as backbone, with a simple decoder for segmentation? To be honest it should be just an ablation study from ViT, instead of...
Hi, I downloaded a SETR_MLA model (512x512 with a batch size of 8) to test its performance using ADE20K validation set. Since I have only two RTX Titan, I replaced...
The demo in your repo is written for pspnet, so could you share the demo for SETR?
how to select gpu when training with multiple gpus, thanks a lot
"paramwise_cfg=dict(custom_keys={'head': dict(lr_mult=10.)}" Hi, thank you for open-source your code firstly. I have a question about the configuration of the optimizer. I found there is "decode_head" in your model, not "head"...
System: windows 11, Nvidia GTX 4060Ti Configuration environment: torch 1.13.0+cu116 torchaudio 0.13.0+cu116 torchvision 0.14.0+cu116 mmcv 2.0.1 After running the command `./tools/dist_train.sh configs/SETR/SETR_PUP_DeiT_768x768_80k_cityscapes_bs_8.py 1`, the following problem occurs: > NOTE: Redirects...
Traceback (most recent call last): File "./tools/train.py", line 161, in main() File "./tools/train.py", line 157, in main Traceback (most recent call last): File "./tools/train.py", line 161, in meta=meta) File "/workspace/SETR/mmseg/apis/train.py",...
I just followed the exact steps indicated in the ubuntu section of install.md I cannot run training tough, because I get: `ModuleNotFoundError: No module named 'timm'` Simply running `pip install...