From f951be0dc8a5ab68a4336252919b36dbccfff89a Mon Sep 17 00:00:00 2001 From: Daniil Pastukhov Date: Wed, 4 Oct 2023 02:57:33 +0200 Subject: [PATCH] Fix broken YOLO ultralytics links (#1161) - Fixed broken YOLO-ultralytics links that were referring to the format specifications on GitHub. The source files were apparently changed, thus links became invalid. --- docs/source/docs/data-formats/formats/index.rst | 4 ++-- docs/source/docs/data-formats/formats/yolo_ultralytics.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/docs/data-formats/formats/index.rst b/docs/source/docs/data-formats/formats/index.rst index 7d0af781c0..ab15e3c66f 100644 --- a/docs/source/docs/data-formats/formats/index.rst +++ b/docs/source/docs/data-formats/formats/index.rst @@ -224,8 +224,8 @@ Supported Data Formats * `Dataset example `_ * `Format documentation `_ * YOLO-Ultralytics (``bboxes``) - * `Format specification `_ - * `Dataset example `_ + * `Format specification `_ + * `Dataset example `_ * `Format documentation `_ Supported Annotation Types diff --git a/docs/source/docs/data-formats/formats/yolo_ultralytics.md b/docs/source/docs/data-formats/formats/yolo_ultralytics.md index fd6f7c6222..a550499bb6 100644 --- a/docs/source/docs/data-formats/formats/yolo_ultralytics.md +++ b/docs/source/docs/data-formats/formats/yolo_ultralytics.md @@ -2,7 +2,7 @@ ## Format specification -The YOLO-Ultralytics dataset format is used for [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com/). An example for this format is available [here](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/datasets/coco.yaml). This format shares the same annotation bounding box text file format with [YOLO](./yolo.md#bounding-box-annotation-text-file). However, it requires a YAML meta file where `train`, `val`, and `test` (optional) subsets are specified. +The YOLO-Ultralytics dataset format is used for [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com/). An example for this format is available [here](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml). This format shares the same annotation bounding box text file format with [YOLO](./yolo.md#bounding-box-annotation-text-file). However, it requires a YAML meta file where `train`, `val`, and `test` (optional) subsets are specified. Supported annotation types: - `Bounding boxes`