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

Classification performance #2

Open
PointCloudYC opened this issue Sep 9, 2021 · 2 comments
Open

Classification performance #2

PointCloudYC opened this issue Sep 9, 2021 · 2 comments

Comments

@PointCloudYC
Copy link

Hi! Thanks for sharing your enlightening work.

I have a question for ModelNet40 classification accuracy. Without changing any code or settings, I successfully run your code on my machine (1 Nvidia 3090 GPU and Ubuntu18.04). But the best accuracy I can obtain is 92.8% which is 0.8% lower than the number reported in your paper.

Can you help point out the possible factors influencing the final performance on the ModelNet40?

Thanks.

image

@hrzhou2
Copy link
Owner

hrzhou2 commented Sep 12, 2021

So, first of all, make sure the dataset was correct.

From my experience, there may be some randomness in the classification scores. I think you should just run a few more times and see what you get.

If necessary, pretrained models can be released in some future updates.

@PointCloudYC
Copy link
Author

So, first of all, make sure the dataset was correct.

From my experience, there may be some randomness in the classification scores. I think you should just run a few more times and see what you get.

If necessary, pretrained models can be released in some future updates.

Thanks for your prompt reply. I hyper-tuned the model(k=10, use sgd), the best performance I obtain reach 93.47% OA.
image

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