Commit 852629bd authored by limm's avatar limm
Browse files

fix README.md

parent bbca342c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Detectron2 是 Facebook AI Research 的下一代软件系统实现最先进的对象检测算法 Detectron2 是 Facebook AI Research 的下一代软件系统实现最先进的对象检测算法
### 使用pip方式安装 ### 使用pip方式安装
detectron2 whl包下载目录:[http://10.6.10.68:8000/customized/detectron2/dtk2310/](http://10.6.10.68:8000/customized/detectron2/dtk2310/). 目前只提供有python3.8版本的安装包 detectron2 whl包下载目录:[http://10.6.10.68:8000/customized/detectron2/dtk2310/](http://10.6.10.68:8000/customized/detectron2/dtk2310/). 目前只提供有python3.8版本的安装包 (暂不支持whl包安装)
```shell ```shell
pip install detectron2* (下载的detectron2的whl包) pip install detectron2* (下载的detectron2的whl包)
``` ```
...@@ -14,7 +14,7 @@ pip install detectron2* (下载的detectron2的whl包) ...@@ -14,7 +14,7 @@ pip install detectron2* (下载的detectron2的whl包)
```shell ```shell
pip install numpy pip install numpy
pip install 'urllib3==1.26.14' pip install 'urllib3==1.26.14'
pip insta;; wheel pip install wheel
``` ```
- 在首页 | 光合开发者社区下载 det23.10 解压在 /opt/ 路径下,并建立软连接,例如: - 在首页 | 光合开发者社区下载 det23.10 解压在 /opt/ 路径下,并建立软连接,例如:
```shell ```shell
......
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