Skip to content

Commit

Permalink
Fix broken YOLO ultralytics links (openvinotoolkit#1161)
Browse files Browse the repository at this point in the history
- Fixed broken YOLO-ultralytics links that were referring to the format
specifications on GitHub. The source files were apparently changed, thus
links became invalid.
  • Loading branch information
daniilpastukhov authored Oct 4, 2023
1 parent a93baab commit f951be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/docs/data-formats/formats/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ Supported Data Formats
* `Dataset example <https://github.com/openvinotoolkit/datumaro/tree/develop/tests/assets/yolo_dataset>`_
* `Format documentation <yolo.md>`_
* YOLO-Ultralytics (``bboxes``)
* `Format specification <https://github.com/ultralytics/ultralytics/blob/main/ultralytics/datasets/coco.yaml>`_
* `Dataset example <https://github.com/ultralytics/ultralytics/blob/main/ultralytics/datasets/coco.yaml>`_
* `Format specification <https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml>`_
* `Dataset example <https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml>`_
* `Format documentation <yolo_ultralytics.md>`_

Supported Annotation Types
Expand Down
2 changes: 1 addition & 1 deletion docs/source/docs/data-formats/formats/yolo_ultralytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f951be0

Please sign in to comment.