How to visualize segmented pointcloud with legend (on Python) #6337
Unanswered
evbernardes
asked this question in
Q&A
Replies: 1 comment
-
Hi @evbernardes you can use the 3DML visualizer for this. Here's documentation for using it with your own data: https://github.com/isl-org/Open3D-ML/blob/master/docs/howtos.md#visualize-custom-data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pointcloud segmented into a number of different labels (let's say, 3).
Is it possible to visualize the pointcloud with some kind of
legend
, as is done withmatplotlib.pyplot
, so I can easily see which groups correspond to each exact label?Beta Was this translation helpful? Give feedback.
All reactions