WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

How do you visualize your segmentation outputs? #58

Closed hjsg1010 closed 4 years ago

hjsg1010 commented 4 years ago

Hi, I am impressed by your research and studying. I have a question for visualizing your segmentation outputs. I did some classification deeplearning models, but this is first time for segmentation.

I want to visualize outptus such as Figure6 and Figure 7 on your paper.

Did you use some tools such as MATLAB?

And what should I use for input for visualize?

Sorry for my poor English skills.

Have a nice day

hjsg1010 commented 4 years ago

and What effect did you expect by considering 'categorical vector'? I just wonder how you came up with this interesting idea.

syb7573330 commented 4 years ago

Hi thanks for reaching out. We use Unity 3D for visualization. Simply put, the input is a point cloud, and each point is rendered as a sphere and colored according to its assigned semantic label.

hjsg1010 commented 4 years ago

Hi thanks for reaching out. We use Unity 3D for visualization. Simply put, the input is a point cloud, and each point is rendered as a sphere and colored according to its assigned semantic label.

@syb7573330 Oh Thanks for quick reply. I will try Unity program. Thankyou. Also Can I get answer for above question? "and What effect did you expect by considering 'categorical vector'? I just wonder how you came up with this interesting idea." I am really curious and want to learn