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

patch_size and dilation value in PointMamba (O) for ModelNet40 classification #6

Open
tgc1997 opened this issue Apr 30, 2024 · 2 comments

Comments

@tgc1997
Copy link

tgc1997 commented Apr 30, 2024

what is the value of patch_size and dilation in PointMamba (O) model for ModelNet40 classification (acc=92.7%)

self.block_num = patch_size * dilation

@tgc1997
Copy link
Author

tgc1997 commented Apr 30, 2024

The best acc is 91.9% when patch_size is set to 4 and dilation is set to 1

@Aristo23333
Copy link
Collaborator

what is the value of patch_size and dilation in PointMamba (O) model for ModelNet40 classification (acc=92.7%)

self.block_num = patch_size * dilation

I use the default value whose patch_size is 24 and dilation is 4. I will try to change the patch_size to 4 after the current tense schedule is over

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