README.md 897 字节
Newer Older
E
Evan Shelhamer 已提交
1 2 3 4 5 6 7 8 9
# NYUDv2: NYU Depth Dataset V2

NYUDv2 has a curated semantic segmentation challenge with RGB-D inputs and full scene labels of objects and surfaces.
While there are many labels, we follow the 40 class task defined by

> Perceptual Organization and Recognition of Indoor Scenes from RGB-D Images.
Saurabh Gupta, Pablo Arbelaez, and Jitendra Malik.
CVPR 2013

10 11
at http://www.cs.berkeley.edu/~sgupta/pdf/GuptaArbelaezMalikCVPR13.pdf .
To reproduce the results of our paper, you must make use of the data from Gupta et al. at http://people.eecs.berkeley.edu/~sgupta/cvpr13/data.tgz .
E
Evan Shelhamer 已提交
12

E
Evan Shelhamer 已提交
13 14
Download the data in our same format from http://dl.caffe.berkeleyvision.org/nyud.tar.gz

E
Evan Shelhamer 已提交
15 16 17 18
Refer to `classes.txt` for the listing of classes in model output order.
Refer to `../nyud_layers.py` for the Python data layer for this dataset.

See the dataset site: http://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html.