-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
How can one set the line thickness of geometry.OrientedBoundingBox? #5637
Comments
Recently, I met the same problem as you. Have you solved it? @gc625 |
@ZoangX See https://stackoverflow.com/a/77055132/1874627. Install open3d from http://www.open3d.org/docs/latest/getting_started.html#development-version-pip to make it work. @benjaminum This issue should be closed. The related bug has been fixed in #6116. |
Hi, I met the same problem. But when I try to download the latest open3d from http://www.open3d.org/docs/latest/getting_started.html#development-version-pip , When I try to install by pip, it reports: |
Use the O3DVisualizer
|
Checklist
master
branch).My Question
I'm using open3d to visualize bounding box predictions of an point-based object detection model. The issue is that I have no matter what I try, seems like I cannot change the line thickness of the boxes I draw with geometry.OrientedBoundingBox. Attempting to directly modify the
LineSet
attribute yields the errortrying to change the line width property of the render options via
also does not work. So how can I adjust the line width of bounding box objects?
The text was updated successfully, but these errors were encountered: