Commit
·
ac4b866
1
Parent(s):
dcc13c3
update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,8 @@ configs:
|
|
| 46 |
|
| 47 |
# NYUv2
|
| 48 |
|
|
|
|
|
|
|
| 49 |
## Dataset Description
|
| 50 |
|
| 51 |
- **Homepage:** [NYU Depth Dataset V2](https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html)
|
|
@@ -82,4 +84,5 @@ If you use this dataset, please cite the original authors:
|
|
| 82 |
title = {Indoor Segmentation and Support Inference from RGBD Images},
|
| 83 |
booktitle = {ECCV},
|
| 84 |
year = {2012}
|
| 85 |
-
}
|
|
|
|
|
|
| 46 |
|
| 47 |
# NYUv2
|
| 48 |
|
| 49 |
+
This is an **unofficial, preprocessed version** of NYUv2 made available for easier integration with modern ML workflows. The dataset was converted from the original `.mat` format into a split structure with embedded RGB images, depth maps, semantic masks, and instance masks in Hugging Face-compatible format.
|
| 50 |
+
|
| 51 |
## Dataset Description
|
| 52 |
|
| 53 |
- **Homepage:** [NYU Depth Dataset V2](https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html)
|
|
|
|
| 84 |
title = {Indoor Segmentation and Support Inference from RGBD Images},
|
| 85 |
booktitle = {ECCV},
|
| 86 |
year = {2012}
|
| 87 |
+
}
|
| 88 |
+
```
|