"git@developer.sourcefind.cn:OpenDAS/Uni-Core.git" did not exist on "5551a79082697d3cc26cdb7f4a06c734e16d6f3c"
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