Giter Club home page Giter Club logo

nyu-depth-dataset-v2-labeled-data's Introduction

Usage

  1. Download the nyu_depth_v2_labeled_data.pkl directly, it contains all data in origin MATLAB version of Labeled Dataset. (I haven't upload it to this repo or to other network drives, it needs further clearing.)
  2. Or you can follow the instruction below to generate it yourself (recommended now).

Generation

  1. Download the Labeled Dataset from official website. And place that .mat file at the same dir.
  2. Using the h5py module to load the .mat file.
  3. The matrix in .mat file can be correctly and easily read, don't bother it.
  4. The cell array in .mat file should specially processed.
  5. The Map in .mat file should also be treated specially, I got its keys and values in MATLAB and opened them in MATLAB as a table format (can be firstly transposed in MATLAB), then copy the keys and values table to Excel to concatenate as one table with two columns. Finally, saved the Excel file as CSV format.
  6. Above is how to treat different types of data field in .mat file. I just put all that field in one dict, and saved them as a pkl file. (~5.8GB)

Visualization

The images and depth images can be easily visualized by matplotlib module.

TODO

  • Maybe I will parse the something like the images out to a single directory, and just place string-like data in .pkl file.

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}
}

nyu-depth-dataset-v2-labeled-data's People

Contributors

hongxiaoy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.