Commit
·
006453f
1
Parent(s):
a21f8ee
update README.md
Browse files
README.md
CHANGED
|
@@ -46,13 +46,31 @@ configs:
|
|
| 46 |
|
| 47 |
# NYUv2
|
| 48 |
|
|
|
|
| 49 |
|
| 50 |
-
|
|
|
|
|
|
|
| 51 |
|
| 52 |
- **Homepage:** [NYU Depth Dataset V2](https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html)
|
| 53 |
- **Paper:** [Indoor Segmentation and Support Inference from RGBD Images](https://cs.nyu.edu/~fergus/datasets/indoor_seg_support.pdf)
|
| 54 |
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
If you use this dataset, please cite the original authors:
|
| 58 |
|
|
@@ -62,5 +80,4 @@ If you use this dataset, please cite the original authors:
|
|
| 62 |
title = {Indoor Segmentation and Support Inference from RGBD Images},
|
| 63 |
booktitle = {ECCV},
|
| 64 |
year = {2012}
|
| 65 |
-
}
|
| 66 |
-
```
|
|
|
|
| 46 |
|
| 47 |
# NYUv2
|
| 48 |
|
| 49 |
+
NYUv2 is a benchmark RGB-D dataset widely used for scene understanding tasks such as:
|
| 50 |
|
| 51 |
+
- Indoor semantic segmentation
|
| 52 |
+
- Depth estimation
|
| 53 |
+
- Instance segmentation
|
| 54 |
|
| 55 |
- **Homepage:** [NYU Depth Dataset V2](https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html)
|
| 56 |
- **Paper:** [Indoor Segmentation and Support Inference from RGBD Images](https://cs.nyu.edu/~fergus/datasets/indoor_seg_support.pdf)
|
| 57 |
|
| 58 |
+
This version has been preprocessed to include aligned:
|
| 59 |
+
- RGB images (`.png`)
|
| 60 |
+
- Depth maps in millimeters (`.tiff`, `uint16`)
|
| 61 |
+
- Semantic masks (`.tiff`, scaled `uint16`)
|
| 62 |
+
- Instance masks (`.tiff`, scaled `uint16`)
|
| 63 |
+
|
| 64 |
+
Each sample is annotated with a consistent `id` and split across train/val/test.
|
| 65 |
+
|
| 66 |
+
## 🧾 Dataset Metadata
|
| 67 |
+
|
| 68 |
+
Additional files included:
|
| 69 |
+
- `camera_params.json` — camera intrinsics and distortion
|
| 70 |
+
- `class_names.json` — mapping from class IDs to human-readable names
|
| 71 |
+
- `scaling_factors.json` — used for label/mask de-scaling during training
|
| 72 |
+
|
| 73 |
+
## 📄 Citation
|
| 74 |
|
| 75 |
If you use this dataset, please cite the original authors:
|
| 76 |
|
|
|
|
| 80 |
title = {Indoor Segmentation and Support Inference from RGBD Images},
|
| 81 |
booktitle = {ECCV},
|
| 82 |
year = {2012}
|
| 83 |
+
}
|
|
|