PointNet学习笔记(一)—— 论文
本文记录了博主在学习《PointNet: Deep Learning on Point Sets for 3D Clasification and Segmentation》过程中的总结笔记。更新于2019.4.9。 文章目录 PointNet学习笔记(一)—— 论文Introduct…
最近在学习点云,首先便是开山之作pointnet PointNet: Deep Learning on Point Sets for 3D Classifification and Segmentation 一、点云的特性 1.Unordered 点云是无序的,点的排序不影响物体的性质,如下图所示: 2.Interaction am…