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

Confusion about density calculation #19

Open
daisyranc opened this issue May 29, 2022 · 1 comment
Open

Confusion about density calculation #19

daisyranc opened this issue May 29, 2022 · 1 comment

Comments

@daisyranc
Copy link

Thank you for your excellent work!!

After reading your paper and code, I'm confused about density calculation. I have tested on my own data. I found that the density calculated by your code may be different from the density I observed.

Here are the details of my test experiments:

I randomly sample one point cloud (bunny) from 200000 to 100 (this is the sample number list: [200000,100000,50000,10000,5000,1000,500,100]), and calculate the density for each sampled point cloud. I think the density will be smaller and smaller as the point numbers become smaller and smaller. However, here are my results:

point number:200000
density:0.40053454
point number:100000
density:0.40531346
point number:10000
density:0.39948502
point number:5000
density:0.4131956
point number:1000
density:0.41057622
point number:500
density:0.4307725
point number:100
density:0.4311616

Could you give more explanation about the KDE you used in your paper? Thank you so much!!

@daisyranc
Copy link
Author

I used the mean value of all points' densities to represent point cloud density here.

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

1 participant