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…
论文:PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation 代码:https://github.com/charlesq34/pointnet
0 引言
PointNet是处理点云数据的深度学习模型,其地位堪比2D图像处理中的CNN网络, 后续的诸…