SegFormer icon indicating copy to clipboard operation
SegFormer copied to clipboard

KeyError: "EncoderDecoder: 'mit_b1 is not in the models registry'"

Open endaoguansanlu opened this issue 2 years ago • 3 comments

I followed your prompts, but when I run the training code I get the following prompts, why is this, thanks!

KeyError: "EncoderDecoder: 'mit_b1 is not in the models registry'"

endaoguansanlu avatar Jul 29 '22 01:07 endaoguansanlu

same, have you solved this issue?

germanjke avatar Aug 08 '22 15:08 germanjke

solved this. you should install setup.py from SegFormer folder with pip install -e . . If you have installed not mmcv but mmcv-full you should change this in requirements/readthedocs.txt

germanjke avatar Aug 08 '22 15:08 germanjke