SETR icon indicating copy to clipboard operation
SETR copied to clipboard

[CVPR 2021] Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers

Results 15 SETR issues
Sort by recently updated
recently updated
newest added

Readme中linux的环境安装指引似乎已经过时,安装的pytorch为1.6版本,但timm库要求pytorch >= 1.7,将pytorch升级为1.7就会和mmcv冲突,请问是否能够更新一下环境安装指引?

I am having an issue when I am trying to train the SETR model on cityscapes dataset using this config file SETR_PUP_768x768_40k_cityscapes_bs_8. I am trying to train this on one...

I want to train my dataset with SETR-Naive. I have organized the structure of the dataset according to the ADE20K hierarchy. Then execute './tools/dist_train. sh configs/SETR/SETR-Naive_512x512_160k_ade20k_bs_16. py 1'. I copied...

I am trying to run a basic training script with the ADE20K dataset via the following command: `python tools/train.py configs/SETR/SETR_PUP_DeiT_512x512_160k_ade20k_bs_16_MS.py` And I am running into this error: `ImportError: cannot import...

Hello SETR-developers, I hope you have great day, I have been trying to install the mmcv through `pip install mmcv-full==1.2.2 -f https://download.openmmlab.com/mmcv/` although the code ends up failing due to...