You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a point cloud from a depth image acquired with a LiDAR sensor. While troubleshooting, I've however noticed that changing the depth_scale parameter changes absolutely nothing in my result, however realistic or absurd the value that I am setting. I can even set it to 0 with no effect (according to the docs, I don't think this should be possible since z = d / depth_scale) .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am creating a point cloud from a depth image acquired with a LiDAR sensor. While troubleshooting, I've however noticed that changing the depth_scale parameter changes absolutely nothing in my result, however realistic or absurd the value that I am setting. I can even set it to 0 with no effect (according to the docs, I don't think this should be possible since z = d / depth_scale) .
I am calling the function as follows:
points = o3d.geometry.PointCloud.create_from_depth_image(depthmap, intrinsics, depth_scale=0.0)
Does anyone know what may be the reason for this? Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions