diff --git a/CITATION.cff b/CITATION.cff index 8e85b7a751..eead1a3b54 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,7 +12,7 @@ preferred-citation: - family-names: Qiu given-names: Jing orcid: "https://orcid.org/0000-0003-3783-7069" - title: "YOLO by Ultralytics" + title: "Ultralytics YOLO" version: 8.0.0 # doi: 10.5281/zenodo.3908559 # TODO date-released: 2023-1-10 diff --git a/README.md b/README.md index c60d93b301..7a98e32afe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + YOLO Vision banner

@@ -102,13 +102,14 @@ See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python) for more exa Ultralytics provides interactive notebooks for YOLOv8, covering training, validation, tracking, and more. Each notebook is paired with a [YouTube](https://youtube.com/ultralytics) tutorial, making it easy to learn and implement advanced YOLOv8 features. -| Docs | Notebook | YouTube | -| --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| YOLOv8 Train, Val, Predict and Export Modes | Open In Colab |
Ultralytics Youtube Video
| -| Ultralytics HUB QuickStart | Open In Colab |
Ultralytics Youtube Video
| -| YOLOv8 Multi-Object Tracking in Videos | Open In Colab |
Ultralytics Youtube Video
| -| YOLOv8 Object Counting in Videos | Open In Colab |
Ultralytics Youtube Video
| -| YOLOv8 Heatmaps in Videos | Open In Colab |
Ultralytics Youtube Video
| +| Docs | Notebook | YouTube | +| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| YOLOv8 Train, Val, Predict and Export Modes | Open In Colab |
Ultralytics Youtube Video
| +| Ultralytics HUB QuickStart | Open In Colab |
Ultralytics Youtube Video
| +| YOLOv8 Multi-Object Tracking in Videos | Open In Colab |
Ultralytics Youtube Video
| +| YOLOv8 Object Counting in Videos | Open In Colab |
Ultralytics Youtube Video
| +| YOLOv8 Heatmaps in Videos | Open In Colab |
Ultralytics Youtube Video
| +| Ultralytics Datasets Explorer with SQL and OpenAI Integration | Open In Colab | Coming Soon | ##
Models
diff --git a/README.zh-CN.md b/README.zh-CN.md index 5d9c542cef..f89b2bdb79 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,6 +1,6 @@

- + YOLO Vision banner

@@ -104,13 +104,14 @@ success = model.export(format="onnx") # 将模型导出为 ONNX 格式 Ultralytics 提供了 YOLOv8 的交互式笔记本,涵盖训练、验证、跟踪等内容。每个笔记本都配有 [YouTube](https://youtube.com/ultralytics) 教程,使学习和实现高级 YOLOv8 功能变得简单。 -| 文档 | 笔记本 | YouTube | -| ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| YOLOv8 训练、验证、预测和导出模式 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| -| Ultralytics HUB 快速开始 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| -| YOLOv8 视频中的多对象跟踪 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| -| YOLOv8 视频中的对象计数 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| -| YOLOv8 视频中的热图 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| 文档 | 笔记本 | YouTube | +| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| YOLOv8 训练、验证、预测和导出模式 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| Ultralytics HUB 快速开始 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| YOLOv8 视频中的多对象跟踪 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| YOLOv8 视频中的对象计数 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| YOLOv8 视频中的热图 | 在 Colab 中打开 |
Ultralytics Youtube 视频
| +| Ultralytics 数据集浏览器,集成 SQL 和 OpenAI | 在 Colab 中打开 | 即将推出 | ##
模型
diff --git a/docs/ar/index.md b/docs/ar/index.md index ab95a6abe5..fb4b4a7bd9 100644 --- a/docs/ar/index.md +++ b/docs/ar/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics، YOLOv8، كشف الكائنات، تجزئة الصور

- + Ultralytics YOLO banner

Ultralytics GitHub diff --git a/docs/de/index.md b/docs/de/index.md index a008082e7d..1dca159f33 100644 --- a/docs/de/index.md +++ b/docs/de/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, Objekterkennung, Bildsegmentierung, maschinelles

- + Ultralytics YOLO Banner

Ultralytics GitHub diff --git a/docs/en/datasets/explorer/api.md b/docs/en/datasets/explorer/api.md index ac5dfc456d..aa221b85a7 100644 --- a/docs/en/datasets/explorer/api.md +++ b/docs/en/datasets/explorer/api.md @@ -8,6 +8,7 @@ keywords: Ultralytics Explorer API, Dataset Exploration, SQL Queries, Vector Sim ## Introduction +Open In Colab The Explorer API is a Python API for exploring your datasets. It supports filtering and searching your dataset using SQL queries, vector similarity search and semantic search. ## Installation diff --git a/docs/en/datasets/explorer/explorer.ipynb b/docs/en/datasets/explorer/explorer.ipynb index 002cb2db22..79bb378dcd 100644 --- a/docs/en/datasets/explorer/explorer.ipynb +++ b/docs/en/datasets/explorer/explorer.ipynb @@ -44,7 +44,8 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install ultralytics\n", + "%pip install ultralytics[explorer] openai\n", + "import ultralytics\n", "ultralytics.checks()" ] }, diff --git a/docs/en/datasets/explorer/index.md b/docs/en/datasets/explorer/index.md index 162744ff32..e30ee231d8 100644 --- a/docs/en/datasets/explorer/index.md +++ b/docs/en/datasets/explorer/index.md @@ -10,10 +10,9 @@ keywords: Ultralytics Explorer, CV Dataset Tools, Semantic Search, SQL Dataset Q Screenshot 2024-01-08 at 7 19 48 PM (1)

+Open In Colab Ultralytics Explorer is a tool for exploring CV datasets using semantic search, SQL queries, vector similarity search and even using natural language. It is also a Python API for accessing the same functionality. - - ### Installation of optional dependencies Explorer depends on external libraries for some of its functionality. These are automatically installed on usage. To manually install these dependencies, use the following command: diff --git a/docs/en/index.md b/docs/en/index.md index e64fc8b405..ab951c2294 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, object detection, image segmentation, machine lea

- + Ultralytics YOLO banner

Ultralytics GitHub diff --git a/docs/es/index.md b/docs/es/index.md index df844586bc..e3759f8e9a 100644 --- a/docs/es/index.md +++ b/docs/es/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, detección de objetos, segmentación de imágenes

- + Banner de Ultralytics YOLO

GitHub de Ultralytics diff --git a/docs/fr/index.md b/docs/fr/index.md index dd8dcc1722..960c4e275e 100644 --- a/docs/fr/index.md +++ b/docs/fr/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, détection d'objets, segmentation d'images, appre

- + Bannière Ultralytics YOLO

GitHub Ultralytics diff --git a/docs/hi/index.md b/docs/hi/index.md index 89f296d0a7..bb6ce5c519 100644 --- a/docs/hi/index.md +++ b/docs/hi/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, वस्तु पता लगाना, छव

- + Ultralytics YOLO banner

Ultralytics GitHub diff --git a/docs/ja/index.md b/docs/ja/index.md index c66c3f9679..d5666d834a 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, オブジェクト検出, 画像セグメンテ

- + Ultralytics YOLOバナー

Ultralytics GitHub diff --git a/docs/ko/index.md b/docs/ko/index.md index 67d82a7b68..b747a3dbfe 100644 --- a/docs/ko/index.md +++ b/docs/ko/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, 객체 탐지, 이미지 분할, 기계 학습,

- + Ultralytics YOLO 배너

Ultralytics GitHub diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 64e2af64d7..bc295e48b5 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu robots: robots.txt diff --git a/docs/mkdocs_ar.yml b/docs/mkdocs_ar.yml index 966e1965bf..1184b87a05 100644 --- a/docs/mkdocs_ar.yml +++ b/docs/mkdocs_ar.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_de.yml b/docs/mkdocs_de.yml index c63c47d413..1b8070d081 100644 --- a/docs/mkdocs_de.yml +++ b/docs/mkdocs_de.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_es.yml b/docs/mkdocs_es.yml index ec29a506e6..9578246e93 100644 --- a/docs/mkdocs_es.yml +++ b/docs/mkdocs_es.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_fr.yml b/docs/mkdocs_fr.yml index 37f99d8105..35f31ac86d 100644 --- a/docs/mkdocs_fr.yml +++ b/docs/mkdocs_fr.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_hi.yml b/docs/mkdocs_hi.yml index 45314bb421..7744a87a81 100644 --- a/docs/mkdocs_hi.yml +++ b/docs/mkdocs_hi.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_ja.yml b/docs/mkdocs_ja.yml index 53bd90667b..3ebda30a94 100644 --- a/docs/mkdocs_ja.yml +++ b/docs/mkdocs_ja.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_ko.yml b/docs/mkdocs_ko.yml index 649bbc8db0..a05216005e 100644 --- a/docs/mkdocs_ko.yml +++ b/docs/mkdocs_ko.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_pt.yml b/docs/mkdocs_pt.yml index 724afabee9..f11cc79a2d 100644 --- a/docs/mkdocs_pt.yml +++ b/docs/mkdocs_pt.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_ru.yml b/docs/mkdocs_ru.yml index b097c13d87..f8b215dc4c 100644 --- a/docs/mkdocs_ru.yml +++ b/docs/mkdocs_ru.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/mkdocs_zh.yml b/docs/mkdocs_zh.yml index 393d74979d..4904eed635 100644 --- a/docs/mkdocs_zh.yml +++ b/docs/mkdocs_zh.yml @@ -64,7 +64,7 @@ theme: - content.tabs.link # all code tabs change simultaneously # Customization -copyright: © 2023 Ultralytics Inc. All rights reserved. +copyright: © 2024 Ultralytics Inc. All rights reserved. extra: # version: # provider: mike # version drop-down menu diff --git a/docs/overrides/stylesheets/style.css b/docs/overrides/stylesheets/style.css index 7fe3511b31..b5840560a2 100644 --- a/docs/overrides/stylesheets/style.css +++ b/docs/overrides/stylesheets/style.css @@ -47,4 +47,4 @@ div.highlight { /* Set language dropdown maximum height to screen height */ .md-header .md-select:hover .md-select__inner { max-height: 75vh; -} +} \ No newline at end of file diff --git a/docs/pt/index.md b/docs/pt/index.md index 3c9296ff22..85b5ec9cd2 100644 --- a/docs/pt/index.md +++ b/docs/pt/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, detecção de objetos, segmentação de imagens,

- + Banner Ultralytics YOLO

GitHub da Ultralytics diff --git a/docs/ru/index.md b/docs/ru/index.md index a4ccca11f6..dca5563cbd 100644 --- a/docs/ru/index.md +++ b/docs/ru/index.md @@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, обнаружение объектов, сегм

- + Ultralytics YOLO banner

GitHub Ultralytics diff --git a/docs/zh/index.md b/docs/zh/index.md index d7d58ded89..4065444188 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -8,7 +8,7 @@ keywords: Ultralytics, YOLOv8, 目标检测, 图像分割, 机器学习, 深度