fix: AssertionError features.is_contiguous() in pointnet2_utils.py
caused by `features` in pointnet2_backbone.py:78, which is possible to be a non-contiguous tensor, being directly passed into SA_modules without calling .contiguous()
Showing
Please register or sign in to comment