charlesq34 / pointnet

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

Slices of Point Cloud just disappears? #205

Open Naor92 opened 4 years ago

Naor92 commented 4 years ago

Anyone run into the issue of entire segments of the Point Cloud simply disappearing when running Semantic Segmentation?

See original point cloud:

Screenshot from 2019-10-01 16-02-11

After running segmentation:

Screenshot from 2019-10-01 15-59-33

It looks like only one wall and section of the point cloud actually got calculated. Anyone know what could be causing this behavior and how I can get all parts of the cloud included in the segmented obj?