最近在学习点云,首先便是开山之作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网络, 后续的诸…
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
点云是一种重要的几何数据结构。由于其不规则的格式,大多数研究人员将此类数据转换为规则的 3D 体素网格或图像集合。但是,这会使数据变得不必要地庞大并导致问题。在本…