Datasets:
Add dataset metadata for Hugging Face
Browse files- dataset_infos.json +32 -0
dataset_infos.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"helvipad": {
|
3 |
+
"description": "Helvipad is a dataset for omnidirectional stereo depth estimation.",
|
4 |
+
"size_categories": ["10K<n<100K"],
|
5 |
+
"features": {
|
6 |
+
"image": {
|
7 |
+
"type": "image",
|
8 |
+
"shape": [1920, 512]
|
9 |
+
},
|
10 |
+
"depth_map": {
|
11 |
+
"type": "array",
|
12 |
+
"shape": [1920, 512]
|
13 |
+
},
|
14 |
+
"disparity_map": {
|
15 |
+
"type": "array",
|
16 |
+
"shape": [1920, 512]
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"splits": {
|
20 |
+
"train": {
|
21 |
+
"name": "train",
|
22 |
+
"num_examples": 29407
|
23 |
+
},
|
24 |
+
"test": {
|
25 |
+
"name": "test",
|
26 |
+
"num_examples": 10146
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"license": "CC-BY-4.0",
|
30 |
+
"citation": "@article{helvipad2024, title={HELVIPAD: A Real-World Dataset for Omnidirectional Stereo Depth Estimation}, author={Zayene et al.}, year={2024}}"
|
31 |
+
}
|
32 |
+
}
|