diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index a8f815c235..19b099ebcc 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -33,7 +33,7 @@ jobs: If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our [Tips for Best Training Results](https://docs.ultralytics.com/guides/model-training-tips/). Join the Ultralytics community where it suits you best. For real-time chat, head to [Discord](https://ultralytics.com/discord) 🎧. Prefer in-depth discussions? Check out [Discourse](https://community.ultralytics.com). Or dive into threads on our [Subreddit](https://reddit.com/r/ultralytics) to share knowledge with the community. - + ## Install Pip install the `ultralytics` package including all [requirements](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) in a [**Python>=3.8**](https://www.python.org/) environment with [**PyTorch>=1.8**](https://pytorch.org/get-started/locally/). diff --git a/.github/workflows/merge-main-into-prs.yml b/.github/workflows/merge-main-into-prs.yml index 328775a228..438967a967 100644 --- a/.github/workflows/merge-main-into-prs.yml +++ b/.github/workflows/merge-main-into-prs.yml @@ -35,7 +35,7 @@ jobs: g = Github(os.getenv('GITHUB_TOKEN')) repo = g.get_repo(os.getenv('GITHUB_REPOSITORY')) - + # Fetch the default branch name default_branch_name = repo.default_branch default_branch = repo.get_branch(default_branch_name) @@ -44,7 +44,7 @@ jobs: updated_branches = 0 up_to_date_branches = 0 errors = 0 - + for pr in repo.get_pulls(state='open', sort='created'): try: # Label PRs as popular for positive reactions diff --git a/README.md b/README.md index 975d3673f2..0505701dd8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Ultralytics Docker Pulls Ultralytics Discord Ultralytics Forums + Ultralytics Reddit
Run Ultralytics on Gradient Open Ultralytics In Colab diff --git a/README.zh-CN.md b/README.zh-CN.md index f719f71337..efa08597fe 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -12,6 +12,7 @@ Docker Pulls Discord Ultralytics Forums + Ultralytics Reddit
Run on Gradient Open In Colab diff --git a/docs/README.md b/docs/README.md index e983bac1b8..565a00105e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,8 +9,8 @@ [![Check Broken links](https://github.com/ultralytics/docs/actions/workflows/links.yml/badge.svg)](https://github.com/ultralytics/docs/actions/workflows/links.yml) [![Check Domains](https://github.com/ultralytics/docs/actions/workflows/check_domains.yml/badge.svg)](https://github.com/ultralytics/docs/actions/workflows/check_domains.yml) [![Ultralytics Actions](https://github.com/ultralytics/docs/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/docs/actions/workflows/format.yml) -[![Discord](https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue)](https://ultralytics.com/discord) -[![Forums](https://img.shields.io/discourse/users?server=https%3A%2F%2Fcommunity.ultralytics.com&logo=discourse&label=Forums&color=blue)](https://community.ultralytics.com) + +Discord Ultralytics Forums Ultralytics Reddit ## 🛠️ Installation diff --git a/docs/en/hub/index.md b/docs/en/hub/index.md index dbd583781f..17a1333f56 100644 --- a/docs/en/hub/index.md +++ b/docs/en/hub/index.md @@ -22,7 +22,7 @@ keywords: Ultralytics HUB, YOLO models, train YOLO, YOLOv5, YOLOv8, object detec

-CI CPU Open In Colab Discord Ultralytics Forums +CI CPU Open In Colab Discord Ultralytics Forums Ultralytics Reddit diff --git a/docs/en/index.md b/docs/en/index.md index 33e7871047..10baa4956a 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -24,6 +24,7 @@ keywords: Ultralytics, YOLOv8, object detection, image segmentation, deep learni Docker Pulls Discord Ultralytics Forums +Ultralytics Reddit
Run on Gradient Open In Colab diff --git a/examples/hub.ipynb b/examples/hub.ipynb index fc8daa3179..ee6f3cae60 100644 --- a/examples/hub.ipynb +++ b/examples/hub.ipynb @@ -13,11 +13,12 @@ "\n", "[中文](https://docs.ultralytics.com/zh/hub/) | [한국어](https://docs.ultralytics.com/ko/hub/) | [日本語](https://docs.ultralytics.com/ja/hub/) | [Русский](https://docs.ultralytics.com/ru/hub/) | [Deutsch](https://docs.ultralytics.com/de/hub/) | [Français](https://docs.ultralytics.com/fr/hub/) | [Español](https://docs.ultralytics.com/es/hub/) | [Português](https://docs.ultralytics.com/pt/hub/) | [Türkçe](https://docs.ultralytics.com/tr/hub/) | [Tiếng Việt](https://docs.ultralytics.com/vi/hub/) | [العربية](https://docs.ultralytics.com/ar/hub/)\n", "\n", - " \n", - " \"CI\n", - " \n", - " \"Open\n", + " \"CI\n", + " \"Open\n", + "\n", " \"Discord\"\n", + " \"Ultralytics\n", + " \"Ultralytics\n", "\n", "Welcome to the [Ultralytics](https://ultralytics.com/) HUB notebook!\n", "\n", diff --git a/examples/tutorial.ipynb b/examples/tutorial.ipynb index 649369c388..c83558cc17 100644 --- a/examples/tutorial.ipynb +++ b/examples/tutorial.ipynb @@ -31,7 +31,10 @@ " \"Run\n", " \"Open\n", " \"Open\n", + "\n", " \"Discord\"\n", + " \"Ultralytics\n", + " \"Ultralytics\n", "\n", "Welcome to the Ultralytics YOLOv8 🚀 notebook! YOLOv8 is the latest version of the YOLO (You Only Look Once) AI models developed by Ultralytics. This notebook serves as the starting point for exploring the various resources available to help you get started with YOLOv8 and understand its features and capabilities.\n", "\n",