riddhimanrana commited on
Commit
d601052
·
verified ·
1 Parent(s): 81cef57

Upload 5 files

Browse files
yolo11n.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Inputs" : {
3
+ "image" : {
4
+ "MLFeatureShortDescription" : "Input image"
5
+ },
6
+ "confidenceThreshold" : {
7
+ "MLFeatureShortDescription" : "(optional) Confidence threshold override (default: 0.25)"
8
+ },
9
+ "iouThreshold" : {
10
+ "MLFeatureShortDescription" : "(optional) IoU threshold override (default: 0.7)"
11
+ }
12
+ },
13
+ "Outputs" : {
14
+ "coordinates" : {
15
+ "MLFeatureShortDescription" : "Boxes × [x, y, width, height] (relative to image size)"
16
+ },
17
+ "confidence" : {
18
+ "MLFeatureShortDescription" : "Boxes × Class confidence (see user-defined metadata \"classes\")"
19
+ }
20
+ },
21
+ "TrainingInputs" : {
22
+
23
+ },
24
+ "States" : {
25
+
26
+ }
27
+ }
yolo11n.mlpackage/Data/com.apple.CoreML/Metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MLModelVersionStringKey" : "8.3.154",
3
+ "MLModelDescriptionKey" : "Ultralytics YOLO11n model trained on \/usr\/src\/ultralytics\/ultralytics\/cfg\/datasets\/coco.yaml",
4
+ "MLModelCreatorDefinedKey" : {
5
+ "stride" : "32",
6
+ "Confidence threshold" : "0.25",
7
+ "IoU threshold" : "0.7",
8
+ "docs" : "https:\/\/docs.ultralytics.com",
9
+ "task" : "detect",
10
+ "channels" : "3",
11
+ "imgsz" : "[640, 640]",
12
+ "date" : "2025-06-12T17:07:24.374171",
13
+ "batch" : "1",
14
+ "args" : "{'batch': 1, 'half': False, 'int8': False, 'nms': True}",
15
+ "names" : "{0: 'person', 1: 'bicycle', 2: 'car', 3: 'motorcycle', 4: 'airplane', 5: 'bus', 6: 'train', 7: 'truck', 8: 'boat', 9: 'traffic light', 10: 'fire hydrant', 11: 'stop sign', 12: 'parking meter', 13: 'bench', 14: 'bird', 15: 'cat', 16: 'dog', 17: 'horse', 18: 'sheep', 19: 'cow', 20: 'elephant', 21: 'bear', 22: 'zebra', 23: 'giraffe', 24: 'backpack', 25: 'umbrella', 26: 'handbag', 27: 'tie', 28: 'suitcase', 29: 'frisbee', 30: 'skis', 31: 'snowboard', 32: 'sports ball', 33: 'kite', 34: 'baseball bat', 35: 'baseball glove', 36: 'skateboard', 37: 'surfboard', 38: 'tennis racket', 39: 'bottle', 40: 'wine glass', 41: 'cup', 42: 'fork', 43: 'knife', 44: 'spoon', 45: 'bowl', 46: 'banana', 47: 'apple', 48: 'sandwich', 49: 'orange', 50: 'broccoli', 51: 'carrot', 52: 'hot dog', 53: 'pizza', 54: 'donut', 55: 'cake', 56: 'chair', 57: 'couch', 58: 'potted plant', 59: 'bed', 60: 'dining table', 61: 'toilet', 62: 'tv', 63: 'laptop', 64: 'mouse', 65: 'remote', 66: 'keyboard', 67: 'cell phone', 68: 'microwave', 69: 'oven', 70: 'toaster', 71: 'sink', 72: 'refrigerator', 73: 'book', 74: 'clock', 75: 'vase', 76: 'scissors', 77: 'teddy bear', 78: 'hair drier', 79: 'toothbrush'}"
16
+ },
17
+ "MLModelAuthorKey" : "Ultralytics",
18
+ "MLModelLicenseKey" : "AGPL-3.0 License (https:\/\/ultralytics.com\/license)"
19
+ }
yolo11n.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e2e4cb7fdbb3c066ccaef20116a8809658deddedb2e1185dcd06ced0000b6f
3
+ size 165593
yolo11n.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d291ffef8e23d2d944ef6c17470d83b157f5d3300fad742a1a27af1bad7adc4f
3
+ size 5294880
yolo11n.mlpackage/Manifest.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0F39475E-174F-48F6-A58C-FDBB608E734E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "6DB54C99-E1B8-4152-BFC3-E6DAB5F5B661": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "External FeatureDescription Overlay",
13
+ "name": "FeatureDescriptions.json",
14
+ "path": "com.apple.CoreML/FeatureDescriptions.json"
15
+ },
16
+ "6EF567FB-1DA4-444E-B4A7-AB0685BD390E": {
17
+ "author": "com.apple.CoreML",
18
+ "description": "CoreML Model Specification",
19
+ "name": "model.mlmodel",
20
+ "path": "com.apple.CoreML/model.mlmodel"
21
+ },
22
+ "75A93951-6B85-4BDF-9FFE-60DB8B3A798A": {
23
+ "author": "com.apple.CoreML",
24
+ "description": "External Metadata Overlay",
25
+ "name": "Metadata.json",
26
+ "path": "com.apple.CoreML/Metadata.json"
27
+ }
28
+ },
29
+ "rootModelIdentifier": "6EF567FB-1DA4-444E-B4A7-AB0685BD390E"
30
+ }