Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

MRG and its corresponding codes

Open tangyipeng100 opened this issue 4 years ago • 0 comments

For Pointnet++, the paper has mentioned both MRG and MSG methods in 3.2 Hierarchical Point Set Feature Learning. In ./models/pointnet2_util.py, there are PointNetSetAbstractionMsg class and PointNetSetAbstraction class. I think PointNetSetAbstractionMsg class refers to the MSG method. Does PointNetSetAbstraction class(pointnet2_sem_seg.py) refers to the MRG method? I have not seen the concatenation steps in the codes.

tangyipeng100 avatar Sep 06 '21 11:09 tangyipeng100