charlesq34 / pointnet

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

Varying size inputs to network #77

Closed meder411 closed 6 years ago

meder411 commented 6 years ago

ModelNet40 has pointclouds that vary substantially in the number of points. How do you handle this in your network? In your training code it appears you set a maximum input size of 2048 points. But how does this work when some of the models have 100k+ points?