image-retrieval
image-retrieval copied to clipboard
image retrieval
请问一下,BOW 能否用于百万级的图片库搜索?如果说词规模是100K,我理解就是要用10万维的向量来表示,那么首先内存就要爆掉了吧。像是 Faiss 这种库,能用于100K 的单词规模检索吗?
[code](https://github.com/willard-yuan/image-retrieval/blob/master/bag-of-words-python-dev-version/findFeatures.py#L59) seems can be rewrited to '''python for image_path, descriptor in des_list: descriptors = np.vstack((descriptors, descriptor)) ''' Am I missed something?
Image search takes time,please provide the time data.3q.
Hey Yuan, Hope you are all well ! I was looking at your repo for your thesis, and was wondering if you ever considered to expose it as a webservice...