How does UniformTSDFVolume.integrate & ScalableTSDFVolume.integrate work ? #4311
Unanswered
CyrielleAlbert
asked this question in
Q&A
Replies: 1 comment
-
Could you please provide the fragments? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the example here with my own dataset of 15 RGBD images. I managed to visualize each image by building point_cloud of each so my images seem correct.
However, when I run the make_fragment program, integrate_rgb_frames_for_fragment returns a mesh with 0 points. I checked the different steps of the algorithm and it seems like volume.integrate() does not work as I would have wanted to (the volume always has 0 points) . But no error thrown.
Do you have any idea of what could be the issue?
Could it be because the images are too different or would it still have returned something?
Any idea of where is implemented that function in the code so that I could take a look at it?
Here are some screenshots.
PS: I have built my depth images using the MiDaS algorithm (and inversing the values) and I am aware that the depth images are not in meters and not all the same scale.
Beta Was this translation helpful? Give feedback.
All reactions