From 79bb931e7443518271314835666eaf9276d10497 Mon Sep 17 00:00:00 2001 From: Ivor Zhu <130829914+IvorZhu331@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:18:07 -0400 Subject: [PATCH] Update example dataset visual (#9559) Co-authored-by: Glenn Jocher --- docs/en/datasets/detect/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/datasets/detect/index.md b/docs/en/datasets/detect/index.md index 2342d553..1e11c185 100644 --- a/docs/en/datasets/detect/index.md +++ b/docs/en/datasets/detect/index.md @@ -40,9 +40,10 @@ The label file corresponding to the above image contains 2 persons (class `0`) a

Example label file

-When using the Ultralytics YOLO format, organize your training and validation images and labels as shown in the example below. +When using the Ultralytics YOLO format, organize your training and validation images and labels as shown in the [COCO8 dataset](coco8.md) example below. + +

Example dataset directory structure

-

Example dataset directory structure

## Usage