Skip to content

Commit 3547c58

Browse files
authored
Update README.md
1 parent 0573e56 commit 3547c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@
6767

6868
- GPU 0 将比其他GPU占用略多的内存,因为它维护EMA并负责检查点等。
6969

70-
7170
## <div align="center">快速开始案例</div>
7271

7372
<details open>
7473
<summary>安装</summary>
7574

76-
[**Python>=3.7.0**](https://www.python.org/) 的环境中克隆版本仓并安装 [requirements.txt](https://github.com/Oneflow-Inc/one-yolov5/blob/main/requirements.txt),包括 [OneFlow nightly 或者 oneflow>=0.9.0](https://docs.oneflow.org/master/index.html)
75+
[**Python>=3.7.0**](https://www.python.org/) 的环境中克隆版本仓并安装 [requirements.txt](https://github.com/Oneflow-Inc/one-yolov5/blob/main/requirements.txt),包括 [OneFlow nightly](https://docs.oneflow.org/master/index.html)
7776

7877

7978
```bash
@@ -136,6 +135,7 @@ python export.py --weights yolov5s-seg.of --include onnx --img 640 --device 0
136135

137136

138137
### CheckPoints
138+
> 注意: 这里的模型权重为v1.1.0版本的权重,最新权重下载 [releases/tag/v1.2.0](https://github.com/Oneflow-Inc/one-yolov5/releases/tag/v1.2.0)
139139
140140
| 模型 | ONNX版本模型 | 规模<br><sup>(像素) | mAP<sup>验证<br>0.5:0.95 | mAP<sup>验证<br>0.5 | 速度<br><sup>CPU b1<br>(ms) | 速度<br><sup>V100 b1<br>(ms) | 速度<br><sup>V100 b32<br>(ms) | 参数<br><sup>(M) | 浮点运算<br><sup>@640 (B) |
141141
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------- | ------------------------ | ------------------- | --------------------------- | ---------------------------- | ----------------------------- | ---------------- | ------------------------- |

0 commit comments

Comments
 (0)