From c4315b27fe4ff65ac8e12b937553421ead5a8d87 Mon Sep 17 00:00:00 2001 From: Murat Raimbekov Date: Wed, 15 Apr 2026 15:49:00 +0600 Subject: [PATCH] Clarify tt100k uses 221 annotation categories with 45 trainable classes (#24234) Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com> --- docs/en/datasets/detect/tt100k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/datasets/detect/tt100k.md b/docs/en/datasets/detect/tt100k.md index 4fbeaf9860..f672af7c69 100644 --- a/docs/en/datasets/detect/tt100k.md +++ b/docs/en/datasets/detect/tt100k.md @@ -8,7 +8,7 @@ keywords: TT100K, Tsinghua-Tencent 100K, traffic sign detection, YOLO26, dataset The [Tsinghua-Tencent 100K (TT100K)](https://cg.cs.tsinghua.edu.cn/traffic-sign/) is a large-scale traffic sign benchmark dataset created from 100,000 Tencent Street View panoramas. This dataset is specifically designed for traffic sign detection and classification in real-world conditions, providing researchers and developers with a comprehensive resource for building robust traffic sign recognition systems. -The dataset contains **100,000 images** with over **30,000 traffic sign instances** across **221 different categories**. These images capture large variations in illuminance, weather conditions, viewing angles, and distances, making it ideal for training models that need to perform reliably in diverse real-world scenarios. +The dataset contains **100,000 images** with over **30,000 traffic sign instances** across **221 annotation categories**. The original paper applies a 100-instance threshold per class for supervised training, yielding a commonly used **45-class** subset; however, the provided Ultralytics dataset configuration retains all **221 annotated categories**, many of which are very sparse. These images capture large variations in illuminance, weather conditions, viewing angles, and distances, making it ideal for training models that need to perform reliably in diverse real-world scenarios. This dataset is particularly valuable for: