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

Feature extraction for point clouds #12

Closed
YunzeMan opened this issue Mar 31, 2024 · 1 comment
Closed

Feature extraction for point clouds #12

YunzeMan opened this issue Mar 31, 2024 · 1 comment

Comments

@YunzeMan
Copy link

Hi, thanks for your great work. I am trying to use your PonderV2 as a frozen feature extractor for new 3D point clouds, like how people use CLIP/DINOv2 for images.

Could you share some simple scripts or ideas about how we can achieve this with your codebase? This can be very helpful.

@HaoyiZhu
Copy link
Collaborator

HaoyiZhu commented Apr 1, 2024

Hi, thanks for your interest!

You can refer to this function in Ponder model. It will return a sparse_backbone_feat tensor in the data dict. See here.

Alternatively, you can also refer to our downstream finetuning codes, where we load the backbone's weights to the SparseUNet.

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