Depth Estimation
Depth Pro
Files changed (1) hide show
  1. apple_DepthPro.json +50 -0
apple_DepthPro.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:bcb2a4df-4be3-48cd-b560-b0d9a503a494",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:39:05.492488+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "apple/DepthPro-015a7be4-637d-5ddd-babc-e928436824cb",
11
+ "name": "apple/DepthPro",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/apple/DepthPro",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "depth-estimation"
21
+ },
22
+ "properties": [
23
+ {
24
+ "name": "library_name",
25
+ "value": "depth-pro"
26
+ }
27
+ ]
28
+ },
29
+ "authors": [
30
+ {
31
+ "name": "apple"
32
+ }
33
+ ],
34
+ "licenses": [
35
+ {
36
+ "license": {
37
+ "name": "apple-amlr"
38
+ }
39
+ }
40
+ ],
41
+ "tags": [
42
+ "depth-pro",
43
+ "depth-estimation",
44
+ "arxiv:2410.02073",
45
+ "license:apple-amlr",
46
+ "region:us"
47
+ ]
48
+ }
49
+ }
50
+ }