WangYueFt / dgcnn

MIT License
1.62k stars 421 forks source link

Visualization for part segmentation #15

Closed FrankCAN closed 5 years ago

FrankCAN commented 5 years ago

Hi, Is there anyone who knows how to visualize the results of part segmentation? Many thanks for your help.

Best Regards Frank

shengrongjin commented 5 years ago

I have the same question !

syb7573330 commented 5 years ago

We used Unity to render our results. We simply load the points into the scene, and instantiate each point as a sphere with a proper radius. We set the color of each point using some predefined color codes for different categories.