Ilia Baltashov

Results 2 comments of Ilia Baltashov

Hi, Have you seen clustering from autoware? It is faster than PCL CPU/GPU clustering with the same result. https://github.com/Autoware-AI/core_perception/blob/master/lidar_euclidean_cluster_detect/nodes/lidar_euclidean_cluster_detect/gpu_euclidean_clustering.cu I wrote a small benchmark: https://github.com/BaltashovIlia/pcl_vs_autoware_clustering On Ryzen 2700x + RTX...

Hi, I have compared the performance of different KNN libraries using modified nanoflann random benchmark tool. The test was to find 7 NN for 100k points in another cloud of...