KuangenZhang / ldgcnn

Linked Dynamic Graph CNN: Learning through Point Cloud by Linking Hierarchical Features
MIT License
75 stars 19 forks source link

how to visulize the feature of point cloud extracted? #8

Open longmalongma opened 4 years ago

longmalongma commented 4 years ago

Hi,thanks for your interesting work,how to visulize the feature of point cloud extracted?can you provider your code about feature visualization.

KuangenZhang commented 4 years ago

Hi,thanks for your interesting work,how to visulize the feature of point cloud extracted?can you provider your code about feature visualization.

Hi, thanks for your interest. I may not find the code to visualize the feature. I used the tSNE method to visualize the feature, you may find helpful example from this website: tSNE-Python

longmalongma commented 4 years ago

Hi,thanks for your interesting work,how to visulize the feature of point cloud extracted?can you provider your code about feature visualization.

Hi, thanks for your interest. I may not find the code to visualize the feature. I used the tSNE method to visualize the feature, you may find helpful example from this website: tSNE-Python

Thanks for your reply,I will try it according to your guidance.