LMD0311 / DAPT

[CVPR 2024] Dynamic Adapter Meets Prompt Tuning: Parameter-Efficient Transfer Learning for Point Cloud Analysis
https://arxiv.org/abs/2403.01439
Apache License 2.0
169 stars 5 forks source link

About Pretrain pointmae Checkpoint #3

Open 123456789asdfjkl opened 4 months ago

123456789asdfjkl commented 4 months ago

Hi! Thank you for your great work! I want to know where is the pointmae checkpoint. I noticed that the pos embedding in your implementation is different from the original PointMAE. May I ask if you would like to retrain it?

LMD0311 commented 4 months ago

Thanks for your interest!

You can download the Point-MAE checkpoint from the Point-MAE (here) or IDPT (here) repositories.

We did not re-pre-train the model.