surfelmeshing
surfelmeshing copied to clipboard
Real-time surfel-based mesh reconstruction from RGB-D video.
Dear Thomas, Recently I'm reading your paper entitled "SurfelMeshing", and thank you so much for sharing your source code to us. I'm particularly attracted by the ability of "reconstructing thin...
HI, [@puzzlepaint,] This is a very good work. Recently, I am running TUM dataset-rgbd_dataset_freiburg3_long_office_household, there is no error in the terminal, but i got nothing in the SurfelMehsing window. Can...
Hey @puzzlepaint , I have been trying to build your project, but the build is failing every single time due to some Linker Failure. I'm not sure how to debug...
Hello, I want to use the captured images and depth image by zed stereo camera for the input of the great program surfelmeshing, and I want to know whether the...
Hi, Thanks very much for your code sharing! I have successfully complied the project in my ubuntu16.04. First, we tested the tum-data, the program ran well and output dense mesh....
Hi there! I'm trying to use patch_match_stereo in CUDA to compute my depth map from a pair of frames captured using a stereo camera (pinhole camera). I managed to get...
Dear Thomas, Thanks you so much for your great work. I am testing the **TSDF** and your **surfelmeshing** recently. I have built this project on Wins10 with VS2019&CUDA 11.5&Qt5.14.2 successfully....
Stack trace: 29 0x55d7b4045e1a _start + 42 28 0x7f9fb2559c87 __libc_start_main + 231 27 0x55d7b404533d main + 109 26 0x55d7b40c5ab8 vis::WrapQtEventLoopAround(std::function, int, char**) + 184 25 0x7f9fb3b24984 QCoreApplication::exec() + 148 24...
I have read your paper _SurfelMeshing: Online Surfel-Based Mesh Reconstruction_, and I want to release your results. But I cant find any code about surfel quality assesement metrics used in...
Hello, I try to release your work in my computer with RTX3070 and CUDA11. I compile this project by the cmd as follow: cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CUDA_FLAGS="-arch=sm_70" .. (success) cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo...