Xiaoyang Wu
Xiaoyang Wu
Oh thank you for point out the issue, I just fix the issue with this commit: https://github.com/Pointcept/Pointcept/commit/62076a48d7de7de9b5f077ca437def12632ed4fb , or you can fix the issue by "pip install ocnn" BTW: even...
Alright, the second issue is solved here: https://github.com/Pointcept/Pointcept/commit/3d23f8e2f486263974ad98eb088f69e9be4250ec Just download this model weight: https://huggingface.co/facebook/sonata/blob/main/pretrain-sonata-v1m1-0-base.pth This model weight ( `pretrain-sonata-v1m1-0-base.pth`) is directly from our Pointcept pre-training process, yet the `sonata.pth` in...
For any other issue, free to leave a message.
Great, good to hear you successfully reproduced the linear probing result. Now about how to load the lightweight student-only `sonata.pth` for Pointcept probing/tuning: 1. Rebase/Update your Pointcept code, I make...
Hey, thanks for letting me know. Try this: For "File "/home/lyd/Pointcept/pointcept/models/modules.py", line 12" Change `from pointcept.engines.hooks import HookBase` to `from pointcept.engines.hooks.default import HookBase` to prevent this. Let me know if...
"Syncing" is normal and does need some time. Don't worry about that. Try training with "-r" to resume the training. It will also resume the testing process.
> > > > Alright, the second issue is solved here: [3d23f8e](https://github.com/Pointcept/Pointcept/commit/3d23f8e2f486263974ad98eb088f69e9be4250ec) > > > > Just download this model weight: https://huggingface.co/facebook/sonata/blob/main/pretrain-sonata-v1m1-0-base.pth > > > > This model weight (...
https://github.com/Pointcept/Pointcept/blob/main/pointcept/engines/test.py#L315 The code you are using doesn't match the one in our repo. Please make sure you are using the latest version.
We will soon have an update on the code and these weights. A super powerful self-supervised model weight will also be included.
Alight, use this pre-trained weight now: https://github.com/facebookresearch/sonata Even this is self-supervised weight. Tuning the weight can easily get a better result in PTv3 paper.