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

Hi, I would like to experience `image-match` but I couldn't access to download images mentioned in the document. The link is forbidden. Could you suggest where I could have images...

Hi guys, First of all, thanks for this library. I came across with it today and it's amazing. Inspecting the source code I see that, when storing images on ElasticSearch,...

Just to let you know, make you aware that based on https://stackoverflow.com/questions/58993530/typeerror-self-open-got-an-unexpected-keyword-argument-as-grey-python I ran into that same issue ... it may require, at least this fixed it for me, a...

Hi, is it possible to release a new version on Pypi with the content from 'master' branch ? I have noticed the scikit-image is compatible with Python3.7 on master branch...

I have about 2000 pictures in the database. Searching ses.search_image takes 3-5 seconds. Is it possible to speed it up somehow? I plan to compare almost a million images. Is...

Are there any plans to increase the face recognition search function?

My code calls `image_match.signature_database_base.get_words` directly. I am getting this failure during pytest unit tests: ``` # create empty words array words = np.zeros((N, k)).astype('int8') for i, pos in enumerate(word_positions): if...

![image](https://user-images.githubusercontent.com/53686164/100416422-e085eb80-3097-11eb-9c5f-e5d7dc49f400.png) trying to run this code but gives me an error: ![image](https://user-images.githubusercontent.com/53686164/100416453-f3002500-3097-11eb-941e-9cc803b827c7.png) already tried to install numpy 1.19.3 version. still doesn't work.