charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.44k forks source link

Conv2D x Conv1D #310

Open matfcp opened 3 months ago

matfcp commented 3 months ago

Hi!

I am currently working with point cloud pose regression and classification and I implemented PointNet as the basis for my architecture.

My question is: why use 2D convolutions instead of 1D convolutions? What are the reasons and advantages for that approach?

Thanks in advance!