GitBoSun / roomnet

Tensorflow implementation of room layout paper: Roomnet: End-to-end Room Layout Estimation.
102 stars 37 forks source link

Mat file in prepare_data.py #5

Open DidemDemir opened 6 years ago

DidemDemir commented 6 years ago

Hi!

In your code there exists a trainig.mat file in prepare_data.py line 10 mat='/home/mcg/Data/LSUN/data/training.mat' which isn't explained what exactly it is or how to compose it. Can you elaborate further about it, so that we can try the algorithm?

Thanks!

Gabri3l commented 5 years ago

The training.mat file comes with the dataset, so if you download the whole dataset it comes with a few .mat files, one for training and one for validation. Such files contain metadata about each sample from the dataset. You can read such files pretty easily in Python with scipy.io.loadmat. Hope this helps!

You can find the file here http://lsun.cs.princeton.edu/challenge/2015/roomlayout/data/training.mat and the validation one here http://lsun.cs.princeton.edu/challenge/2015/roomlayout/data/validation.mat

Jianbin-IBM commented 5 years ago

Hi, both above link for downloading mat file are not valid any more. Do you have any working link? Thanks very much!

parrykhai commented 5 years ago

Did anyone find any link to get the training dataset?

marisna commented 4 years ago

Hi all, i'm also looking for a valid link, with datas and .mat - if someone's able to indicate me where to find them

GuangmingChan commented 1 year ago

maybe in this address:https://web.archive.org/web/20190118150204/http://lsun.cs.princeton.edu/2016/