Skip to content
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

Oriented bounding box estimates are quite off #5224

Open
3 tasks done
louxibai opened this issue Jun 20, 2022 · 3 comments
Open
3 tasks done

Oriented bounding box estimates are quite off #5224

louxibai opened this issue Jun 20, 2022 · 3 comments
Labels

Comments

@louxibai
Copy link

Checklist

My Question

Hi, I have a partial point cloud, and a point cloud of better quality. However, when I run the oriented bounding box by calling pcd.get_oriented_bounding_box(robust=True), and visualize the results for both point clouds, the estimation for the better point cloud are even worse than the more partial-viewed cloud. I'm curious about how this is happening. Any suggestions and ideas are greatly appreciated!
image

@lschirmbrand
Copy link

Hello, I'm having the same problem (#5417), have you found a workaround/solution for this?

@noivanov1
Copy link

noivanov1 commented Sep 2, 2022

Hello! I have the same problem. However, it works fine for other (about 5) similar point clouds, the only difference is in the rotation along the vertical axis. Is there still no solution to that problem?

@noivanov1
Copy link

noivanov1 commented Sep 9, 2022

louxibai, lschirmbrand, I've found work around this problem. I slice numpy array of my point cloud and keep only x, y axis. Then I follow this instruction and built oriented bounding box on 2D plane. After that I restore my z values and built 3D bounding box with maximum and minimum values of z. Hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants