Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can PointNet deal with varyinig densities? #53

Closed
oleschum opened this issue Oct 23, 2017 · 3 comments
Closed

Can PointNet deal with varyinig densities? #53

oleschum opened this issue Oct 23, 2017 · 3 comments

Comments

@oleschum
Copy link

In my application, the measured points are not equally spaced. Some regions are empty and then there are some regions with rather high density. Is pointnet able to deal with this?
Here is an example image for which I would like to do semantic segmentation:
image

@charlesq34
Copy link
Owner

PointNet is quite robust to sampling density according to our experiments :)

@oleschum
Copy link
Author

Is it robust by design to varying densities or does the performance of the network decrease if the density is not homogeneous? Your studies in the paper seems to be done on samples, where the density of the points is rather high. In my case the interesting regions are sometimes not very dense. Do you expect problems at any stage and how could one heal this?

@charlesq34
Copy link
Owner

Hi @Merlin1896 the robustness if by design (of the max pooling layer). It's very insensitive to the density and can deal with varying density very well.

In PointNet++ we need multi-scale layers for varying density cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants