From 1130419553daf8603c6e7c7ed6e80f5659e8ff2e Mon Sep 17 00:00:00 2001 From: falibabaei <66964597+falibabaei@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:27:27 +0200 Subject: [PATCH] Update ai4-metadata.yml --- ai4-metadata.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ai4-metadata.yml b/ai4-metadata.yml index cfba2d7..90e9a68 100644 --- a/ai4-metadata.yml +++ b/ai4-metadata.yml @@ -4,6 +4,7 @@ summary: Object detection using YoloV8 model description: |- Ultralytics YOLOv8 represents the forefront of object detection (segmentation/classification) models incorporating advancements from prior YOLO iterations while introducing novel features to enhance performance and versatility. YOLOv8 prioritizes speed, precision, and user-friendliness, positioning itself as an exceptional solution across diverse tasks such as object detection, oriented bounding boxes detection, tracking, instance segmentation, and" " image classification. Its refined architecture and innovations make it an ideal choice for cutting-edge applications in the field of computer vision. + **NOTE**: Among the training arguments, there are options related to augmentation, such as flipping, scaling, etc. The default values are set to automatically activate some of these options during training. If you want to disable augmentation entirely or partially, please review the default values and adjust them accordingly to deactivate the desired augmentations. **References** [1] Jocher, G., Chaurasia, A., & Qiu, J. (2023). YOLO by Ultralytics (Version 8.0.0) [Computer software]. https://github.com/ultralytics/ultralytics [2] https://docs.ultralytics.com