PlaneNet icon indicating copy to clipboard operation
PlaneNet copied to clipboard

PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image

Results 20 PlaneNet issues
Sort by recently updated
recently updated
newest added

When i run the following code: python evaluate.py --dataFolder=*** --numImages=760 --methods=2000000 --numOutputPlanes=10 ;The final result appears index out of list.

Can I run it on cpu? I have error:tensorflow.python.framework.errors_impl.NotFoundError: ./nndistance/tf_nndistance_so.so: when I run predict.py on cpu. How can I do it ? Thank you!

Hello! Thank you for your impressive work! When I was trying to train the pytorch model, I converted the ".tfrecords" dataset using the script you provided. However, the pytorch/train_planenet.py seems...

Get an error after enter command "python pool.py" Traceback (most recent call last): **File "pool.py", line 12, in from direct.showbase.ShowBase import ShowBase ImportError: No module named direct.showbase.ShowBase** ![screenshot from 2018-11-05...

Hi! When I try the code provided to train the network I get this error: "Tensor name "crfrnn/bilateral_ker_weights" not found in checkpoint files". I'm using the pretrained DeepLab network as...

Respected Sir, As in your paper you have described that "_our algorithm is able to generate reasonable room layout estimations even when the scene is cluttered and contain clutter_." ![cvpr2018_PlaneNet_camera_ready](https://user-images.githubusercontent.com/38114191/56340563-b128b080-61cb-11e9-8fa3-dd893a245a78.jpg)...

Hi author, thanks for your impressive work. Anyhow I met an issue by run train_planenet.py with a pretrained deeplab model. The model is downloaded from this page https://github.com/DrSleep/tensorflow-deeplab-resnet under the...

Hi author, Your job is amazing. But I have some doubts on your trained model format. You only have checkpoint(.ckpt) file inside the sample_np10_hybrid3_bl0_dl0_ds0_crfrnn5_sm0 folder. I'm wondering could you include...