-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[onnxruntime] Adds yolov8n-seg model to onnxruntime model zoo (#3310)
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
...ources/mlrepo/model/cv/instance_segmentation/ai/djl/onnxruntime/yolov8n-seg/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"metadataVersion": "0.2", | ||
"resourceType": "model", | ||
"application": "cv/instance_segmentation", | ||
"groupId": "ai.djl.onnxruntime", | ||
"artifactId": "yolov8n-seg", | ||
"name": "Yolov8n seg", | ||
"description": "Yolov8n Instance Segmentation", | ||
"website": "http://www.djl.ai/engines/onnxruntime/onnxruntime-engine", | ||
"licenses": { | ||
"license": { | ||
"name": "The Apache License, Version 2.0", | ||
"url": "https://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"version": "0.0.1", | ||
"snapshot": false, | ||
"name": "yolov8n-seg", | ||
"properties": { | ||
}, | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"threshold": 0.25, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloSegmentationTranslatorFactory" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolov8n-seg.zip", | ||
"sha1Hash": "dd7411362de950dcce003ecca847fd591757a364", | ||
"name": "", | ||
"size": 11913575 | ||
} | ||
} | ||
} | ||
] | ||
} |