LayoutNet icon indicating copy to clipboard operation
LayoutNet copied to clipboard

Torch implementation of our CVPR 18 paper: "LayoutNet: Reconstructing the 3D Room Layout from a Single RGB Image"

Results 26 LayoutNet issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your wonderful work. I would like to create a new dataset for this architecture and was wondering how you created the GT. I am having trouble...

Where can I find the LSUN toolkit to further process/fine-tune my results (corner locations) on perspective images, as stated here: https://github.com/zouchuhang/LayoutNet#extension-to-perspective-images ?

Hi , Thanks for sharing your work. This is very interesting and has some great use cases. With regard to the result, is it possible to find the measurements of...

the "RoomLayoutTypes" (which is in the line 15 in the matlab/getLSUNRes.m) is missed, where can I find it?

Will mixed-precision be able to accommodate the 10.9gb in 8gb since using fp16 essentially doubles the VRAM.

I'm trying Matlab scripts, but preprocessPano.m requires pano_edge_tr_1024.. Could you show how to run it properly? ``` >> preprocessPano pano_aadmuaxyxouqic Error using load Unable to read file '..\data\pano_edge_tr_1024\vp\pano_aadmuaxyxouqic.mat'. No such...

Instead of generating one room layout from one panorama, I'm wondering if LayoutNet can generate a complete floor plan from multiple panoramas? Thank you JJ

Is there any way to use this logic to make a 3d box from single RGB image of indoor room.. (without panorama). like of this image ![room](https://user-images.githubusercontent.com/38114191/56021522-16d7f100-5d23-11e9-86ef-4b1c17ffdfa1.jpeg) Regards

Hi What is the mapping between the images in the .t7 files (from data.zip) and their original name in the panoContext dataset? (and Stanford 2d-3d) I tried to look in...