From ab364c984b9fdace147fcde339ae4afccc31b642 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 22 Jun 2024 13:17:45 +0200 Subject: [PATCH] Fix HUB link https://ultralytics.com/hub (#13120) Refactor code for speed and clarity --- README.md | 10 +++++----- README.zh-CN.md | 10 +++++----- tutorial.ipynb | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 707f051985a3..e59d57889ced 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To request an Enterprise License please complete the form at [Ultralytics Licens Ultralytics TikTok - Ultralytics Instagram + Ultralytics BiliBili Ultralytics Discord @@ -166,7 +166,7 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml - ##
Integrations

- +

@@ -191,9 +191,9 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml - ##
Ultralytics HUB
-Experience seamless AI with [Ultralytics HUB](https://bit.ly/ultralytics_hub) ⭐, the all-in-one solution for data visualization, YOLOv5 and YOLOv8 🚀 model training and deployment, without any coding. Transform images into actionable insights and bring your AI visions to life with ease using our cutting-edge platform and user-friendly [Ultralytics App](https://ultralytics.com/app_install). Start your journey for **Free** now! +Experience seamless AI with [Ultralytics HUB](https://ultralytics.com/hub) ⭐, the all-in-one solution for data visualization, YOLOv5 and YOLOv8 🚀 model training and deployment, without any coding. Transform images into actionable insights and bring your AI visions to life with ease using our cutting-edge platform and user-friendly [Ultralytics App](https://ultralytics.com/app_install). Start your journey for **Free** now! - + ##
Why YOLOv5
@@ -464,7 +464,7 @@ For YOLOv5 bug reports and feature requests please visit [GitHub Issues](https:/ Ultralytics TikTok - Ultralytics Instagram + Ultralytics BiliBili Ultralytics Discord diff --git a/README.zh-CN.md b/README.zh-CN.md index 99ecf07b0a54..338b9ca689b6 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -38,7 +38,7 @@ YOLOv5 🚀 是世界上最受欢迎的视觉 AI,代表 Ultralytics TikTok - Ultralytics Instagram + Ultralytics BiliBili Ultralytics Discord @@ -164,7 +164,7 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml - ##
模块集成

- +

@@ -189,9 +189,9 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml - ##
Ultralytics HUB
-[Ultralytics HUB](https://bit.ly/ultralytics_hub) 是我们的⭐**新的**用于可视化数据集、训练 YOLOv5 🚀 模型并以无缝体验部署到现实世界的无代码解决方案。现在开始 **免费** 使用他! +[Ultralytics HUB](https://ultralytics.com/hub) 是我们的⭐**新的**用于可视化数据集、训练 YOLOv5 🚀 模型并以无缝体验部署到现实世界的无代码解决方案。现在开始 **免费** 使用他! - + ##
为什么选择 YOLOv5
@@ -463,7 +463,7 @@ Ultralytics 提供两种许可证选项以适应各种使用场景: Ultralytics TikTok - Ultralytics Instagram + Ultralytics BiliBili Ultralytics Discord diff --git a/tutorial.ipynb b/tutorial.ipynb index 1657c67965b0..d7953a06599f 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -253,7 +253,7 @@ "source": [ "# 3. Train\n", "\n", - "

\n", + "

\n", "Close the active learning loop by sampling images from your inference conditions with the `roboflow` pip package\n", "

\n", "\n",