From 314432b35a2be14e86cdb15f7550213eaaf5875a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 22 Feb 2024 21:03:06 +0100 Subject: [PATCH] Add HUB links (#585) --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- hub.ipynb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb65255..14efd74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

@@ -40,7 +40,7 @@ Ultralytics HUB datasets align with the format used by [YOLOv5](https://github.c ### Dataset Preparation: -Ensure that the YAML file describing your dataset is placed in the root directory of your dataset, as illustrated below. Once in place, zip the directory for uploading to [Ultralytics HUB](https://hub.ultralytics.com/). The dataset YAML, its directory, and the zip file should all bear the identical name. +Ensure that the YAML file describing your dataset is placed in the root directory of your dataset, as illustrated below. Once in place, zip the directory for uploading to [Ultralytics HUB](https://bit.ly/ultralytics_hub/). The dataset YAML, its directory, and the zip file should all bear the identical name. For instance, with a dataset named 'coco8', as shown in [ultralytics/hub/example_datasets/coco8.zip](./example_datasets/coco8.zip), include a `coco8.yaml` within the `coco8/` directory. Zip this to form `coco8.zip` for upload with the command: diff --git a/README.zh-CN.md b/README.zh-CN.md index 529d493..efd17d7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,6 +1,6 @@

- +

@@ -23,7 +23,7 @@ Ultralytics HUB 数据集与 [YOLOv5](https://github.com/ultralytics/yolov5) 和 ### 数据集准备: -确保将描述您的数据集的 YAML 文件放在数据集的根目录下,如下所示。放置好后,将目录压缩以上传到 [Ultralytics HUB](https://hub.ultralytics.com/)。数据集 YAML、其目录和 zip 文件应该全部具有相同的名称。 +确保将描述您的数据集的 YAML 文件放在数据集的根目录下,如下所示。放置好后,将目录压缩以上传到 [Ultralytics HUB](https://bit.ly/ultralytics_hub/)。数据集 YAML、其目录和 zip 文件应该全部具有相同的名称。 例如,对于名为 'coco8' 的数据集,如 [ultralytics/hub/example_datasets/coco8.zip](./example_datasets/coco8.zip) 所示,包含一个 `coco8.yaml` 文件在 `coco8/` 目录中。将其压缩成 `coco8.zip` 以使用以下命令上传: diff --git a/hub.ipynb b/hub.ipynb index 29d8ff1..33d69ca 100644 --- a/hub.ipynb +++ b/hub.ipynb @@ -22,7 +22,7 @@ "id": "FIzICjaph_Wy" }, "source": [ - "\n", + "\n", "\n", "\n", "
\n",