Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a feature extractor for point cloud #23

Open
GentlesJan opened this issue Jun 20, 2024 · 1 comment
Open

As a feature extractor for point cloud #23

GentlesJan opened this issue Jun 20, 2024 · 1 comment

Comments

@GentlesJan
Copy link

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!

@CGuangyan-BIT
Copy link
Owner

I haven't yet come up with a good way to directly map the token features extracted by PointGPT back to point features. However, perhaps they could be used as global features, and then another network could be used to extract per-point features. Adding the two together would leverage PointGPT's pre-trained network parameters, which should improve the ability to extract features for each point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants