Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mat file in prepare_data.py #5

Open
DidemDemir opened this issue Aug 16, 2018 · 5 comments
Open

Mat file in prepare_data.py #5

DidemDemir opened this issue Aug 16, 2018 · 5 comments

Comments

@DidemDemir
Copy link

DidemDemir commented Aug 16, 2018

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
Copy link

Gabri3l commented Oct 17, 2018

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
Copy link

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

@parrykhai
Copy link

Did anyone find any link to get the training dataset?

@marisna
Copy link

marisna commented Feb 13, 2020

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
Copy link

GuangmingChan commented Jan 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants