From 1305c7378a9f0ab44b2c936f4d60e4687e3d8743 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Wed, 4 Apr 2018 17:12:20 -0700 Subject: [PATCH] data: prepared NYUDv2 link to our preparation of the dataset with converted depth in the format of Gupta et al. '13 --- data/nyud/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/nyud/README.md b/data/nyud/README.md index ea2f9df..5dc3395 100644 --- a/data/nyud/README.md +++ b/data/nyud/README.md @@ -10,6 +10,8 @@ CVPR 2013 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 . +Download the data in our same format from http://dl.caffe.berkeleyvision.org/nyud.tar.gz + 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. -- GitLab