-
Thank you very much for providing this code. I was able to get it running pretty smoothly with the instructions provided. The fused.ply look fine, but the depth maps look bad.
For anyone curious of…
-
Hi, I don't have nvidia so I've been trying to use TensorFlow backend with --mrf-w=0 to speed things up (Theano works but really slow), but I get this error (tested with many different images that all…
-
hi, I can understand your camera_calibration procedure for one camera. And I want to use the result for binocular camera three-dimensional reconstruction base on triangulation measurement. Firstly, …
-
I was unable to find any code relating to the sigmoid blending.
What are you using instead ?
-
```
# Convenience & Workflow
export PS1="\u@\h:\`pwd\`$ "
alias ls="ls -a"
alias l="ls"
alias lt="ls -ltr"
alias yes="yes | head -n 1000"
alias untar="tar -xvf"
alias store…
-
I have a few questions about Structure from Motion and Multi-view Stereo hope you can help me. Let's assume we collect 1000 internet photo of a landmark and want to use them to reconstruct the 3D repr…
-
The current dense matching implementation uses the PatchMatch variant from [Shen13](http://www.nlpr.ia.ac.cn/2013papers/gjkw/gk11.pdf)
Here is a list of possible improvements to the current impleme…
-
**Is your feature request related to a problem? Please describe.**
Yes, I try to back-project objects segmented in the images onto the dense point cloud. First, I read `images.txt` in the sparse fold…
-
**Is your feature request related to a problem? Please describe.**
When mapping an object of interest in a dynamic environment, lot of other surrounding objects move around which can cause issues wit…
-
My project is a pure c project , and I use -xc in compile_flags.txt.
All .c and .h files is fine, but in string.h, clangd reports an error "Target of using declaration conflicts with declaration a…