SegFormer
SegFormer copied to clipboard
KeyError: "EncoderDecoder: 'mit_b1 is not in the models registry'"
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'"
same, have you solved this issue?
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