Skip to content

Commit a5c1cb7

Browse files
Update README.md (#13114)
* Update README.md Signed-off-by: Glenn Jocher <[email protected]> * Auto-format by https://ultralytics.com/actions * Update README.zh-CN.md Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]>
1 parent 098ce03 commit a5c1cb7

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml -
185185
<img src="https://github.com/ultralytics/assets/raw/main/partners/logo-neuralmagic.png" width="10%" /></a>
186186
</div>
187187

188-
| Roboflow | ClearML ⭐ NEW | Comet ⭐ NEW | Neural Magic ⭐ NEW |
188+
| Roboflow | ClearML ⭐ NEW | Comet ⭐ NEW | Neural Magic ⭐ NEW |
189189
| :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: |
190190
| Label and export your custom datasets directly to YOLOv5 for training with [Roboflow](https://roboflow.com/?ref=ultralytics) | Automatically track, visualize and even remotely train YOLOv5 using [ClearML](https://cutt.ly/yolov5-readme-clearml) (open-source!) | Free forever, [Comet](https://bit.ly/yolov5-readme-comet2) lets you save YOLOv5 models, resume training, and interactively visualise and debug predictions | Run YOLOv5 inference up to 6x faster with [Neural Magic DeepSparse](https://bit.ly/yolov5-neuralmagic) |
191191

@@ -230,7 +230,7 @@ YOLOv5 has been designed to be super easy to get started and simple to learn. We
230230
| [YOLOv5s6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5s6.pt) | 1280 | 44.8 | 63.7 | 385 | 8.2 | 3.6 | 12.6 | 16.8 |
231231
| [YOLOv5m6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5m6.pt) | 1280 | 51.3 | 69.3 | 887 | 11.1 | 6.8 | 35.7 | 50.0 |
232232
| [YOLOv5l6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5l6.pt) | 1280 | 53.7 | 71.3 | 1784 | 15.8 | 10.5 | 76.8 | 111.4 |
233-
| [YOLOv5x6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5x6.pt)<br>+ [TTA] | 1280<br>1536 | 55.0<br>**55.8** | 72.7<br>**72.7** | 3136<br>- | 26.2<br>- | 19.4<br>- | 140.7<br>- | 209.8<br>- |
233+
| [YOLOv5x6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5x6.pt)<br>+ [TTA] | 1280<br>1536 | 55.0<br>**55.8** | 72.7<br>**72.7** | 3136<br>- | 26.2<br>- | 19.4<br>- | 140.7<br>- | 209.8<br>- |
234234

235235
<details>
236236
<summary>Table Notes</summary>

README.zh-CN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ YOLOv5 超级容易上手,简单易学。我们优先考虑现实世界的结
228228
| [YOLOv5s6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5s6.pt) | 1280 | 44.8 | 63.7 | 385 | 8.2 | 3.6 | 12.6 | 16.8 |
229229
| [YOLOv5m6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5m6.pt) | 1280 | 51.3 | 69.3 | 887 | 11.1 | 6.8 | 35.7 | 50.0 |
230230
| [YOLOv5l6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5l6.pt) | 1280 | 53.7 | 71.3 | 1784 | 15.8 | 10.5 | 76.8 | 111.4 |
231-
| [YOLOv5x6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5x6.pt)<br>+[TTA] | 1280<br>1536 | 55.0<br>**55.8** | 72.7<br>**72.7** | 3136<br>- | 26.2<br>- | 19.4<br>- | 140.7<br>- | 209.8<br>- |
231+
| [YOLOv5x6](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5x6.pt)<br>+[TTA] | 1280<br>1536 | 55.0<br>**55.8** | 72.7<br>**72.7** | 3136<br>- | 26.2<br>- | 19.4<br>- | 140.7<br>- | 209.8<br>- |
232232

233233
<details>
234234
<summary>笔记</summary>
@@ -358,8 +358,8 @@ YOLOv5 [release v6.2](https://github.com/ultralytics/yolov5/releases) 带来对
358358
- **准确性**都在单模型单尺度上计算,数据集使用 [ImageNet-1k](https://www.image-net.org/index.php) 。<br>复现命令 `python classify/val.py --data ../datasets/imagenet --img 224`
359359
- **推理速度**是使用 100 个推理图像进行平均得到,测试环境使用谷歌 [Colab Pro](https://colab.research.google.com/signup) V100 高 RAM 实例。<br>复现命令 `python classify/val.py --data ../datasets/imagenet --img 224 --batch 1`
360360
- **模型导出**到 FP32 的 ONNX 和 FP16 的 TensorRT 使用 `export.py` 。<br>复现命令 `python export.py --weights yolov5s-cls.pt --include engine onnx --imgsz 224`
361-
</details>
362-
</details>
361+
</details>
362+
</details>
363363

364364
<details>
365365
<summary>分类训练示例 &nbsp;<a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/classify/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></summary>

utils/flask_rest_api/README.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,42 @@ The model inference results are returned as a JSON response:
2828

2929
```json
3030
[
31-
{
32-
"class": 0,
33-
"confidence": 0.8900438547,
34-
"height": 0.9318675399,
35-
"name": "person",
36-
"width": 0.3264600933,
37-
"xcenter": 0.7438579798,
38-
"ycenter": 0.5207948685
39-
},
40-
{
41-
"class": 0,
42-
"confidence": 0.8440024257,
43-
"height": 0.7155083418,
44-
"name": "person",
45-
"width": 0.6546785235,
46-
"xcenter": 0.427829951,
47-
"ycenter": 0.6334488392
48-
},
49-
{
50-
"class": 27,
51-
"confidence": 0.3771208823,
52-
"height": 0.3902671337,
53-
"name": "tie",
54-
"width": 0.0696444362,
55-
"xcenter": 0.3675483763,
56-
"ycenter": 0.7991207838
57-
},
58-
{
59-
"class": 27,
60-
"confidence": 0.3527112305,
61-
"height": 0.1540903747,
62-
"name": "tie",
63-
"width": 0.0336618312,
64-
"xcenter": 0.7814827561,
65-
"ycenter": 0.5065554976
66-
}
31+
{
32+
"class": 0,
33+
"confidence": 0.8900438547,
34+
"height": 0.9318675399,
35+
"name": "person",
36+
"width": 0.3264600933,
37+
"xcenter": 0.7438579798,
38+
"ycenter": 0.5207948685
39+
},
40+
{
41+
"class": 0,
42+
"confidence": 0.8440024257,
43+
"height": 0.7155083418,
44+
"name": "person",
45+
"width": 0.6546785235,
46+
"xcenter": 0.427829951,
47+
"ycenter": 0.6334488392
48+
},
49+
{
50+
"class": 27,
51+
"confidence": 0.3771208823,
52+
"height": 0.3902671337,
53+
"name": "tie",
54+
"width": 0.0696444362,
55+
"xcenter": 0.3675483763,
56+
"ycenter": 0.7991207838
57+
},
58+
{
59+
"class": 27,
60+
"confidence": 0.3527112305,
61+
"height": 0.1540903747,
62+
"name": "tie",
63+
"width": 0.0336618312,
64+
"xcenter": 0.7814827561,
65+
"ycenter": 0.5065554976
66+
}
6767
]
6868
```
6969

0 commit comments

Comments
 (0)