CVMI-Lab / PAConv

(CVPR 2021) PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some questions about the "grouped_xyz" and “grouped_idx”

lin1061991611 opened this issue · comments

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. Grouped_idx is the knn/ball-query index of each point and grouped_xyz is the coordinates requested by grouped_idx.