leonardodalinky / pytorch_fpsample

🎉 PyTorch efficient farthest point sampling (FPS) library.
MIT License
14 stars 0 forks source link

Varlen CPU sampling #2

Closed leonardodalinky closed 2 months ago

leonardodalinky commented 3 months ago

Extend the CPU sampling process to support points with any feature sizes. For now, the capacity of CPU sampling is fixed to a maximum of 8-dim points.