Pointnet2_PyTorch icon indicating copy to clipboard operation
Pointnet2_PyTorch copied to clipboard

FP module bug when know is None

Open Jianghanxiao opened this issue 3 years ago • 1 comments

https://github.com/erikwijmans/Pointnet2_PyTorch/blob/master/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py#L196

Jianghanxiao avatar Dec 31 '21 01:12 Jianghanxiao

The bug is that there should be `list(known_feats.size()[0:2]) + [unknown.size(1)])

Jianghanxiao avatar Dec 31 '21 01:12 Jianghanxiao