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

About environment configuration #9

Open
hui-yiming opened this issue Jul 3, 2023 · 3 comments
Open

About environment configuration #9

hui-yiming opened this issue Jul 3, 2023 · 3 comments

Comments

@hui-yiming
Copy link

Excuse me,
what is the specific installation environment for your implementation of this code? I have tried a lot of versions such as mmcv,mmdet, but it always shows that the environment installation is unsuccessful. Which version of mmcv and mmdet do you use?

@guanlaoshi
Copy link

Excuse me, what is the specific installation environment for your implementation of this code? I have tried a lot of versions such as mmcv,mmdet, but it always shows that the environment installation is unsuccessful. Which version of mmcv and mmdet do you use?

我是这样安装:
环境:
Python 3.7.16 CUDA 11.1 gcc 7.5.0 Ubuntu20.04
1.pip install -r requirements.txt
2.conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.1 -c pytorch
3.pip install openmim
4.最好退出一下终端界面,重新进一下环境,主要用过pip list和conda list 看一看是不是自己安装的环境
5.mim install mmcv-full==1.4.5
6.mim install mmcls==0.15.0
7.mim install mmdet==2.20.0
8.mim install mmcv==1.4.0
pip install -v -e .

@hui-yiming
Copy link
Author

hui-yiming commented Jul 5, 2023 via email

@1pengliu
Copy link

请问,您实现此代码的具体安装环境是什么?我试过很多版本比如 mmcv,mmdet,但总是显示环境安装不成功。您使用哪个版本的 mmcv 和 mmdet?

我是这样安装: 环境: Python 3.7.16 CUDA 11.1 gcc 7.5.0 Ubuntu20.04 1.pip install -r requirements.txt 2.conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.1 -c pytorch 3.pip install openmim 4.最好退出一下终端界面,重新进一下环境,主要用过pip list和conda list 看一看是不是自己安装的环境 5.mim install mmcv-full==1.4.5 6.mim install mmcls==0.15.0 7.mim install mmdet==2.20.0 8.mim install mmcv==1.4.0 pip install -v -e .

请问Windows系统能跑此项目吗

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

3 participants