fpsample
fpsample copied to clipboard
Python efficient farthest point sampling (FPS) library. Compatible with numpy.
As per the title I am not able to install version 0.3.3 via pip on the AWS machine but only 0.2.0 that doesn't come with bucket_fps_kdline_sampling
Hey, fpsample.fps_sampling fpsample.fps_npdu_sampling fpsample.fps_npdu_kdtree_sampling all work great, but for the last two i get an Attribute error: AttributeError: module 'fpsample' has no attribute 'bucket_fps_kdtree_sampling' AttributeError: module 'fpsample' has no attribute...
Hello, really impressed with the performance of fpsample! I'm hoping to update to Python 3.13, and I was wondering if there are any blockers to making another release to produce...
The assertion in this line https://github.com/leonardodalinky/fpsample/blob/cdfec540ced830c199b4a156feacc25295b53129/python/fpsample/wrapper.py#L103 fails when a list is passed as `start_idx`, which the docstring claims is OK, with the error ``` TypeError: '
Hello, Thank you for your code; it works very well for me! I have a new project where I need to perform FPS on a point cloud, but I also...