Pointnet2.ScanNet
Pointnet2.ScanNet copied to clipboard
[Fix] set the option `ret_grouped_xyz`
The GroupAll module receives ret_grouped_xyz in its constructor but never sets it as a member. However, self.ret_grouped_xyz is still being used in the forward call. This PR fixes this issue.