The Wayback Machine - https://web.archive.org/web/20210910110310/https://github.com/topics/image-search
Skip to content
#

image-search

Here are 178 public repositories matching this topic...

jina
jacobowitz
jacobowitz commented Aug 17, 2021

The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.

Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app

milvus
DragonDriver
DragonDriver commented Sep 6, 2021

What would you like to be added:

I want to add a script to check if Apache license exists in all go files. Meanwhile, using this script as a GitHub action would be better.

By the way, a script that automatically add milvus license to go files would also be very nice.

Why is this needed:

Decrease the time that developers add Apache license to newer added files.

richxnh
richxnh commented Jun 3, 2021

使用的3.2.7版本,3台服务器(1个master、3个ps、3个router),按天建表(如:db_20210601、db_20210602、db_20210603),每张表的结构如下 :
`{
"name": "space",
"partition_num": 3,
"replica_num": 1,
"engine": {
"name": "gamma",
"index_size": 100000,
"retrieval_type": "IVFPQ",
"retrieval_param": {
"ncentroids": 2048,
"nsubvector": 64,
"metric_type": "InnerProduct"
},
"id_type": "String"
},
"propertie

lixiangMindSpore
lixiangMindSpore commented Sep 3, 2021

Describe the issue
The conflict is caused by:
pymilvus 2.0.0rc5 depends on grpcio==1.37.1
tensorflow 2.5.1 depends on grpcio~=1.34.0

To Reproduce

  • Which solution are you running? Please post the link.
  • Steps to reproduce the behavior(Docker or Source code):
  1. pip install

Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same
  • Updated Apr 13, 2019
  • Python

Improve this page

Add a description, image, and links to the image-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-search topic, visit your repo's landing page and select "manage topics."

Learn more