-
Notifications
You must be signed in to change notification settings - Fork 148
about partseg visualization #8
Comments
I'm sorry that I didn't write a visualization script. :< The most easiest way is to export a .txt file like this:
Each line is a point in a point cloud shape. The first three columns represent the XYZ coordinates and the last three columns represent the RGB colors. Then, download the latest version of MeshLab. Open it and click So the only thing you need to do is to write a script to save a .txt file, where points from same class are assigned with same color. For saving .txt file, you can use |
Thank you very much for your share! It helps me a lot. |
The visualization code is added in this repo. |
Thanks for your share!
May I ask how to achieve the visual presentation of the part segmentation results, and could you please share the code about it? I'm a beginner and this question has been bothering me for several days!
Mank Thanks!
The text was updated successfully, but these errors were encountered: