Junjue-Wang / LoveDA

[NeurIPS 2021] LoveDA: A Remote Sensing Land-Cover Dataset for Domain Adaptive Semantic Segmentation
344 stars 49 forks source link

ModuleNotFoundError: No module named 'ever' #41

Open SxyNoPeace opened 2 years ago

SxyNoPeace commented 2 years ago

When I execute bash ./scripts/predict_cbst.sh ,The following error occurred:

Traceback (most recent call last): File "predict.py", line 1, in from data.loveda import LoveDALoader File "/home/chen/experiment/remote_sensing/Unsupervised_Domian_Adaptation/data/loveda.py", line 9, in from ever.interface import ConfigurableMixin ModuleNotFoundError: No module named 'ever'

How can I find this module? I hope to get your reply. Thank you

Junjue-Wang commented 2 years ago

please see my readme to install it