bow_image_retrieval icon indicating copy to clipboard operation
bow_image_retrieval copied to clipboard

Use OpenMP enabled FLANN to build codebook (vocab)

Open insikk opened this issue 7 years ago • 0 comments

Many people use FLANN to do k-means clustering

When I tried python binding for the library, it uses only single core.

So I concluded it is slow somehow in python.

However, I cannot conclude FLANN is slow.

Things to do:

[ ] Measure time of large scale k-means clustering with FLANN both python binding version and pure c++ version

  • refer pure c++ implementation here

insikk avatar Dec 28 '17 09:12 insikk