charlesq34 / pointnet

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

how to use PointNet model in live inference #305

Open madinwei opened 1 year ago

madinwei commented 1 year ago

@charlesq34 Hello charlesq34, I want to use PointNet in live inference, would you provide me with any information or guides on how to do it?

Kabalyants commented 1 year ago

Hello, @madinwei! I had a set of point clouds of real objects and I sampled sequences of batches from them for PointNet. My classification result was significantly worse than for the ModelNet40 dataset. But I was building my own version of PointNet. I have a question for @charlesq34 : was PointNet applied to real objects?