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

Unsupervised learning on point clouds from driving data #17

Open
Waleed15 opened this issue Dec 4, 2022 · 1 comment
Open

Unsupervised learning on point clouds from driving data #17

Waleed15 opened this issue Dec 4, 2022 · 1 comment

Comments

@Waleed15
Copy link

Waleed15 commented Dec 4, 2022

Hello, I want to train the Voxel-MAE on my own dataset and extract the features to cluster the point clouds in an unsupervised manner. It would be helpful if you could suggest if is it possible with Voxel-MAE, if yes please give a brief overview of how to utilize your implementation for this case.

@chaytonmin
Copy link
Owner

Hello, I want to train the Voxel-MAE on my own dataset and extract the features to cluster the point clouds in an unsupervised manner. It would be helpful if you could suggest if is it possible with Voxel-MAE, if yes please give a brief overview of how to utilize your implementation for this case.

You can have a try. First pre-train Voxel-MAE, then extract the features from features from https://github.com/chaytonmin/Voxel-MAE/blob/459fafc67300a63a345edeb4701cd2adf24e4838/pcdet/models/backbones_3d/voxel_mae.py#L212.

I do not know whether it works. Maybe you can try some clustering-based self-supervised learning methods, such as SwAV, DeepCluster.

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