Skip to content
#

image-search

Here are 170 public repositories matching this topic...

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

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