PointTransformerV2 icon indicating copy to clipboard operation
PointTransformerV2 copied to clipboard

[NeurIPS'22] An official PyTorch implementation of PTv2.

Results 13 PointTransformerV2 issues
Sort by recently updated
recently updated
newest added

Hello, your work is excellent Can you provide the s3dis visualization code? thank you

When I use this model on custom dataset, it is normal in training phase,but once in evaluation phase, it's always encountering out of memory for GPU. What's the possible reason...

hi, thanks to your great work. I check issues before, that I saw your comment on #11 .The codes about _base_ = [ '../_base_/datasets/modelnet40.py', '**../_base_/schedulers/multi-step_sgd.py',** **'../_base_/tests/classification.py',** '../_base_/default_runtime.py' ] I don't...