CGuangyan-BIT / PointGPT

[NeurIPS 2023] PointGPT: Auto-regressively Generative Pre-training from Point Clouds
MIT License
182 stars 20 forks source link

As a feature extractor for point cloud #23

Open GentlesJan opened 3 months ago

GentlesJan commented 3 months ago

Hi, Is your pre-trained model suitable as a feature extractor for a point cloud shape, similar to PointNet? If it is suitable, which variable in the code should I output? I have observed that the shape of GPT_extractor is [batchsize, 64, 1024], which seems to be the features of the points group. Are there any features based on individual points? Thanks!