Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- depth-estimation
|
4 |
+
size_categories:
|
5 |
+
- 10K<n<100K
|
6 |
+
---
|
7 |
+
|
8 |
+
# Dataset Card for nyu-depthv2-wds
|
9 |
+
|
10 |
+
<!-- Provide a quick summary of the dataset. -->
|
11 |
+
|
12 |
+
This is the NYU DepthV2 dataset, converted into the webdataset format. https://huggingface.co/datasets/sayakpaul/nyu_depth_v2/
|
13 |
+
|
14 |
+
## Dataset Details
|
15 |
+
|
16 |
+
### Dataset Description
|
17 |
+
|
18 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
19 |
+
|
20 |
+
Each sample contains a jpg image, and a numpy array of depth data. Depth maps are stored in float16.
|
21 |
+
|
22 |
+
### Dataset Sources [optional]
|
23 |
+
|
24 |
+
See https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
|
25 |
+
|
26 |
+
## Uses
|
27 |
+
|
28 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
29 |
+
|
30 |
+
Train a depth prediction model on the train split, and test on the val split!
|