Closed EItByTe closed 2 years ago
You should execute this command to install segnext : cd SegNeXt
and python setup.py develop
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.
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.