zhiqwang commited on
Commit
b0814c9
1 Parent(s): 0537e8d

Revamp Chinese docs (#8350)

Browse files
Files changed (1) hide show
  1. .github/README_cn.md +19 -19
.github/README_cn.md CHANGED
@@ -60,7 +60,7 @@ YOLOv5🚀是一个在COCO数据集上预训练的物体检测架构和模型系
60
 
61
  ## <div align="center">文件</div>
62
 
63
- 请参阅[YOLOv5 Docs](https://docs.ultralytics.com),了解有关培训、测试和部署的完整文件。
64
 
65
  ## <div align="center">快速开始案例</div>
66
 
@@ -77,9 +77,9 @@ pip install -r requirements.txt # 安装
77
  </details>
78
 
79
  <details open>
80
- <summary>推断</summary>
81
 
82
- YOLOv5 [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) 推断. [模型](https://github.com/ultralytics/yolov5/tree/master/models) 自动从最新YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases)下载。
83
 
84
  ```python
85
  import torch
@@ -90,7 +90,7 @@ model = torch.hub.load('ultralytics/yolov5', 'yolov5s') # or yolov5n - yolov5x6
90
  # 图像
91
  img = 'https://ultralytics.com/images/zidane.jpg' # or file, Path, PIL, OpenCV, numpy, list
92
 
93
- # 推论
94
  results = model(img)
95
 
96
  # 结果
@@ -100,9 +100,9 @@ results.print() # or .show(), .save(), .crop(), .pandas(), etc.
100
  </details>
101
 
102
  <details>
103
- <summary>用 detect.py 进行推断</summary>
104
 
105
- `detect.py` 在各种资源上运行推理, 从最新的YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases) 中自动下载 [模型](https://github.com/ultralytics/yolov5/tree/master/models) 并保存结果来运行/检测。
106
 
107
  ```bash
108
  python detect.py --source 0 # 网络摄像头
@@ -119,8 +119,8 @@ python detect.py --source 0 # 网络摄像头
119
  <details>
120
  <summary>训练</summary>
121
 
122
- 以下指令再现了YOLOv5 [COCO](https://github.com/ultralytics/yolov5/blob/master/data/scripts/get_coco.sh)
123
- 数据集结果. [模型](https://github.com/ultralytics/yolov5/tree/master/models) 和 [数据集](https://github.com/ultralytics/yolov5/tree/master/data) 自动从最新的YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases)中下载。YOLOv5n/s/m/l/x的训练时间在V100 GPU上是1/2/4/6/8天(多GPU倍速). 尽可能使用最大的 `--batch-size`, 或通过 `--batch-size -1` 来实现 YOLOv5 [自动批处理](https://github.com/ultralytics/yolov5/pull/5092). 批量大小显示为V100-16GB。
124
 
125
  ```bash
126
  python train.py --data coco.yaml --cfg yolov5n.yaml --weights '' --batch-size 128
@@ -139,13 +139,13 @@ python train.py --data coco.yaml --cfg yolov5n.yaml --weights '' --batch-size 12
139
 
140
  - [训练自定义数据](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) 🚀 推荐
141
  - [获得最佳训练效果的技巧](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results) ☘️ 推荐
142
- - [Weights & Biases 登陆](https://github.com/ultralytics/yolov5/issues/1289) 🌟 新
143
  - [Roboflow:数据集、标签和主动学习](https://github.com/ultralytics/yolov5/issues/4975) 🌟 新
144
  - [多GPU训练](https://github.com/ultralytics/yolov5/issues/475)
145
  - [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) ⭐ 新
146
  - [TFLite, ONNX, CoreML, TensorRT 导出](https://github.com/ultralytics/yolov5/issues/251) 🚀
147
  - [测试时数据增强 (TTA)](https://github.com/ultralytics/yolov5/issues/303)
148
- - [模型组合](https://github.com/ultralytics/yolov5/issues/318)
149
  - [模型剪枝/稀疏性](https://github.com/ultralytics/yolov5/issues/304)
150
  - [超参数进化](https://github.com/ultralytics/yolov5/issues/607)
151
  - [带有冻结层的迁移学习](https://github.com/ultralytics/yolov5/issues/1314) ⭐ 新
@@ -175,7 +175,7 @@ python train.py --data coco.yaml --cfg yolov5n.yaml --weights '' --batch-size 12
175
  </a>
176
  </div>
177
 
178
- ## <div align="center">一体化</div>
179
 
180
  <div align="center">
181
  <a href="https://wandb.ai/site?utm_campaign=repo_yolo_readme">
@@ -199,7 +199,7 @@ We are super excited about our first-ever Ultralytics YOLOv5 🚀 EXPORT Competi
199
  <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-export-competition.png"></a>
200
  </p> -->
201
 
202
- ## <div align="center">为什么是 YOLOv5</div>
203
 
204
  <p align="left"><img width="800" src="https://user-images.githubusercontent.com/26833433/155040763-93c22a27-347c-4e3c-847a-8094621d3f4e.png"></p>
205
  <details>
@@ -212,8 +212,8 @@ We are super excited about our first-ever Ultralytics YOLOv5 🚀 EXPORT Competi
212
 
213
  - **COCO AP val** 表示 mAP@0.5:0.95 在5000张图像的[COCO val2017](http://cocodataset.org)数据集上,在256到1536的不同推理大小上测量的指标。
214
  - **GPU Speed** 衡量的是在 [COCO val2017](http://cocodataset.org) 数据集上使用 [AWS p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/) V100实例在批量大小为32时每张图像的平均推理时间。
215
- - **EfficientDet** 数据来自 [google/automl](https://github.com/google/automl) ,批量大小为 8。
216
- - **重制** `python val.py --task study --data coco.yaml --iou 0.7 --weights yolov5n6.pt yolov5s6.pt yolov5m6.pt yolov5l6.pt yolov5x6.pt`
217
 
218
  </details>
219
 
@@ -238,22 +238,22 @@ We are super excited about our first-ever Ultralytics YOLOv5 🚀 EXPORT Competi
238
 
239
  - 所有检查点都以默认设置训练到300个时期. Nano和Small模型用 [hyp.scratch-low.yaml](https://github.com/ultralytics/yolov5/blob/master/data/hyps/hyp.scratch-low.yaml) hyps, 其他模型使用 [hyp.scratch-high.yaml](https://github.com/ultralytics/yolov5/blob/master/data/hyps/hyp.scratch-high.yaml).
240
  - **mAP<sup>val</sup>** 值是 [COCO val2017](http://cocodataset.org) 数据集上的单模型单尺度的值。
241
- <br>重制于 `python val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65`
242
  - 使用 [AWS p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/) 实例对COCO val图像的平均速度。不包括NMS时间(~1 ms/img)
243
- <br>重制于`python val.py --data coco.yaml --img 640 --task speed --batch 1`
244
  - **TTA** [测试时数据增强](https://github.com/ultralytics/yolov5/issues/303) 包括反射和比例增强.
245
- <br>重制于 `python val.py --data coco.yaml --img 1536 --iou 0.7 --augment`
246
 
247
  </details>
248
 
249
  ## <div align="center">贡献</div>
250
 
251
- 我们重视您的意见! 我们希望大家对YOLOv5的贡献尽可能的简单和透明。开始之前请先点击并查看我们的 [贡献指南](CONTRIBUTING.md),填写[YOLOv5调查问卷](https://ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey) 来向我们发送您的经验反馈。真诚感谢我们所有的贡献者!
252
  <a href="https://github.com/ultralytics/yolov5/graphs/contributors"><img src="https://opencollective.com/ultralytics/contributors.svg?width=990" /></a>
253
 
254
  ## <div align="center">联系</div>
255
 
256
- 关于YOLOv5的漏洞和功能问题,请访问 [GitHub Issues](https://github.com/ultralytics/yolov5/issues)。业务咨询或技术支持服务请访问[https://ultralytics.com/contact](https://ultralytics.com/contact)。
257
 
258
  <br>
259
 
 
60
 
61
  ## <div align="center">文件</div>
62
 
63
+ 请参阅[YOLOv5 Docs](https://docs.ultralytics.com),了解有关训练、测试和部署的完整文件。
64
 
65
  ## <div align="center">快速开始案例</div>
66
 
 
77
  </details>
78
 
79
  <details open>
80
+ <summary>推理</summary>
81
 
82
+ YOLOv5 [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) 推理. [模型](https://github.com/ultralytics/yolov5/tree/master/models) 自动从最新YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases)下载。
83
 
84
  ```python
85
  import torch
 
90
  # 图像
91
  img = 'https://ultralytics.com/images/zidane.jpg' # or file, Path, PIL, OpenCV, numpy, list
92
 
93
+ # 推理
94
  results = model(img)
95
 
96
  # 结果
 
100
  </details>
101
 
102
  <details>
103
+ <summary>用 detect.py 进行推理</summary>
104
 
105
+ `detect.py` 在各种数据源上运行推理, 其会从最新的 YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases) 中自动下载 [模型](https://github.com/ultralytics/yolov5/tree/master/models) 并将检测结果保存到 `runs/detect` 目录。
106
 
107
  ```bash
108
  python detect.py --source 0 # 网络摄像头
 
119
  <details>
120
  <summary>训练</summary>
121
 
122
+ 以下指令再现了 YOLOv5 [COCO](https://github.com/ultralytics/yolov5/blob/master/data/scripts/get_coco.sh)
123
+ 数据集结果. [模型](https://github.com/ultralytics/yolov5/tree/master/models) 和 [数据集](https://github.com/ultralytics/yolov5/tree/master/data) 自动从最新的YOLOv5 [版本](https://github.com/ultralytics/yolov5/releases) 中下载。YOLOv5n/s/m/l/x的训练时间在V100 GPU上是 1/2/4/6/8天(多GPU倍速). 尽可能使用最大的 `--batch-size`, 或通过 `--batch-size -1` 来实现 YOLOv5 [自动批处理](https://github.com/ultralytics/yolov5/pull/5092). 批量大小显示为 V100-16GB。
124
 
125
  ```bash
126
  python train.py --data coco.yaml --cfg yolov5n.yaml --weights '' --batch-size 128
 
139
 
140
  - [训练自定义数据](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) 🚀 推荐
141
  - [获得最佳训练效果的技巧](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results) ☘️ 推荐
142
+ - [使用 Weights & Biases 记录实验](https://github.com/ultralytics/yolov5/issues/1289) 🌟 新
143
  - [Roboflow:数据集、标签和主动学习](https://github.com/ultralytics/yolov5/issues/4975) 🌟 新
144
  - [多GPU训练](https://github.com/ultralytics/yolov5/issues/475)
145
  - [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) ⭐ 新
146
  - [TFLite, ONNX, CoreML, TensorRT 导出](https://github.com/ultralytics/yolov5/issues/251) 🚀
147
  - [测试时数据增强 (TTA)](https://github.com/ultralytics/yolov5/issues/303)
148
+ - [模型集成](https://github.com/ultralytics/yolov5/issues/318)
149
  - [模型剪枝/稀疏性](https://github.com/ultralytics/yolov5/issues/304)
150
  - [超参数进化](https://github.com/ultralytics/yolov5/issues/607)
151
  - [带有冻结层的迁移学习](https://github.com/ultralytics/yolov5/issues/1314) ⭐ 新
 
175
  </a>
176
  </div>
177
 
178
+ ## <div align="center">如何与第三方集成</div>
179
 
180
  <div align="center">
181
  <a href="https://wandb.ai/site?utm_campaign=repo_yolo_readme">
 
199
  <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-export-competition.png"></a>
200
  </p> -->
201
 
202
+ ## <div align="center">为什么选择 YOLOv5</div>
203
 
204
  <p align="left"><img width="800" src="https://user-images.githubusercontent.com/26833433/155040763-93c22a27-347c-4e3c-847a-8094621d3f4e.png"></p>
205
  <details>
 
212
 
213
  - **COCO AP val** 表示 mAP@0.5:0.95 在5000张图像的[COCO val2017](http://cocodataset.org)数据集上,在256到1536的不同推理大小上测量的指标。
214
  - **GPU Speed** 衡量的是在 [COCO val2017](http://cocodataset.org) 数据集上使用 [AWS p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/) V100实例在批量大小为32时每张图像的平均推理时间。
215
+ - **EfficientDet** 数据来自 [google/automl](https://github.com/google/automl) ,批量大小设置为 8。
216
+ - 复现 mAP 方法: `python val.py --task study --data coco.yaml --iou 0.7 --weights yolov5n6.pt yolov5s6.pt yolov5m6.pt yolov5l6.pt yolov5x6.pt`
217
 
218
  </details>
219
 
 
238
 
239
  - 所有检查点都以默认设置训练到300个时期. Nano和Small模型用 [hyp.scratch-low.yaml](https://github.com/ultralytics/yolov5/blob/master/data/hyps/hyp.scratch-low.yaml) hyps, 其他模型使用 [hyp.scratch-high.yaml](https://github.com/ultralytics/yolov5/blob/master/data/hyps/hyp.scratch-high.yaml).
240
  - **mAP<sup>val</sup>** 值是 [COCO val2017](http://cocodataset.org) 数据集上的单模型单尺度的值。
241
+ <br>复现方法: `python val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65`
242
  - 使用 [AWS p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/) 实例对COCO val图像的平均速度。不包括NMS时间(~1 ms/img)
243
+ <br>复现方法: `python val.py --data coco.yaml --img 640 --task speed --batch 1`
244
  - **TTA** [测试时数据增强](https://github.com/ultralytics/yolov5/issues/303) 包括反射和比例增强.
245
+ <br>复现方法: `python val.py --data coco.yaml --img 1536 --iou 0.7 --augment`
246
 
247
  </details>
248
 
249
  ## <div align="center">贡献</div>
250
 
251
+ 我们重视您的意见! 我们希望给大家提供尽可能的简单和透明的方式对 YOLOv5 做出贡献。开始之前请先点击并查看我们的 [贡献指南](CONTRIBUTING.md),填写[YOLOv5调查问卷](https://ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey) 来向我们发送您的经验反馈。真诚感谢我们所有的贡献者!
252
  <a href="https://github.com/ultralytics/yolov5/graphs/contributors"><img src="https://opencollective.com/ultralytics/contributors.svg?width=990" /></a>
253
 
254
  ## <div align="center">联系</div>
255
 
256
+ 关于YOLOv5的漏洞和功能问题,请访问 [GitHub Issues](https://github.com/ultralytics/yolov5/issues)。商业咨询或技术支持服务请访问[https://ultralytics.com/contact](https://ultralytics.com/contact)。
257
 
258
  <br>
259