farthest-point-sampling
There are 7 repositories under farthest-point-sampling topic.
leonardodalinky/fpsample
Python efficient farthest point sampling (FPS) library. Compatible with numpy.
salehjg/Shapenet2_Preparation
A python script to convert and down-sample mesh data into pointclouds using FPS algorithm.
hanm2019/bucket-based_farthest-point-sampling_CPU
the CPU implementation of bucket based farthest point sampling, achieves 7-81x speedup than the conventional implementation
leonardodalinky/pytorch_fpsample
🎉 PyTorch efficient farthest point sampling (FPS) library.
cansin/geometry-processing
CENG 789 - Digital Geometry Processing - Assignments
hanm2019/bucket-based_farthest-point-sampling_GPU
the GPU implementation of bucket based farthest point sampling, achieves 3-4x speedup than the conventional implementation
salehjg/MeshToPointcloudFPS
A mesh to pointcloud converter with FPS algorithm and HDF5 output generator