最近在学习点云,首先便是开山之作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网络, 后续的诸…