pcuenq HF staff commited on
Commit
b04448c
1 Parent(s): 2b05137

Update version to 2.0

Browse files
Files changed (41) hide show
  1. .DS_Store +0 -0
  2. DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  3. DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  4. DepthAnythingV2SmallF16.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  5. DepthAnythingV2SmallF16.mlpackage/Manifest.json +12 -0
  6. DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  7. DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  8. DepthAnythingV2SmallF16INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  9. DepthAnythingV2SmallF16INT8.mlpackage/Manifest.json +12 -0
  10. DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  11. DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  12. DepthAnythingV2SmallF16P4.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  13. DepthAnythingV2SmallF16P4.mlpackage/Manifest.json +12 -0
  14. DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  15. DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  16. DepthAnythingV2SmallF16P6.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  17. DepthAnythingV2SmallF16P6.mlpackage/Manifest.json +12 -0
  18. DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  19. DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  20. DepthAnythingV2SmallF16P8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  21. DepthAnythingV2SmallF16P8.mlpackage/Manifest.json +12 -0
  22. DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  23. DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  24. DepthAnythingV2SmallF32.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  25. DepthAnythingV2SmallF32.mlpackage/Manifest.json +12 -0
  26. DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  27. DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  28. DepthAnythingV2SmallF32INT8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  29. DepthAnythingV2SmallF32INT8.mlpackage/Manifest.json +12 -0
  30. DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  31. DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  32. DepthAnythingV2SmallF32P4.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  33. DepthAnythingV2SmallF32P4.mlpackage/Manifest.json +12 -0
  34. DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  35. DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  36. DepthAnythingV2SmallF32P6.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  37. DepthAnythingV2SmallF32P6.mlpackage/Manifest.json +12 -0
  38. DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
  39. DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/Metadata.json +13 -0
  40. DepthAnythingV2SmallF32P8.mlpackage/Data/com.apple.CoreML/model.mlmodel +1 -1
  41. 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:e072f7cc274235a7e91ab5cd34a405d351db3b7373279e85a8d9c53742ec19e4
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:4be16401d5bf1711773dd0045c25ab9d6c6060c31431a551c673d48d8437cd77
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:ff99128c88aa39ea359f153c3c99af00846f5d71ba49dfaf06ccbfd0917e92a4
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:e8e644d1c634417f4e3e0238ef91f87caf3c9d3a3e10f5f751a31a0f39982cfe
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:d7661be2f565db223aec073abe34c87a49e840e84826ceb6c4986d391c30154c
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:96485f41d5ea89041cf44e3ff3bc24abd0c6c9a1e46626ae161380a7ee82742f
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:7c6fcd74180fd8fff0c3cf12eac10fd6771c347c3ed1ca3752aba8103fa987c5
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:5607c6652f97babee661561c8d0dc09f705e8499f14b8b24c6e96b543f39b838
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:7eeda31ce89c73204c095e27f45f4d2b2b60aea88b68301de6f9deda413a4e76
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:54d1841ec40e85c6c9a666777570b5f49bcbcf4d5f949815cdb8217b4c017b91
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",