image-match icon indicating copy to clipboard operation
image-match copied to clipboard

πŸŽ‡ Quickly search over billions of images

Results 65 image-match issues
Sort by recently updated
recently updated
newest added

The function `preprocess_image` in `goldberg.py` has a use case when `bytestream=False, img_or_path=` -> from line 226: ``` if bytestream: try: img = Image.open(BytesIO(image_or_path)) except IOError: # could be an svg,...

Please can you add a method to remove an image from the index, I would like to keep the index up-to-date with my list of images (which is constantly changing).

Is it possible to get the non-normalised distance? This way it can be used as a metric space (triangle inequality).

Currently the query which searches for images, makes an or query on 66 attributes. This can be merged to one attribute and query on only one attribute , that will...

Here is my test code: ` import multiprocessing import time import elasticsearch from image_match.elasticsearch_driver import SignatureES es = elasticsearch.Elasticsearch() es.indices.create('tester5') ses5 = SignatureES(es, index='tester5') def func(i,line): try: ses5.add_image(line.strip()) print i...

when i try cal signature of images, i found that some failed with "numpy.core._internal.AxisError". have you met this? > multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "D:\Anaconda3\lib\multiprocessing\pool.py", line 119,...

Currently the entire signature is stored as an array, and the words are stored as 32-bit(?) integers. Investigate compression schemes.

enhancement

> Traceback (most recent call last): > > File "", line 1, in > runfile('C:/Users/FRANCESCO/Desktop/imgmatch/match.py', wdir='C:/Users/FRANCESCO/Desktop/imgmatch') > > File "C:\WinPython\python-2.7.10.amd64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 790, in runfile > execfile(filename, namespace) > > File...

Documentation [says](http://image-match.readthedocs.io/en/latest/start.html#docker): > We have a Docker image that takes care of setting up image_match and elasticsearch Looking in the Dockerfile and setup.py, I see no creation of an ElasticSearch...