Commit b1294f57 authored by xiabo's avatar xiabo
Browse files

Update README.md

parent 7f48de02
...@@ -5,7 +5,7 @@ MMCV是计算机视觉研究的基础库,主要提供以下功能:图像处 ...@@ -5,7 +5,7 @@ MMCV是计算机视觉研究的基础库,主要提供以下功能:图像处
## 安装 ## 安装
### 使用pip方式安装 ### 使用pip方式安装
mmcv whl包下载目录:[https://cancon.hpccube.com:65024/4/main/mmcv/dtk23.04](https://cancon.hpccube.com:65024/4/main/mmcv/dtk23.04),选择对应的pytorch版本和python版本下载对应mmcv的whl包 mmcv whl包下载目录:[https://cancon.hpccube.com:65024/4/main/mmcv/dtk23.10](https://cancon.hpccube.com:65024/4/main/mmcv/dtk23.10),选择对应的pytorch版本和python版本下载对应mmcv的whl包
```shell ```shell
pip install mmcv* (下载的mmcv的whl包) pip install mmcv* (下载的mmcv的whl包)
``` ```
...@@ -16,7 +16,7 @@ pip install mmcv* (下载的mmcv的whl包) ...@@ -16,7 +16,7 @@ pip install mmcv* (下载的mmcv的whl包)
1. 基于光源pytorch基础镜像环境:镜像下载地址:[https://sourcefind.cn/#/image/dcu/pytorch](https://sourcefind.cn/#/image/dcu/pytorch),根据pytorch、python、dtk及系统下载对应的镜像版本。 1. 基于光源pytorch基础镜像环境:镜像下载地址:[https://sourcefind.cn/#/image/dcu/pytorch](https://sourcefind.cn/#/image/dcu/pytorch),根据pytorch、python、dtk及系统下载对应的镜像版本。
2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下: 2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.10](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.10),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下:
```shell ```shell
pip install torch* (下载的torch的whl包) pip install torch* (下载的torch的whl包)
pip install setuptools==59.5.0 wheel pip install setuptools==59.5.0 wheel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment