fudan-zvg / SETR

[CVPR 2021] Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers
MIT License
1.05k stars 149 forks source link

mmcv error ,python3.7.0,pytorch 1.9.1,windows #46

Closed cvJie closed 2 years ago

cvJie commented 2 years ago

pip install mmcv python setup.py develop and run train.py

ImportError: DLL load failed: 找不到指定的模块。

can you give me some advices? thanks

zzu-egr commented 2 years ago

Do you solve the bug?I have the same problem,I suppose the version of torch is not match the mmcv

sixiaozheng commented 2 years ago

Maybe your environment is installed incorrectly, please refer to the A from-scratch setup script in the README.md to reinstall the environment. And run the command ./tools/dist_train.sh ${CONFIG_FILE} ${GPU_NUM}.