- विवरण :
NYU-डेप्थ V2 डेटा सेट में Microsoft Kinect के RGB और डेप्थ दोनों कैमरों द्वारा रिकॉर्ड किए गए विभिन्न प्रकार के इनडोर दृश्यों के वीडियो अनुक्रम शामिल हैं।
होमपेज : https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
स्रोत कोड :
tfds.datasets.nyu_depth_v2.Builder
संस्करण :
-
0.0.1
(डिफ़ॉल्ट): कोई रिलीज़ नोट नहीं।
-
डाउनलोड आकार :
31.92 GiB
डेटासेट का आकार :
74.03 GiB
ऑटो-कैश्ड ( दस्तावेज़ीकरण ): नहीं
विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 47,584 |
'validation' | 654 |
- फ़ीचर संरचना :
FeaturesDict({
'depth': Tensor(shape=(480, 640), dtype=float16),
'image': Image(shape=(480, 640, 3), dtype=uint8),
})
- फ़ीचर दस्तावेज़ीकरण :
विशेषता | कक्षा | आकार | डीटाइप | विवरण |
---|---|---|---|---|
विशेषताएं डिक्ट | ||||
गहराई | टेन्सर | (480, 640) | फ्लोट16 | |
छवि | छवि | (480, 640, 3) | uint8 |
पर्यवेक्षित कुंजी (
as_supervised
दस्तावेज़ देखें):('image', 'depth')
चित्र ( tfds.show_examples ):
- उदाहरण ( tfds.as_dataframe ):
- उद्धरण :
@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}
}