Pointnet2_PyTorch
Pointnet2_PyTorch copied to clipboard
FP module bug when know is None
https://github.com/erikwijmans/Pointnet2_PyTorch/blob/master/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py#L196
The bug is that there should be `list(known_feats.size()[0:2]) + [unknown.size(1)])