- Descriptif :
L'ensemble de données NYU-Depth V2 est composé de séquences vidéo d'une variété de scènes d'intérieur enregistrées par les caméras RVB et Depth de Microsoft Kinect.
Documentation complémentaire : Explorer sur Papers With Code
Page d' accueil : https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
Code source :
tfds.datasets.nyu_depth_v2.BuilderVersions :
-
0.0.1(par défaut) : aucune note de version.
-
Taille du téléchargement :
31.92 GiBTaille du jeu de données :
74.03 GiBMise en cache automatique ( documentation ): Non
Fractionnements :
| Diviser | Exemples |
|---|---|
'train' | 47 584 |
'validation' | 654 |
- Structure des fonctionnalités :
FeaturesDict({
'depth': Tensor(shape=(480, 640), dtype=float16),
'image': Image(shape=(480, 640, 3), dtype=uint8),
})
- Documentation des fonctionnalités :
| Caractéristique | Classer | Forme | Dtype | La description |
|---|---|---|---|---|
| FonctionnalitésDict | ||||
| profondeur | Tenseur | (480, 640) | float16 | |
| image | Image | (480, 640, 3) | uint8 |
Touches supervisées (Voir doc
as_supervised):('image', 'depth')Figure ( tfds.show_examples ):

- Exemples ( tfds.as_dataframe ):
- Citation :
@inproceedings{Silberman:ECCV12,
author = {Nathan Silberman, Derek Hoiem, Pushmeet Kohli and Rob Fergus},
title = {Indoor Segmentation and Support Inference from RGBD Images},
booktitle = {ECCV},
year = {2012}
}
@inproceedings{icra_2019_fastdepth,
author = {Wofk, Diana and Ma, Fangchang and Yang, Tien-Ju and Karaman, Sertac and Sze, Vivienne},
title = {FastDepth: Fast Monocular Depth Estimation on Embedded Systems},
booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
year = {2019}
}