From 4aaa1b0f0a828b3ff6ab85b702960213b761d1e9 Mon Sep 17 00:00:00 2001 From: Jan Knobloch <116908874+jk4e@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:01:17 +0200 Subject: [PATCH] Fix `NEW` labeling for more consistency in docs (#16674) Co-authored-by: UltralyticsAssistant Co-authored-by: Glenn Jocher --- docs/en/datasets/index.md | 2 +- docs/en/index.md | 4 ++-- docs/en/models/index.md | 2 +- mkdocs.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/datasets/index.md b/docs/en/datasets/index.md index a53d2040d..0ca1f0a92 100644 --- a/docs/en/datasets/index.md +++ b/docs/en/datasets/index.md @@ -19,7 +19,7 @@ Ultralytics provides support for various datasets to facilitate computer vision Watch: Ultralytics Datasets Overview

-## NEW 🚀 Ultralytics Explorer +## Ultralytics Explorer 🚀 NEW Create [embeddings](https://www.ultralytics.com/glossary/embeddings) for your dataset, search for similar images, run SQL queries, perform semantic search and even search using natural language! You can get started with our GUI app or build your own using the API. Learn more [here](explorer/index.md). diff --git a/docs/en/index.md b/docs/en/index.md index 45c5dab7d..73ac1cd07 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -58,7 +58,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde - **Predict** new images and videos with YOLO   [:octicons-image-16: Predict on Images](modes/predict.md){ .md-button } - **Train** a new YOLO model on your own custom dataset   [:fontawesome-solid-brain: Train a Model](modes/train.md){ .md-button } - **Tasks** YOLO tasks like segment, classify, pose and track   [:material-magnify-expand: Explore Tasks](tasks/index.md){ .md-button } -- **[YOLO11](models/yolo11.md) NEW 🚀**: Ultralytics' latest SOTA models   [:material-magnify-expand: Explore new YOLO11 models](models/yolo11.md){ .md-button } +- **[YOLO11](models/yolo11.md) 🚀 NEW**: Ultralytics' latest SOTA models   [:material-magnify-expand: Explore new YOLO11 models](models/yolo11.md){ .md-button }


@@ -84,7 +84,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde - [YOLOv8](https://github.com/ultralytics/ultralytics) released in 2023 by Ultralytics. YOLOv8 introduced new features and improvements for enhanced performance, flexibility, and efficiency, supporting a full range of vision AI tasks, - [YOLOv9](models/yolov9.md) introduces innovative methods like Programmable Gradient Information (PGI) and the Generalized Efficient Layer Aggregation Network (GELAN). - [YOLOv10](models/yolov10.md) is created by researchers from [Tsinghua University](https://www.tsinghua.edu.cn/en/) using the [Ultralytics](https://www.ultralytics.com/) [Python package](https://pypi.org/project/ultralytics/). This version provides real-time [object detection](tasks/detect.md) advancements by introducing an End-to-End head that eliminates Non-Maximum Suppression (NMS) requirements. -- **[YOLO11](models/yolo11.md) NEW 🚀**: Ultralytics' latest YOLO models delivering state-of-the-art (SOTA) performance across multiple tasks, including [detection](tasks/detect.md), [segmentation](tasks/segment.md), [pose estimation](tasks/pose.md), [tracking](modes/track.md), and [classification](tasks/classify.md), leverage capabilities across diverse AI applications and domains. +- **[YOLO11](models/yolo11.md) 🚀 NEW**: Ultralytics' latest YOLO models delivering state-of-the-art (SOTA) performance across multiple tasks, including [detection](tasks/detect.md), [segmentation](tasks/segment.md), [pose estimation](tasks/pose.md), [tracking](modes/track.md), and [classification](tasks/classify.md), leverage capabilities across diverse AI applications and domains. ## YOLO Licenses: How is Ultralytics YOLO licensed? diff --git a/docs/en/models/index.md b/docs/en/models/index.md index 6fb1819a3..5e9d07f3d 100644 --- a/docs/en/models/index.md +++ b/docs/en/models/index.md @@ -22,7 +22,7 @@ Here are some of the key models supported: 6. **[YOLOv8](yolov8.md)**: The latest version of the YOLO family, featuring enhanced capabilities such as [instance segmentation](https://www.ultralytics.com/glossary/instance-segmentation), pose/keypoints estimation, and classification. 7. **[YOLOv9](yolov9.md)**: An experimental model trained on the Ultralytics [YOLOv5](yolov5.md) codebase implementing Programmable Gradient Information (PGI). 8. **[YOLOv10](yolov10.md)**: By Tsinghua University, featuring NMS-free training and efficiency-accuracy driven architecture, delivering state-of-the-art performance and latency. -9. **[YOLO11](yolo11.md) NEW 🚀**: Ultralytics' latest YOLO models delivering state-of-the-art (SOTA) performance across multiple tasks. +9. **[YOLO11](yolo11.md) 🚀 NEW**: Ultralytics' latest YOLO models delivering state-of-the-art (SOTA) performance across multiple tasks. 10. **[Segment Anything Model (SAM)](sam.md)**: Meta's original Segment Anything Model (SAM). 11. **[Segment Anything Model 2 (SAM2)](sam-2.md)**: The next generation of Meta's Segment Anything Model (SAM) for videos and images. 12. **[Mobile Segment Anything Model (MobileSAM)](mobile-sam.md)**: MobileSAM for mobile applications, by Kyung Hee University. diff --git a/mkdocs.yml b/mkdocs.yml index f3e7d9d10..5720b1679 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -164,7 +164,7 @@ nav: - guides/index.md - Explorer: - datasets/explorer/index.md - - NEW 🚀 Live Inference: guides/streamlit-live-inference.md # for promotion of new pages + - Live Inference 🚀 NEW: guides/streamlit-live-inference.md # for promotion of new pages - Languages: - đŸ‡Ŧ🇧  English: https://ultralytics.com/docs/ - 🇨đŸ‡ŗ  įŽ€äŊ“中文: https://docs.ultralytics.com/zh/ @@ -251,7 +251,7 @@ nav: - YOLOv8: models/yolov8.md - YOLOv9: models/yolov9.md - YOLOv10: models/yolov10.md - - NEW 🚀 YOLO11: models/yolo11.md + - YOLO11 🚀 NEW: models/yolo11.md - SAM (Segment Anything Model): models/sam.md - SAM 2 (Segment Anything Model 2): models/sam-2.md - MobileSAM (Mobile Segment Anything Model): models/mobile-sam.md @@ -314,7 +314,7 @@ nav: - DOTA8: datasets/obb/dota8.md - Multi-Object Tracking: - datasets/track/index.md - - NEW 🚀 Solutions: + - Solutions 🚀 NEW: - solutions/index.md - Analytics: guides/analytics.md - Object Counting: guides/object-counting.md @@ -330,7 +330,7 @@ nav: - Distance Calculation: guides/distance-calculation.md - Queue Management: guides/queue-management.md - Parking Management: guides/parking-management.md - - NEW 🚀 Live Inference: guides/streamlit-live-inference.md + - Live Inference 🚀 NEW: guides/streamlit-live-inference.md - Guides: - guides/index.md - YOLO Common Issues: guides/yolo-common-issues.md