roomnet icon indicating copy to clipboard operation
roomnet copied to clipboard

Tensorflow implementation of room layout paper: Roomnet: End-to-end Room Layout Estimation.

Results 14 roomnet issues
Sort by recently updated
recently updated
newest added

I've been working implementation of RoomNet with your code, but i found there is a few bugs and it still doesn't make a satisfied result. I think there must be...

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

Hi, thank you for the code. I followed your instructions and managed to train a model using the vanilla network. However, my test results are not correct. The room classification...

In get_res.py file out np.load(sample.npz) Can you please tell me how to take this sample.npz Either I need to download or need to prepare like other .npz files using prepare_data.py

Hi, I tried to run your pre-trained model with my own images, but I don't imagine how to do that. Can you give me maybe some instructions or tips?

here are the results of some pictures ![2c4a7c9e03e1d61ab2975a6df13b39b6ff6f4a6e_pred](https://user-images.githubusercontent.com/38114191/49947854-0863ff00-ff14-11e8-8d11-e06d3f3e5e34.jpg) ![2e5168c238981749007e107c948348ee03191161_pred](https://user-images.githubusercontent.com/38114191/49947855-08fc9580-ff14-11e8-93e6-0c47d34b5a21.jpg) ![2f7222c3f740e83f564d57f350d4d633e3cb251f_pred](https://user-images.githubusercontent.com/38114191/49947858-09952c00-ff14-11e8-86e5-70cbed9dc03d.jpg) ![34abb5987d9580b3fbbfb2af5cbdc97baf1376d7_pred](https://user-images.githubusercontent.com/38114191/49947863-09952c00-ff14-11e8-8f59-e089081b2bd5.jpg) ![21868b46a29574a19f4583f7ed75a6fbf012e82b_pred](https://user-images.githubusercontent.com/38114191/49947866-0a2dc280-ff14-11e8-9521-9fef3b689e56.jpg)

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...

Can you please upload the pretrained model.?

I get this error of file missing "out=np.load('rcnn/test/2.npz')" Kindly guide me how to overcome this. Regards File "/home/ahmad/anaconda3/lib/python3.6/site-packages/numpy/lib/npyio.py", line 372, in load fid = open(file, "rb") FileNotFoundError: [Errno 2] No...

i am able to train the model using RCNN and vanilla. 1. while training and validation, the script uses .mat files to get the image information. But i dont have...