vevenom / RoomLayout3D_RandC

https://www.tugraz.at/index.php?id=40222
BSD 3-Clause Clear License
48 stars 12 forks source link

3D point cloud visualization error #1

Closed chytsa closed 4 years ago

chytsa commented 4 years ago

Excuse me, I wonder why do I produce wrong point cloud projection during visualization? Is it cause by the dependence packages? Or the process computing the depth and camera parameters for projecting point cloud?

Screenshot from 2020-09-01 22-46-14

vevenom commented 4 years ago

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)

image

This might help you to interpret the results.

chytsa commented 4 years ago

Yes, now it works as I want. It turns out to be the parameters difference. lol Thank you very much.