pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

Adding new images and removing an exisitng images index #63

Open skt2211 opened 7 years ago

skt2211 commented 7 years ago

I'm new to using the NearPy package. I'm having set of images with their vectors of features that are already indexed. If i get a new image, Is there a function that allows me to add to specific bucket according to this image's similarity to other images already existing?

Also if i need to remove an index of a specific image that i deleted from my dataset, is there a function for that?

Thanks