We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what is the value of patch_size and dilation in PointMamba (O) model for ModelNet40 classification (acc=92.7%)
Point-Mamba/models/PointMamba.py
Line 51 in 376aeff
The text was updated successfully, but these errors were encountered:
The best acc is 91.9% when patch_size is set to 4 and dilation is set to 1
Sorry, something went wrong.
what is the value of patch_size and dilation in PointMamba (O) model for ModelNet40 classification (acc=92.7%) Point-Mamba/models/PointMamba.py Line 51 in 376aeff 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
No branches or pull requests
what is the value of patch_size and dilation in PointMamba (O) model for ModelNet40 classification (acc=92.7%)
Point-Mamba/models/PointMamba.py
Line 51 in 376aeff
The text was updated successfully, but these errors were encountered: