-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathall_benchmarks.json
More file actions
78 lines (78 loc) · 1.81 KB
/
all_benchmarks.json
File metadata and controls
78 lines (78 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"NYUv2": {
"path": "data/eval/NYUv2",
"width": 640,
"height": 480,
"split": ".index.txt",
"depth_unit": 1.0
},
"KITTI": {
"path": "data/eval/KITTI",
"width": 750,
"height": 375,
"split": ".index.txt",
"depth_unit": 1
},
"ETH3D": {
"path": "data/eval/ETH3D",
"width": 2048,
"height": 1365,
"split": ".index.txt",
"include_segmentation": true,
"depth_unit": 1
},
"iBims-1": {
"path": "data/eval/iBims-1",
"width": 640,
"height": 480,
"split": ".index.txt",
"has_sharp_boundary": true,
"include_segmentation": true,
"depth_unit": 1.0
},
"GSO": {
"path": "data/eval/GSO",
"width": 512,
"height": 512,
"split": ".index.txt"
},
"Sintel": {
"path": "data/eval/Sintel",
"width": 872,
"height": 436,
"split": ".index.txt",
"has_sharp_boundary": true,
"include_segmentation": true
},
"DDAD": {
"path": "data/eval/DDAD",
"width": 1400,
"height": 700,
"include_segmentation": true,
"split": ".index.txt",
"depth_unit": 1.0
},
"DIODE": {
"path": "data/eval/DIODE",
"width": 1024,
"height": 768,
"split": ".index.txt",
"include_segmentation": true,
"depth_unit": 1.0
},
"Spring": {
"path": "data/eval/Spring",
"width": 1920,
"height": 1080,
"split": ".index.txt",
"has_sharp_boundary": true
},
"HAMMER": {
"path": "data/eval/HAMMER",
"width": 1664,
"height": 832,
"split": ".index.txt",
"depth_unit": 1,
"has_sharp_boundary": true
}
}