-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the point cloud with a custom wrapper #44
Comments
Hmm, I cannnot see anything in the code that looks wrong - however the depthmap looks very strange. |
If so, how would I know when each depth map pixel has enough accuracy I can triangulate it and display it? I thought a keyframe would have solid hypothesis for each valid pixel, but maybe I misunderstood. |
in this context, accuracy is always relative: |
Do you think a depth map fusion approach could be used then, when 3 or more keyframes agree on the same "candidate" point depth, then create the point in the visualization? The other thing I don't understand is, if the inverse depth is calculated just for high gradient image areas, how comes almost all of the depth map is marked as valid and has covariance greater than zero? Thanks |
The example that comes to mind is figure 6 "Variational inpainting" of the latest paper of yours, how did you paint the full resolution depth? |
@v0n0 , |
You can find all of the papers here: https://vision.in.tum.de/research/lsdslam?redirect=1 |
@v0n0, are you using meshlab as your custom point cloud viewer? |
@romulogcerqueira ,it's meshlab |
Hi, I have been looking to test your library. As an extension, I wanted to make my own wrapper for output, and visualize the point cloud with my own code. When I take the
idepth
that is >0 and backproject it, this is what I get:Is something going wrong? I don't get any errors from the console, even with debug activated. My
publishKeyframe
is this:The depth map looks something like this for the first keyframe:
Some stats:
The text was updated successfully, but these errors were encountered: