superpoint_graph icon indicating copy to clipboard operation
superpoint_graph copied to clipboard

How to visualize SSP results?

Open jing-zhao9 opened this issue 1 year ago • 1 comments

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

jing-zhao9 avatar Aug 22 '23 09:08 jing-zhao9

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.

loicland avatar Aug 22 '23 09:08 loicland