deveyNull / phistOfFury

Perceptual Hashing Image Similarity Framework
BSD 2-Clause "Simplified" License
31 stars 4 forks source link

annoy (approximate nearest neighbor) #2

Open mynameisvinn opened 7 years ago

mynameisvinn commented 7 years ago

not really an issue, but a question/comment as id love to contribute to phistoffury... have you looked into piggybacking off spotify's annoy framework in lieu of kd trees?

https://github.com/spotify/annoy

deveyNull commented 7 years ago

I have not looked at it at all, but that does seem like a perfect use case for annoy.

Really anything is better than what's going on right now in the buckets, and annoy by itself would probably work fairly well as the only data structure