charlesq34 / pointnet

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

Can PointNet be used to do volume regression on object? #133

Open jtdeng opened 5 years ago

jtdeng commented 5 years ago

Want to estimate the volume regression (further weight regression) on an object in point cloud, while PointNet is for classification and segmentation, can I change the last layers for volume regression? just wondering if the geometry features have been learnt by the net.

Thanks

protactinium91 commented 4 years ago

Want to estimate the volume regression (further weight regression) on an object in point cloud, while PointNet is for classification and segmentation, can I change the last layers for volume regression? just wondering if the geometry features have been learnt by the net.

Thanks

Hello, any update on this?

I am interested in algorithm that can learn to predict a regression value based on point data