Open ZhangYaoll opened 5 months ago
line 102 and line 105 in file ./model/pointnet2_utils.py, should N to be changed N - 1?
why you think this change?
if condition in '[]' is true, group_idx will be N, and will resulting in out of list range.
line 102 and line 105 in file ./model/pointnet2_utils.py, should N to be changed N - 1?