charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3k stars 889 forks source link

Extracting Features from Network? #146

Open sherineza opened 4 years ago

sherineza commented 4 years ago

Is there a way to extract interest points (features) from the network for new pointcloud data that hasn't been seen in training? Thank you.

syenpark commented 4 years ago

@sherineza, you can make use of the pre-trained model and hierarchical point set feature learning architecture to do extract features.

vajrag commented 3 years ago

Hello, @syenpark, is there a pre-trained model available for pointnet2?

adimesika1 commented 3 years ago

Hi, If someone have managed to extract the features from the network and can share with me the way it will be awesome.

Thanks!