GitBoSun / roomnet

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

Upload the LSUN dataset link. #4

Open DRAhmadFaraz opened 6 years ago

DRAhmadFaraz commented 6 years ago

Sir, Can you please upload the link of LSUN dataset which you use in your code.

Gabri3l commented 6 years ago

The general reference for these resources is this one: http://lsun.cs.princeton.edu/challenge/2015/roomlayout/data/. Here you can find the dataset, ground truths, and metadata.

Wap8CN commented 5 years ago

@DRAhmadFaraz @Gabri3l @GitBoSun I can't open this link. It returns 404 Not Found. Would you kindly share the image.zip file(2G) in Google Drive?

Gabri3l commented 4 years ago

For future reference please create a copy of this dataset for yourself, it is available here for the time being but I'm not sure how long for.

LSUN

lebeli commented 4 years ago

Thank you for the link. Could you provide access to the ground truth data as well? It is sadly not available either.

EDIT: It would be very intersting to get the original full resolution images, could I ask for them as well?

Gabri3l commented 4 years ago

LSUN + all .mat files

There you go everyone, I was able to go back and find everything...enjoy 🎉

linzhi-li commented 2 years ago

LSUN + all .mat files

There you go everyone, I was able to go back and find everything...enjoy 🎉

where did you get the access to the .mat files? Did the challenge data provider offer the whole .mat files or you label the data yourselves? Thanks~

Gabri3l commented 2 years ago

The challenge provided the .mat files

linzhi-li commented 2 years ago

The challenge provided the .mat files

Are the files you offered the whole data and files from the challenge? I will rely on the files you shared to reproduce some experiments, thus I am trying collecting the whole training data as possible. Thanks~

Gabri3l commented 2 years ago

Yeah that's what was available on the challenge page when it was still up. Also beware this repo has quite a few bugs especially in data prepping. So keep an eye out.

linzhi-li commented 2 years ago

Yeah that's what was available on the challenge page when it was still up. Also beware this repo has quite a few bugs especially in data prepping. So keep an eye out.

Thank you again~

zhangjingxian1998 commented 2 years ago

Yeah that's what was available on the challenge page when it was still up. Also beware this repo has quite a few bugs especially in data prepping. So keep an eye out.

Thank you very much, sir!