-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
The 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!
The text was updated successfully, but these errors were encountered: