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

Can't reproduce Linear SVM result with DGCNN backbone. #21

Closed
JasonNie96 opened this issue Oct 5, 2021 · 2 comments
Closed

Can't reproduce Linear SVM result with DGCNN backbone. #21

JasonNie96 opened this issue Oct 5, 2021 · 2 comments
Assignees
Labels
Resolved This is already resolved

Comments

@JasonNie96
Copy link

Hi Hansen,

Thanks for your work!

I'm trying to reproduce your result in Table 10. It said with the DGCNN backbone, OcCo has 89.2% accuracy. But I loaded your pre-trained model: dgcnn_occo_cls.pth and train the svm with the following command:

python train_svm.py --gpu=0 --model=dgcnn_util --dataset=modelnet40 --restore_path=./data/pretrained/dgcnn_occo_cls.pth.

But it only gets 88.4% accuracy. May I ask did I do anything wrong?

@hansen7
Copy link
Owner

hansen7 commented Oct 5, 2021

Hi, @JasonNie96 . Thanks for asking.

The provided checkpoints are mainly for classification tasks (with MLP output heads), for the results reported in the appendix, I have rerun the pre-training with different configurations many times, and reported the best results I have in hand.

@JasonNie96
Copy link
Author

Hi Hansen,

Thanks for your quick reply!

Got it. Is that possible to provide the best result checkpoint? That would be really helpful! If not, I totally understand.

@hansen7 hansen7 closed this as completed Oct 17, 2021
@hansen7 hansen7 self-assigned this Oct 18, 2021
@hansen7 hansen7 added the Resolved This is already resolved label Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolved This is already resolved
Projects
None yet
Development

No branches or pull requests

2 participants