3D point cloud visualization error
Closed this issue · 2 comments
chytsa commented
vevenom commented
Hi,
I am not sure that I can see the issue here. Actually, the 3D layout looks good, right? Your visualization seems to be correct and consistent with my outputs and with the underlying scene.
You can change get_layout_pc
to show layout textured with color image with a single line change in the function:
layout_image = self.visualize_2d_layout_helper(overlay_color=True)
This might help you to interpret the results.
chytsa commented
Yes, now it works as I want.
It turns out to be the parameters difference. lol
Thank you very much.