loicland / superpoint_graph

Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to visualize SSP results?

jing-zhao9 opened this issue · comments

Hello Professor!
In your code, there is only visual code for SPG. How can I visualize the results of SSP generating superpoints

Hi,

There is a function embedding2ply defined here which write the learned embeddings into a plyfile with a colorcode for the learned feature.

You can see a usage in the commented section here.