sobfu icon indicating copy to clipboard operation
sobfu copied to clipboard

real-time 3D reconstruction of non-rigidly deforming scenes using depth data

Results 11 sobfu issues
Sort by recently updated
recently updated
newest added

Hi, I'm working inside an Anaconda virtual environment trying to install the software with `source setup.sh -a`, but i get the following output : CMake Error at /home/davide/miniconda3/envs/sobfuEnv/share/OpenCV/OpenCVConfig.cmake:205 (message): **opencv_viz...

Hello, it seems that you have done a pretty cool job and I am interested in building ant running your code, however, I got some trouble while building your code:...

I have compiled sobfu with the solution provided by the issue #15. But I was only able to run it with the "Snoopy" and the "Hat" datasets. I downloaded them...

There are several issues related to compilation in an end-of-2021 system. My setup: - NVIDIA GeForce RTX 3070 - x86_64 GNU/Linux Ubuntu 20.04.3 LTS - gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 -...

Hi @dgrzech , thanks for your kindly sharing of the source code, it really helps me. However, when I compile the code and try to run it at the umbrella...

Hi,there. Thank you for your work. I have successfully compiled your project. But when I tried to run it with options on the umbrella data, it just throw a bug...

Hello, I'm re-reading the Sobolev fusion paper and I was confused by the Sobolev approximation part. So I re-read your code for a better comprehension, then I found the way...

at first I removed findMaxUpdateNorm. After a 5 iterations, it goes into inf. energy. Shouldn't the energy be decreasing? And then it crashes at the next data term estimation. ![image](https://user-images.githubusercontent.com/6119906/58391112-5cfec080-8002-11e9-9976-91c5c968cca5.png)...

@dgrzech Thanks for uploading this, good work, man! I've been trying to reproduce Killing/SobolevFusion results for over a year now. I have an implementation over InfiniTAM Here is canonical in...