From f7951d102e8f5248a29296686934d87aaeb42506 Mon Sep 17 00:00:00 2001 From: Burhan <62214284+Burhan-Q@users.noreply.github.com> Date: Wed, 15 May 2024 13:41:05 -0400 Subject: [PATCH 1/2] Ultralytics citation Changes to `mmyolo/configs/yolov8/README.md` - added missing citation - included link to Ultralytics YOLOv8 model page - included link to Ultralytics repository --- configs/yolov8/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/configs/yolov8/README.md b/configs/yolov8/README.md index 766aa9916..7ab838fc0 100644 --- a/configs/yolov8/README.md +++ b/configs/yolov8/README.md @@ -4,7 +4,7 @@ ## Abstract -Ultralytics YOLOv8, developed by Ultralytics, is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection, image segmentation and image classification tasks. +Ultralytics [YOLOv8](https://docs.ultralytics.com/models/yolov8/), developed by [Ultralytics](https://github.com/ultralytics/ultralytics), is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection, image segmentation and image classification tasks.
@@ -43,3 +43,14 @@ YOLOv8-P5 model structure 6. `TTA` means that Test Time Augmentation. It's perform 3 multi-scaling transformations on the image, followed by 2 flipping transformations (flipping and not flipping). You only need to specify `--tta` when testing to enable. see [TTA](https://github.com/open-mmlab/mmyolo/blob/dev/docs/en/common_usage/tta.md) for details. ## Citation +```bibtex +@software{yolov8_ultralytics, + author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu}, + title = {Ultralytics YOLOv8}, + version = {8.0.0}, + year = {2023}, + url = {https://github.com/ultralytics/ultralytics}, + orcid = {0000-0001-5950-6979, 0000-0002-7603-6750, 0000-0003-3783-7069}, + license = {AGPL-3.0} +} +``` From 386076e40e164d04cf142cc235b7cbef51ab8220 Mon Sep 17 00:00:00 2001 From: Burhan <62214284+Burhan-Q@users.noreply.github.com> Date: Wed, 15 May 2024 13:55:23 -0400 Subject: [PATCH 2/2] include new line under header --- configs/yolov8/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/yolov8/README.md b/configs/yolov8/README.md index 7ab838fc0..9cc815f05 100644 --- a/configs/yolov8/README.md +++ b/configs/yolov8/README.md @@ -43,6 +43,7 @@ YOLOv8-P5 model structure 6. `TTA` means that Test Time Augmentation. It's perform 3 multi-scaling transformations on the image, followed by 2 flipping transformations (flipping and not flipping). You only need to specify `--tta` when testing to enable. see [TTA](https://github.com/open-mmlab/mmyolo/blob/dev/docs/en/common_usage/tta.md) for details. ## Citation + ```bibtex @software{yolov8_ultralytics, author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},