-
Notifications
You must be signed in to change notification settings - Fork 151
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
return radii for FPS #84
Comments
Do you mean the smallest radius to all other nodes? |
Hi @rusty1s |
I think we can do this. IMO, this should be quite straightforward to implement, since we just need to write the distances into an additional output vector. I would very much welcome a PR on this if you are willing to contribute :) |
Hi @rusty1s ! |
Those are the CPU/CUDA ( |
Hi @rusty1s |
Yes, that's tricky indeed. I prefer to use a vector of |
Hi, thanks for your great work. Can you release a new fps function that accpets variable( fps point number) not ratio? |
You can track the progress here: #85 |
Hi,
Thank you for the great library.
Is there a plan to return the radius of the sampled points as well as the points in the function
torch_cluster.fps
?I mean, I want the function to return (points, radius), where points = (x1, x2, x3, ...) and radius = (r1, r2, r2, ...) and r1 > r2 > r3 > ...
Thank you in advance!
The text was updated successfully, but these errors were encountered: