this directory holds the benchmark dataset.
Please download and unpack the corresponding dataset, and create softlink of the corresponding dataset here.
ln -s /path/to/nyu ./nyu
ln -s /path/to/icvl ./icvl
ln -s /path/to/msra ./msra
- could go to the link to get the link to download the corresponding dataset(thanks @markus for providing the links and thanks @liuhao for providing the msra dataset download)
We convert all the source datas to TFRecord files to accelarate data loading speed. For a certain dataset(icvl, nyu, msra), run
python data/${dataset}.py
to create the corresponding tf file records.