Datasets:
File size: 1,220 Bytes
9a06a0c 86d86f1 9ac662c 66439c9 9a06a0c |
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 |
---
task_categories:
- depth-estimation
size_categories:
- 10K<n<100K
---
# Dataset Card for nyu-depthv2-wds
<!-- Provide a quick summary of the dataset. -->
This is the NYU DepthV2 dataset, converted into the webdataset format. https://huggingface.co/datasets/sayakpaul/nyu_depth_v2/
There are 47584 samples in the training split, and 654 samples in the validation split.
I shuffled both the training samples, and the validation samples.
I also cropped 16 pixels from all sides of the image, and depth image. I did this because there is a white border around all images.
This is an example of the border artifacts in the images:

## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
Each sample contains a jpg image, and a numpy array of depth data. Depth maps are stored in float16.
### Dataset Sources [optional]
See https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
Train a depth prediction model on the train split, and test on the val split!
|