From dfaf7a4912ad6dc4b3a370b201365a8eddb0dd1c Mon Sep 17 00:00:00 2001 From: The TensorFlow Datasets Authors Date: Tue, 29 Jul 2025 08:19:34 -0700 Subject: [PATCH] Fixing a minor typo. PiperOrigin-RevId: 788462718 --- docs/catalog/coco.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/catalog/coco.md b/docs/catalog/coco.md index 8e1837720de..8445a6cbdab 100644 --- a/docs/catalog/coco.md +++ b/docs/catalog/coco.md @@ -19,8 +19,8 @@ COCO is a large-scale object detection, segmentation, and captioning dataset. Note: * Some images from the train and validation sets don't have annotations. * Coco 2014 and 2017 uses the same images, but different train/val/test splits * The test split don't have any annotations (only images). * Coco defines 91 -classes but the data only uses 80 classes. * Panotptic annotations defines -defines 200 classes but only uses 133. +classes but the data only uses 80 classes. * Panoptic annotations define 200 +classes but only use 133. * **Additional Documentation**: