Skip to content
#

visual-search

Here are 46 public repositories matching this topic...

vearch
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

Bug Good first issue

Simple implementation of search for visually similar images using deep learning and vector search. It's based on pretrained ImageNet weights so it doesnt require any additional training

  • Updated Mar 12, 2022
  • Python

Improve this page

Add a description, image, and links to the visual-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 visual-search topic, visit your repo's landing page and select "manage topics."

Learn more