NonCuboidRoom
NonCuboidRoom copied to clipboard
Learning to Reconstruct 3D Non-Cuboid Room Layout from a Single RGB Image
may I ask about the training time and the gpu device you used while training?
I would know what are the steps to run an inference on custom data? More precisely, if we run the command specified on the readme, it will use the custom...
Thanks for your excellent work!
Hello guys, I really appreciate the work and I was finally able to reconstruct and visualize my room from a 2d picture. I was wandering if you have any directions/ideas...
I am doing some inference using the Structure3D_pretrained.pt model which is downloaded from this repo, and the custom image is come from the InteriorNet dataset, which is introduced by the...
I tried to download the structured 3D dataset but it when I try to extract the zip file it says it is corrupted. I tried several times but the result...
I tried to use the Structured 3D pretrained model on some custom images taken from my phone and online. I noticed that the prediction are not very correct and I...
Thanks for the amazing work. I tried the running test.py on nyu dataset and blended the seg to check the alignment. It seems to be going off. Can you suggest...
Hello. I really enjoyed reading your paper and am so excited to test your code. Here are some outputs that used your pretrained model, both Structure3D and NYU303. ...
This is great work! Very impressive. I'm able to visualize the planes in the image by enabling [this](https://github.com/CYang0515/NonCuboidRoom/blob/main/test.py#L352) But how do we generate the 3D model as shown in the...