SurfaceNet
SurfaceNet copied to clipboard
2017 ICCV, SurfaceNet: An End-to-end 3D Neural Network for Multiview Stereopsis
Thanks for the great released code! I am wondering what the detailed information recorded in the pos file is. Is that an essential matrix or a homography matrix? And how...
I installed lasagne 0.1 and theano 0.9 at first, but it doesn't work `ImportError: Could not import Theano. Please make sure you install a recent enough version of Theano.` Then...
I'm running this code in my Amazon AWS server Configuration of my system `==============NVSMI LOG============== Timestamp : Tue Apr 24 17:43:40 2018 Driver Version : 375.66 Attached GPUs : 1...
After I follow this #4, the enviroment problem seems to be gone. But evertime python main.py occour Segmentation fault (core dumped), the python interpreter stops on main_reconstruc.py line 73 patches_embedding,...
Hi thanks for previous feedback in another thread. After I setup up Cuda8.0/CuDNN 5.1 and theano 0.9, I can run some part of `main.py`. But there's still some error when...
Could you update your source file layer.py? Because theano.sandbox.cuda.dnn is discarded in theano 1(>theano 0.9). from theano.sandbox.cuda.dnn import gpu_contiguous, GpuDnnConvDesc, gpu_alloc_empty, GpuDnnConv3dGradW wont work, and if lasagne.utils.theano.sandbox.cuda.dnn_available() in similarityNet.py. Could...
I just installed your code and ran it succesfully. Here are some comments: - You should mention that your install script requires us to allow the miniconda install to append...