Closed amiltonwong closed 3 years ago
This is probably resulted from the incorrect installation. Please double check whether you have correctly installed SETR. Please try the following
cd SETR && pip install -e .
@VictorLlu, Thanks a lot. It works :)
Hi, authors,
I got this error:
KeyError: "EncoderDecoder: 'VisionTransformer is not in the backbone registry'"
when I run the command:python tools/train.py configs/SETR/SETR_PUP_768x768_40k_cityscapes_bs_8.py
. The error in details is listed here: https://gist.github.com/amiltonwong/476e04e81e33b3cf8c4cb3f28ee01dddAny hints to solve this issue?
THX!