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
@@ -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