Update version to 2.0
Browse files- .DS_Store +0 -0
- DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF16.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF16INT8.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF16P4.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF16P6.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF16P8.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF32.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF32INT8.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF32P4.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF32P6.mlpackage/Manifest.json +12 -0
- DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
- DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
- DepthAnythingV2SmallF32P8.mlpackage/Manifest.json +12 -0
.DS_Store
ADDED
Binary file (10.2 kB). View file
|
|
DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF16.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 399433
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7367435474d0ab9ed0d073250217ae69bb64bcd6d5db1dac4a73c717b13bc60
|
3 |
size 399433
|
DepthAnythingV2SmallF16.mlpackage/Manifest.json
CHANGED
@@ -7,11 +7,23 @@
|
|
7 |
"name": "weights",
|
8 |
"path": "com.apple.CoreML/weights"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"453896C2-A3DE-40EA-9291-813F426F4FDA": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
13 |
"name": "model.mlmodel",
|
14 |
"path": "com.apple.CoreML/model.mlmodel"
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
},
|
17 |
"rootModelIdentifier": "453896C2-A3DE-40EA-9291-813F426F4FDA"
|
|
|
7 |
"name": "weights",
|
8 |
"path": "com.apple.CoreML/weights"
|
9 |
},
|
10 |
+
"433AC1BB-5160-44FD-9644-6330E9FF947D": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
"453896C2-A3DE-40EA-9291-813F426F4FDA": {
|
17 |
"author": "com.apple.CoreML",
|
18 |
"description": "CoreML Model Specification",
|
19 |
"name": "model.mlmodel",
|
20 |
"path": "com.apple.CoreML/model.mlmodel"
|
21 |
+
},
|
22 |
+
"9A57F50E-96AA-40FE-ADF7-2280B58CC128": {
|
23 |
+
"author": "com.apple.CoreML",
|
24 |
+
"description": "External FeatureDescription Overlay",
|
25 |
+
"name": "FeatureDescriptions.json",
|
26 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
27 |
}
|
28 |
},
|
29 |
"rootModelIdentifier": "453896C2-A3DE-40EA-9291-813F426F4FDA"
|
DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF16.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 427587
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:376312057afccf97ea0361f06e145f16c9ae8bee8bd6e3385edd373440dab141
|
3 |
size 427587
|
DepthAnythingV2SmallF16INT8.mlpackage/Manifest.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"9322E654-D0EA-4B0D-809E-1123512E7CA8": {
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Specification",
|
@@ -12,6 +18,12 @@
|
|
12 |
"description": "CoreML Model Weights",
|
13 |
"name": "weights",
|
14 |
"path": "com.apple.CoreML/weights"
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
},
|
17 |
"rootModelIdentifier": "9322E654-D0EA-4B0D-809E-1123512E7CA8"
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"0FA8201F-0DA1-423C-B0A9-DCAE7E35195E": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
"9322E654-D0EA-4B0D-809E-1123512E7CA8": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
|
|
18 |
"description": "CoreML Model Weights",
|
19 |
"name": "weights",
|
20 |
"path": "com.apple.CoreML/weights"
|
21 |
+
},
|
22 |
+
"EC82B3F9-2157-4556-91BB-728D8A97D36A": {
|
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": "9322E654-D0EA-4B0D-809E-1123512E7CA8"
|
DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF16.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 416472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:985f6d228e8d40c6cd5eb05d001608a934cd35c321ef076259c51277e74bafab
|
3 |
size 416472
|
DepthAnythingV2SmallF16P4.mlpackage/Manifest.json
CHANGED
@@ -12,6 +12,18 @@
|
|
12 |
"description": "CoreML Model Weights",
|
13 |
"name": "weights",
|
14 |
"path": "com.apple.CoreML/weights"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
},
|
17 |
"rootModelIdentifier": "4D9D69B5-6F11-4BC6-996E-8EA26C46622E"
|
|
|
12 |
"description": "CoreML Model Weights",
|
13 |
"name": "weights",
|
14 |
"path": "com.apple.CoreML/weights"
|
15 |
+
},
|
16 |
+
"B6506702-A799-4D8E-96D8-5394A3487D31": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External Metadata Overlay",
|
19 |
+
"name": "Metadata.json",
|
20 |
+
"path": "com.apple.CoreML/Metadata.json"
|
21 |
+
},
|
22 |
+
"B956AA18-812C-485F-A4E9-BF628094AE27": {
|
23 |
+
"author": "com.apple.CoreML",
|
24 |
+
"description": "External FeatureDescription Overlay",
|
25 |
+
"name": "FeatureDescriptions.json",
|
26 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
27 |
}
|
28 |
},
|
29 |
"rootModelIdentifier": "4D9D69B5-6F11-4BC6-996E-8EA26C46622E"
|
DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF16.mlpackage",
|
8 |
+
"com.apple.developer.machine-learning.models.category" : "image",
|
9 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 416488
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a873504d2909155ed77d32d34bcb8c42353d2404b9093cb77eb85142717ff81
|
3 |
size 416488
|
DepthAnythingV2SmallF16P6.mlpackage/Manifest.json
CHANGED
@@ -1,12 +1,24 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"73E5441D-BC90-47DB-B11E-86EDDF361455": {
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Specification",
|
7 |
"name": "model.mlmodel",
|
8 |
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"C363FFC2-2D57-4720-AF58-D18BD5C6C228": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Weights",
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"2ECBEB18-4331-47DC-AC24-00D8A98351E6": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
"73E5441D-BC90-47DB-B11E-86EDDF361455": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
13 |
"name": "model.mlmodel",
|
14 |
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
},
|
16 |
+
"75DAE496-B4D0-4583-BDF8-13EF49C88CD5": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External Metadata Overlay",
|
19 |
+
"name": "Metadata.json",
|
20 |
+
"path": "com.apple.CoreML/Metadata.json"
|
21 |
+
},
|
22 |
"C363FFC2-2D57-4720-AF58-D18BD5C6C228": {
|
23 |
"author": "com.apple.CoreML",
|
24 |
"description": "CoreML Model Weights",
|
DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF16.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 416615
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0887e960dded05d805dfd39ed3aa03890348278c37b67879cb3345ff80f904e
|
3 |
size 416615
|
DepthAnythingV2SmallF16P8.mlpackage/Manifest.json
CHANGED
@@ -1,12 +1,24 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"41F95E8D-5201-4456-BAEA-7E50A468E877": {
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Specification",
|
7 |
"name": "model.mlmodel",
|
8 |
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"E9B7A553-3950-4D3D-A044-06CF27134C65": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Weights",
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"1C23552D-317E-4A71-8C06-A6A32EDE0AF7": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
"41F95E8D-5201-4456-BAEA-7E50A468E877": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
13 |
"name": "model.mlmodel",
|
14 |
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
},
|
16 |
+
"CCD50AE9-B7A6-4239-8093-88B8C957A2C8": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External Metadata Overlay",
|
19 |
+
"name": "Metadata.json",
|
20 |
+
"path": "com.apple.CoreML/Metadata.json"
|
21 |
+
},
|
22 |
"E9B7A553-3950-4D3D-A044-06CF27134C65": {
|
23 |
"author": "com.apple.CoreML",
|
24 |
"description": "CoreML Model Weights",
|
DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF32.mlpackage",
|
8 |
+
"com.apple.developer.machine-learning.models.category" : "image",
|
9 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 366829
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db8b615e0075bb86f16846c59615aa8b76064300717876634c15f6c1b7fc90fd
|
3 |
size 366829
|
DepthAnythingV2SmallF32.mlpackage/Manifest.json
CHANGED
@@ -12,6 +12,18 @@
|
|
12 |
"description": "CoreML Model Weights",
|
13 |
"name": "weights",
|
14 |
"path": "com.apple.CoreML/weights"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
},
|
17 |
"rootModelIdentifier": "0CBDA2BC-C7FA-463F-A588-D74A3F89A68E"
|
|
|
12 |
"description": "CoreML Model Weights",
|
13 |
"name": "weights",
|
14 |
"path": "com.apple.CoreML/weights"
|
15 |
+
},
|
16 |
+
"5988D48F-8201-4973-9BC2-1B929644099B": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
},
|
22 |
+
"F6C67865-618F-4BCE-B943-EF2415BB00B5": {
|
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": "0CBDA2BC-C7FA-463F-A588-D74A3F89A68E"
|
DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF32.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 394981
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eb9a9e7a7f9415eb7675db130d7a9ad6298c98ab902bf264d4e66ac0c45068b
|
3 |
size 394981
|
DepthAnythingV2SmallF32INT8.mlpackage/Manifest.json
CHANGED
@@ -7,6 +7,18 @@
|
|
7 |
"name": "weights",
|
8 |
"path": "com.apple.CoreML/weights"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"F6A80ADC-B6D8-4409-AEE0-088308E36465": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
|
|
7 |
"name": "weights",
|
8 |
"path": "com.apple.CoreML/weights"
|
9 |
},
|
10 |
+
"56A8C87D-17A9-4A4C-AC1B-0F96AB51B0AD": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
+
"E490672A-A6FF-4FF2-85BF-30C3FB533D67": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
},
|
22 |
"F6A80ADC-B6D8-4409-AEE0-088308E36465": {
|
23 |
"author": "com.apple.CoreML",
|
24 |
"description": "CoreML Model Specification",
|
DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF32.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 383865
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dc3fd6e46b8abe40e5df62a449711b0cbbf4238baade46336e7cb69082a805d
|
3 |
size 383865
|
DepthAnythingV2SmallF32P4.mlpackage/Manifest.json
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"C4FDFD8A-154D-405E-A61B-FBC50C4321E9": {
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Weights",
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"142B6DE5-076A-4529-8DF5-5039E00CC3F3": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External Metadata Overlay",
|
7 |
+
"name": "Metadata.json",
|
8 |
+
"path": "com.apple.CoreML/Metadata.json"
|
9 |
+
},
|
10 |
+
"4205D6EC-558A-40BF-85AE-8DA3539277FB": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External FeatureDescription Overlay",
|
13 |
+
"name": "FeatureDescriptions.json",
|
14 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
15 |
+
},
|
16 |
"C4FDFD8A-154D-405E-A61B-FBC50C4321E9": {
|
17 |
"author": "com.apple.CoreML",
|
18 |
"description": "CoreML Model Weights",
|
DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation",
|
8 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF32.mlpackage",
|
9 |
+
"com.apple.developer.machine-learning.models.category" : "image"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 383879
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77262f3506844e96ca752a5b383244e1f95eb7c6bebad8c363a9f6f47f3c351d
|
3 |
size 383879
|
DepthAnythingV2SmallF32P6.mlpackage/Manifest.json
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"41DB15D2-68BD-4B10-A6EB-A6D639567CC0": {
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Weights",
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"0FD6FD2A-4A48-4A0A-8D29-CB138B887FDC": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
+
"1708CE07-E651-4337-9F67-9545FBC79709": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
"41DB15D2-68BD-4B10-A6EB-A6D639567CC0": {
|
17 |
"author": "com.apple.CoreML",
|
18 |
"description": "CoreML Model Weights",
|
DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Inputs" : {
|
3 |
+
"image" : {
|
4 |
+
"MLFeatureShortDescription" : "Input image whose depth will be estimated. The shorter dimension should be 518 pixels and the larger dimension should be a multiple of 14."
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Outputs" : {
|
8 |
+
"depth" : {
|
9 |
+
"MLFeatureShortDescription" : "Estimated depth map, as a grayscale output image."
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"TrainingInputs" : {
|
13 |
+
|
14 |
+
},
|
15 |
+
"States" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "2.0",
|
3 |
+
"MLModelDescriptionKey" : "Depth Anything V2 is a state-of-the-art deep learning model for depth estimation.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.apple.developer.machine-learning.models.version" : "2.0",
|
6 |
+
"com.apple.developer.machine-learning.models.release-date" : "2024-06",
|
7 |
+
"com.apple.developer.machine-learning.models.name" : "DepthAnythingV2SmallF32.mlpackage",
|
8 |
+
"com.apple.developer.machine-learning.models.category" : "image",
|
9 |
+
"com.apple.coreml.model.preview.type" : "depthEstimation"
|
10 |
+
},
|
11 |
+
"MLModelAuthorKey" : "Original Paper: Lihe Yang et al. (Depth Anything V2)",
|
12 |
+
"MLModelLicenseKey" : "Apache 2"
|
13 |
+
}
|
DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 384011
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc228bd7c9ed4e448d30454ba5c4957bb9dd26b7172ae9a891cb64037bdd0b50
|
3 |
size 384011
|
DepthAnythingV2SmallF32P8.mlpackage/Manifest.json
CHANGED
@@ -7,6 +7,18 @@
|
|
7 |
"name": "model.mlmodel",
|
8 |
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"B0D72298-E05D-4FE7-ACD4-26F2DAC1A89D": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Weights",
|
|
|
7 |
"name": "model.mlmodel",
|
8 |
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
},
|
10 |
+
"36CC5B40-67C2-4578-87B1-E7FC27873168": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
+
"37E21316-D4D9-4CAB-9C7D-6C16FF2A1A9F": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
},
|
22 |
"B0D72298-E05D-4FE7-ACD4-26F2DAC1A89D": {
|
23 |
"author": "com.apple.CoreML",
|
24 |
"description": "CoreML Model Weights",
|