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

@rhsimplex Can you please explain the effect of "cut_distance" when I try with the same set of data with different value of "cut_distance" 0.45,0.6, 0.9 , 2 I get wrong...

Sorry for the long error log, This error log is same on macos as well as ubuntu 18.04 I am using mini conda with python 3.7 **Note: It worked when...

hi Love this product Is it possible to use image-match against a live-stream of video (or web camera), for a group of templates/matches? ie, not just trying to match a...

Change the query since doc type is deprecated on ES 6.x. On the top of the new query, explicitly declare the search target's type to `keyword` to ensure the term...

``` self = , format = request = def __init__(self, format, request): self.__closed = False self._BaseReaderWriter_last_index = -1 self._format = format self._request = request # Open the reader/writer > self._open(**self.request.kwargs.copy())...

Hello, I can't install this package on my computer system: Mac OS 10.14.1 Python version: Python 3.7 trace: numpy/core/src/umath/simd.inc.src:107:13: note: expanded from macro 'LOOP_BLOCKED' for(; i < npy_blocked_end(peel, sizeof(type), vsize,...

the demo.py as follows: from elasticsearch import Elasticsearch from image_match.elasticsearch_driver import SignatureES es = Elasticsearch() ses = SignatureES(es) ses.add_image('https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg/687pxMona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg') it is absolutely orignal code in https://image-match.readthedocs.io/en/latest/searches.html, and ==> Successfully stopped...

for import `from pymongo.mongo_client import MongoClient from os import listdir from os.path import isfile, join from image_match.goldberg import ImageSignature from image_match.signature_database_base import make_record from image_match.mongodb_driver import SignatureMongo` there is this...

for this type of error ~/python3.6/dist-packages/image_match/goldberg.py:606: RuntimeWarning: invalid value encountered in double_scalars return norm_diff / (norm1 + norm2)