erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.74k stars 717 forks source link

Benchmark of libnabo #171

Open YoshuaNava opened 3 years ago

YoshuaNava commented 3 years ago

Hi, Thank you for sharing this really cool work with the community.

I was wondering if you had plans of benchmarking libnabo. This KNN library is widely used for associating data features for Simultaneous Localization And Mapping (SLAM) by many developers, and it's mentioned in papers about visual localization with inverted search indices by Google.

It would be super useful to gather performance insights as the ones you have extracted from other algorithms.

Best, Yoshua Nava

erikbern commented 3 years ago

I haven't seen that one but it looks cool! If you're interested in getting it added to ann-benchmarks, feel free to put together a pull request!