xmed-lab / URN

AAAI 2022: Uncertainty Estimation via Response Scaling for Pseudo-Mask Noise Mitigation in Weakly-Supervised Semantic Segmentation
Apache License 2.0
38 stars 4 forks source link

MMCV version problem #3

Closed Yingyue-L closed 2 years ago

Yingyue-L commented 2 years ago

Can I run the code with mmcv==1.2.0 in ubuntu20.04? I can't install mmcv==1.1.5 which need pytorch <= 1.6.0 and cuda <= 10.2, and I just could install cuda >= 11.0 with mmcv==1.2.0, pytorch==1.7.0+cu110. In your mmseg/init.py file, I see that the mmcv version is >=1.1.4 and <=1.2.0, but I can't success when runing in the mmcv==1.2.0 environment, I believe the version of pytorch,cuda,mmcv is compatible, but I also get the problem just like : /mmcv/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol:_ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv

Yingyue-L commented 2 years ago

solved