Hello, I read two important value named "grouped_xyz" and “grouped_idx” in /scene_seg/model/pointnet2/paconv.py ,and i can not understand it well, could you give some explanation ?
Hi, in our code, grouped refers to a set of points that are in the same local area. _Groupedidx is the knn/ball-query index of each point and _groupedxyz is the coordinates requested by _groupedidx.
Hello, I read two important value named "grouped_xyz" and “grouped_idx” in /scene_seg/model/pointnet2/paconv.py ,and i can not understand it well, could you give some explanation ?