AddASecond

Results 6 issues of AddASecond

I wonder have you test MVSTER on Stereo Matching datasets? It looks like your method is easy to adapt to 2 image Stereo Matching scene

Nice work but makefile let it include lots of bug and uneasy to use on different platform I really can't config it on my computer May you provide a CMake...

I have trouble running your code in "Show LiDAR only" mode. The Mayavi Scene shows nothing but black blank. The error is: > ERROR: In /work/standalone-x64-build/VTK-source/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 797 vtkXOpenGLRenderWindow (0x3b208d0):...

Nice code ! 1.Does the output mean_d2s, mean_s2d, overall refer to accuracy(mm), completeness(mm), overall(mm) in most paper? 2.Besides, could you explain the metric diff/official | official | py_avg | py_std/official...

when i use keras with tensorflow's ImageDataGenerator, during model.fit, following shape mismatch happens. my batchsize is 128 ``` tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: ConcatOp : Dimensions of...

I notice that in graf/transforms.py, during train, **class FlexGridRaySampler(RaySampler)** is used but during val/test, **class FullRaySampler(RaySampler)** is used I wonder why use different raysampler? what is the principle behind that...