Open DidemDemir opened 6 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
Hi, both above link for downloading mat file are not valid any more. Do you have any working link? Thanks very much!
Did anyone find any link to get the training dataset?
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
maybe in this address:https://web.archive.org/web/20190118150204/http://lsun.cs.princeton.edu/2016/
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!