segmenter icon indicating copy to clipboard operation
segmenter copied to clipboard

[ICCV2021] Official PyTorch implementation of Segmenter: Transformer for Semantic Segmentation

Results 28 segmenter issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use the baseline model (Linear decoder) described in the paper as a baseline for some of my work. However, I do not have access to...

Thank you for your excellent work, but I have a problem about module checkpoint.pth.When I try to run segm.train module,there is an error "KeyError: 'optimizer'",Hope you to answer me. thanks...

Why can't Seg-L-Mask/16 be implemented? There will be an error that the weights cannot be loaded

As in title, can you replace the standard ViT encoder with a swin transformer + FPN? Would this be a reasonable thing to try out?

I have Exerpimented on this code on many things , i have also introduced custom scedulers, but what i am not able to understand is , why SGD is working...

thank you for your excellent work, I want to know where can download the 'vit_base_patch8_384.pth', thanks again!

First of all, excellent repo - thanks very much for the awesome contribution to the ml community! When running running eval on seg_base_deit_mask (via `python -m segm.eval.miou checkpoints/seg_base_deit_mask/checkpoint.pth ade20k --multiscale`),...

Hello, I am keep getting "ERROR:root:No token file found. Also make sure that a [prod] section with a 'token = value' assignment exists." And I have no idea why... Is...