Add PyPI badges to README (#11770)
* Update README.md Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> * Update README.zh-CN.md Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> * Update README.zh-CN.md Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> --------- Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/11774/head
parent
2334aa7338
commit
0acc5cf6e5
|
@ -59,7 +59,9 @@ object detection, image segmentation and image classification tasks.
|
|||
|
||||
See the [YOLOv8 Docs](https://docs.ultralytics.com) for details and get started with:
|
||||
|
||||
```commandline
|
||||
[](https://badge.fury.io/py/ultralytics) [](https://pepy.tech/project/ultralytics)
|
||||
|
||||
```bash
|
||||
pip install ultralytics
|
||||
```
|
||||
|
||||
|
|
|
@ -47,14 +47,14 @@ YOLOv5 🚀 是世界上最受欢迎的视觉 AI,代表<a href="https://ultral
|
|||
</div>
|
||||
</div>
|
||||
|
||||
## <div align="center">YOLOv8 🚀 NEW</div>
|
||||
## <div align="center">YOLOv8 🚀 新品</div>
|
||||
|
||||
We are thrilled to announce the launch of Ultralytics YOLOv8 🚀, our NEW cutting-edge, state-of-the-art (SOTA) model
|
||||
released at **[https://github.com/ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)**.
|
||||
YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of
|
||||
object detection, image segmentation and image classification tasks.
|
||||
我们很高兴宣布 Ultralytics YOLOv8 🚀 的发布,这是我们新推出的领先水平、最先进的(SOTA)模型,发布于 **[https://github.com/ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)**。
|
||||
YOLOv8 旨在快速、准确且易于使用,使其成为广泛的物体检测、图像分割和图像分类任务的极佳选择。
|
||||
|
||||
See the [YOLOv8 Docs](https://docs.ultralytics.com) for details and get started with:
|
||||
请查看 [YOLOv8 文档](https://docs.ultralytics.com)了解详细信息,并开始使用:
|
||||
|
||||
[](https://badge.fury.io/py/ultralytics) [](https://pepy.tech/project/ultralytics)
|
||||
|
||||
```commandline
|
||||
pip install ultralytics
|
||||
|
|
Loading…
Reference in New Issue