-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
我是这样安装: |
谢谢,我将会尝试一下
2023-07-05 10:32:43guanlaoshi ***@***.***>写道:
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 .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
请问Windows系统能跑此项目吗 |
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?
The text was updated successfully, but these errors were encountered: