All Projects → diode-dataset → diode-devkit

diode-dataset / diode-devkit

Licence: MIT license
DIODE Development Toolkit

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to diode-devkit

BridgeDepthFlow
Bridging Stereo Matching and Optical Flow via Spatiotemporal Correspondence, CVPR 2019
Stars: ✭ 114 (+96.55%)
Mutual labels:  depth-estimation, monodepth
EPCDepth
[ICCV 2021] Excavating the Potential Capacity of Self-Supervised Monocular Depth Estimation
Stars: ✭ 105 (+81.03%)
Mutual labels:  depth-estimation, monodepth
Semantic-Mono-Depth
Geometry meets semantics for semi-supervised monocular depth estimation - ACCV 2018
Stars: ✭ 98 (+68.97%)
Mutual labels:  depth-estimation, monodepth
tf-monodepth2
Tensorflow implementation(unofficial) of "Digging into Self-Supervised Monocular Depth Prediction"
Stars: ✭ 75 (+29.31%)
Mutual labels:  depth-estimation, monodepth
Normal-Assisted-Stereo
[CVPR 2020] Normal Assisted Stereo Depth Estimation
Stars: ✭ 95 (+63.79%)
Mutual labels:  depth-estimation, normal-estimation
Monodepth2
[ICCV 2019] Monocular depth estimation from a single image
Stars: ✭ 2,714 (+4579.31%)
Mutual labels:  depth-estimation, monodepth
monodepth
Python ROS depth estimation from RGB image based on code from the paper "High Quality Monocular Depth Estimation via Transfer Learning"
Stars: ✭ 41 (-29.31%)
Mutual labels:  rgbd, depth-estimation
Arc Robot Vision
MIT-Princeton Vision Toolbox for Robotic Pick-and-Place at the Amazon Robotics Challenge 2017 - Robotic Grasping and One-shot Recognition of Novel Objects with Deep Learning.
Stars: ✭ 224 (+286.21%)
Mutual labels:  rgbd
3dgnn pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Stars: ✭ 187 (+222.41%)
Mutual labels:  rgbd
Gta Im Dataset
[ECCV-20] 3D human scene interaction dataset: https://people.eecs.berkeley.edu/~zhecao/hmp/index.html
Stars: ✭ 157 (+170.69%)
Mutual labels:  rgbd
Contactpose
Large dataset of hand-object contact, hand- and object-pose, and 2.9 M RGB-D grasp images.
Stars: ✭ 129 (+122.41%)
Mutual labels:  rgbd
EPC
Every Pixel Counts ++: Joint Learning of Geometry and Motion with 3D Holistic Understanding
Stars: ✭ 27 (-53.45%)
Mutual labels:  depth-estimation
rgbd ptam
Python implementation of RGBD-PTAM algorithm
Stars: ✭ 65 (+12.07%)
Mutual labels:  rgbd
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+318.97%)
Mutual labels:  rgbd
RGBDAcquisition
A uniform library wrapper for input from V4L2,Freenect,OpenNI,OpenNI2,DepthSense,Intel Realsense,OpenGL simulations and other types of video and depth input..
Stars: ✭ 56 (-3.45%)
Mutual labels:  rgbd
rgbd scribble benchmark
RGB-D Scribble-based Segmentation Benchmark
Stars: ✭ 24 (-58.62%)
Mutual labels:  rgbd
Suncgtoolbox
C++ based toolbox for the SUNCG dataset
Stars: ✭ 136 (+134.48%)
Mutual labels:  rgbd
RGBD-SOD-datasets
All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
Stars: ✭ 46 (-20.69%)
Mutual labels:  rgbd
3DGNN
No description or website provided.
Stars: ✭ 56 (-3.45%)
Mutual labels:  rgbd
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+355.17%)
Mutual labels:  rgbd

DIODE: A Dense Indoor and Outdoor DEpth Dataset

DIODE (Dense Indoor/Outdoor DEpth) is a dataset that contains diverse high-resolution color images with accurate, dense, and far-range depth measurements. DIODE is the first public dataset to include RGBD images of indoor and outdoor scenes obtained with one sensor suite.

Refer to our homepage, dataset sample gallery and technical report for more details.

Dataset Download

We have released the train and validation splits of DIODE depth and DIODE normal, including RGB images, depth maps, depth validity masks and surface normal maps. Test set is coming soon.

Download links:

  1. DIODE Depth (RGB images, Depth maps and Depth validity masks):
Partition Amazon Web Service Baidu Cloud Storage MD5 Hash
Train (81GB) train.tar.gz train.tar.gz 3a94632398fe1d002d89f11743f748b1
Validation (2.6GB) val.tar.gz val.tar.gz 5c895d09201b88973c8fe4552a67dd85
  1. DIODE Normal (Normal maps only):
Partition Amazon Web Service Baidu Cloud Storage MD5 Hash
Train (126GB) train_normals.tar.gz train_normals.tar.gz 9c0617ebe1eaf1928fdf3344e1c42aef
Validation (4.6GB) val_normals.tar.gz val_normals.tar.gz 323ccaf60abebdb59705dcd8b529d709

Dataset Layout

DIODE data is organized hierarchically. Detailed structure is shown as follows: Layout

File Naming Conventions and Formats

The dataset consists of RGB images, depth maps, depth validity masks and surface normal maps. Their formats are as follows:

RGB images (*.png): RGB images with a resolution of 1024 × 768.

Depth maps (*_depth.npy): Depth ground truth with the same resolution as the images.

Depth validity masks (*_depth_mask.npy): Binary depth validity masks where 1 indicates valid sensor returns and 0 otherwise.

Surface normals maps (*_normal.npy): Surface normal vector ground truth with the same resolution as the images. Invalid normals are represented as (0,0,0).

Devkit

This development toolkit contains:

  1. A json file that enumerates the data in DIODE. The layout of this file is explained in diode.py. It serves as the single point of reference during dataloading.
  2. A sample pytorch data loading module.
  3. A jupyter-notebook demo showcasing data loading, metadata querying and depth as well as normal visualization.
  4. A text file documenting camera intrinsics.
  5. A python file for computation of metrics using numpy.

Citation

@article{diode_dataset,
    title={{DIODE}: {A} {D}ense {I}ndoor and {O}utdoor {DE}pth {D}ataset},
    author={Igor Vasiljevic and Nick Kolkin and Shanyi Zhang and Ruotian Luo and 
            Haochen Wang and Falcon Z. Dai and Andrea F. Daniele and Mohammadreza Mostajabi and 
            Steven Basart and Matthew R. Walter and Gregory Shakhnarovich},
    year = {2019}
    journal={CoRR},
    volume={abs/1908.00463},
    year = {2019},
    url={http://arxiv.org/abs/1908.00463}
}

Contact

If you have any questions, please contact us at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].