Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: "EncoderDecoder: 'MSCAN is not in the models registry'" #5

Closed
EItByTe opened this issue Sep 22, 2022 · 2 comments
Closed

Comments

@EItByTe
Copy link

EItByTe commented Sep 22, 2022

when I run the train.py, I met with the error.Anyone can help me ...? thanks a lot! I have checked the register and init.py in mmseg/models and mmseg/models/backbones. The MSCAN module should have been registered.

image

@uyzhang
Copy link
Collaborator

uyzhang commented Sep 22, 2022

You should execute this command to install segnext : cd SegNeXt and python setup.py develop

@EItByTe
Copy link
Author

EItByTe commented Sep 22, 2022

Thanks a lot !! I have already executed cd SegNeXt and python setup.py develop, but it still not works.
But I have solved it by executing pip install -e . in SegNeXt folder.

@EItByTe EItByTe closed this as completed Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants