IRMVLab/Point-Mamba

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

tgc1997 opened this issue · 2 comments

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

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

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