Skip to content

Commit 75926c7

Browse files
authored
Merge pull request #2 from ai4os-hub/metadata-migration-2
Migrate metadata from V1 to V2
2 parents 9a6e265 + 0b60371 commit 75926c7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ai4-metadata.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
metadata_version: 2.0.0
2+
title: YoloV8 model
3+
summary: Object detection using YoloV8 model
4+
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.\n" "**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.\n" "**References**\n" "[1] Jocher, G., Chaurasia, A., & Qiu, J. (2023). YOLO by Ultralytics (Version 8.0.0) [Computer software]. https://github.com/ultralytics/ultralytics\n" "[2] https://docs.ultralytics.com/\n" "[3] Redmon, J., et al., You Only Look Once: Unified, Real-Time Object Detection, 2015, https://arxiv.org/abs/1506.02640 [cs.CV]"'
5+
dates:
6+
created: '2023-08-09'
7+
updated: '2024-08-19'
8+
links:
9+
source_code: https://github.com/ai4os-hub/ai4os-yolov8-torch
10+
docker_image: ai4oshub/ai4os-yolov8-torch
11+
ai4_template: ai4-template/1.9.9
12+
tags:
13+
- docker
14+
- api-v2
15+
- pytorch
16+
- object detection
17+
- trainable
18+
- inference
19+
- pre-trained
20+
- image
21+
- video
22+
- general purpose
23+
tasks: []
24+
categories: []
25+
libraries:
26+
- Pytorch

0 commit comments

Comments
 (0)