-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pytorch] Adds Yolov11 model to model zoo (#3516)
- Loading branch information
Showing
12 changed files
with
266 additions
and
12 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/yolo11n-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": "yolo11n-seg", | ||
"name": "yolo11n seg", | ||
"description": "yolo11n 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": "yolo11n-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/yolo11n-seg.zip", | ||
"sha1Hash": "981707febd20985b4131410498c36696bb5d442e", | ||
"name": "", | ||
"size": 10181964 | ||
} | ||
} | ||
} | ||
] | ||
} |
40 changes: 40 additions & 0 deletions
40
.../test/resources/mlrepo/model/cv/object_detection/ai/djl/onnxruntime/yolo11n/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/object_detection", | ||
"groupId": "ai.djl.onnxruntime", | ||
"artifactId": "yolo11n", | ||
"name": "yolo11n", | ||
"description": "Yolo11n Object Detection", | ||
"website": "http://www.djl.ai/engines/onnxruntime/model-zoo", | ||
"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": "yolo11n", | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"rescale": true, | ||
"optApplyRatio": true, | ||
"threshold": 0.6, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloV8TranslatorFactory" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolo11n.zip", | ||
"name": "", | ||
"sha1Hash": "e2b16662393be2ae7ae41c641ebdb1c919675878", | ||
"size": 9318872 | ||
} | ||
} | ||
} | ||
] | ||
} |
40 changes: 40 additions & 0 deletions
40
...st/resources/mlrepo/model/cv/pose_estimation/ai/djl/onnxruntime/yolo11-pose/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/pose_estimation", | ||
"groupId": "ai.djl.onnxruntime", | ||
"artifactId": "yolo11n-pose", | ||
"name": "yolo11n pose", | ||
"description": "yolo11n Pose Estimation", | ||
"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": "yolo11n-pose", | ||
"properties": { | ||
}, | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"threshold": 0.25, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloPoseTranslatorFactory" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolo11n-pose.zip", | ||
"sha1Hash": "3206acb87f1a8a69eeca017639376b7549ae1e92", | ||
"name": "", | ||
"size": 10176054 | ||
} | ||
} | ||
} | ||
] | ||
} |
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
43 changes: 43 additions & 0 deletions
43
.../resources/mlrepo/model/cv/instance_segmentation/ai/djl/pytorch/yolo11n-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,43 @@ | ||
{ | ||
"metadataVersion": "0.2", | ||
"resourceType": "model", | ||
"application": "cv/instance_segmentation", | ||
"groupId": "ai.djl.pytorch", | ||
"artifactId": "yolo11n-seg", | ||
"name": "yolo11n seg", | ||
"description": "yolo11n Instance Segmentation", | ||
"website": "http://www.djl.ai/engines/pytorch/pytorch-model-zoo", | ||
"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": "yolo11n-seg", | ||
"properties": { | ||
}, | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"threshold": 0.25, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloSegmentationTranslatorFactory" | ||
}, | ||
"options": { | ||
"mapLocation": "true" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolo11n-seg.zip", | ||
"sha1Hash": "22a1d6a33fb9a5da738d04fc82c2faab8104ecc7", | ||
"name": "", | ||
"size": 10380298 | ||
} | ||
} | ||
} | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
.../src/test/resources/mlrepo/model/cv/object_detection/ai/djl/pytorch/yolo11n/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,43 @@ | ||
{ | ||
"metadataVersion": "0.2", | ||
"resourceType": "model", | ||
"application": "cv/object_detection", | ||
"groupId": "ai.djl.pytorch", | ||
"artifactId": "yolo11n", | ||
"name": "yolo11n", | ||
"description": "Yolo11n Object Detection", | ||
"website": "http://www.djl.ai/engines/onnxruntime/model-zoo", | ||
"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": "yolo11n", | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"rescale": true, | ||
"optApplyRatio": true, | ||
"threshold": 0.6, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloV8TranslatorFactory" | ||
}, | ||
"options": { | ||
"mapLocation": "true" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolo11n.zip", | ||
"name": "", | ||
"sha1Hash": "5af1900a48422b91d585bf096b1a03da310e6ed3", | ||
"size": 9499137 | ||
} | ||
} | ||
} | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
.../test/resources/mlrepo/model/cv/pose_estimation/ai/djl/pytorch/yolo11n-pose/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,43 @@ | ||
{ | ||
"metadataVersion": "0.2", | ||
"resourceType": "model", | ||
"application": "cv/pose_estimation", | ||
"groupId": "ai.djl.pytorch", | ||
"artifactId": "yolo11n-pose", | ||
"name": "yolo11n pose", | ||
"description": "yolo11n Pose Estimation", | ||
"website": "http://www.djl.ai/engines/pytorch/pytorch-model-zoo", | ||
"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": "yolo11n-pose", | ||
"properties": { | ||
}, | ||
"arguments": { | ||
"width": 640, | ||
"height": 640, | ||
"resize": true, | ||
"threshold": 0.25, | ||
"translatorFactory": "ai.djl.modality.cv.translator.YoloPoseTranslatorFactory" | ||
}, | ||
"options": { | ||
"mapLocation": "true" | ||
}, | ||
"files": { | ||
"model": { | ||
"uri": "0.0.1/yolo11n-pose.zip", | ||
"sha1Hash": "73fda7970f476d19a8daf4d0827caeaa2f203487", | ||
"name": "", | ||
"size": 10371051 | ||
} | ||
} | ||
} | ||
] | ||
} |
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
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
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
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