All Projects → icodingc → Imageretrieval Tf

icodingc / Imageretrieval Tf

基于tensorflow & tf-servering & flask 的图像检索

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Imageretrieval Tf

Cbir System
Content-Based Image Retrieval system (KTH DD2476 Project)
Stars: ✭ 9 (-90.43%)
Mutual labels:  image-retrieval
Massimageretrieval
This project is intended to solve the task of massive image retrieval.
Stars: ✭ 47 (-50%)
Mutual labels:  image-retrieval
Adsh Aaai2018
source code for paper "Asymmetric Deep Supervised Hashing" on AAAI-2018
Stars: ✭ 67 (-28.72%)
Mutual labels:  image-retrieval
Mxnet Ir
Image Retrieval Experiment Using Triplet Loss
Stars: ✭ 27 (-71.28%)
Mutual labels:  image-retrieval
Watermarkreco
Pytorch implementation of the paper "Large-Scale Historical Watermark Recognition: dataset and a new consistency-based approach"
Stars: ✭ 45 (-52.13%)
Mutual labels:  image-retrieval
Gss
Code for the NeurIPS'19 paper "Guided Similarity Separation for Image Retrieval"
Stars: ✭ 54 (-42.55%)
Mutual labels:  image-retrieval
Ddsh Tip2018
source code for paper "Deep Discrete Supervised Hashing"
Stars: ✭ 16 (-82.98%)
Mutual labels:  image-retrieval
Deepembeding
图像检索和向量搜索,similarity learning,compare deep metric and deep-hashing applying in image retrieval
Stars: ✭ 83 (-11.7%)
Mutual labels:  image-retrieval
Keras rmac plus
Keras implementation of R-MAC+ descriptors
Stars: ✭ 46 (-51.06%)
Mutual labels:  image-retrieval
Deep Ranking
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
Stars: ✭ 64 (-31.91%)
Mutual labels:  image-retrieval
Hierarchical Localization
Visual localization made easy with hloc
Stars: ✭ 997 (+960.64%)
Mutual labels:  image-retrieval
Deep Fashion
Proposal a new method to retrieval clothing images
Stars: ✭ 44 (-53.19%)
Mutual labels:  image-retrieval
Digix cv time top3
2020华为DIGIX全球校园AI算法精英大赛计算机视觉赛道第三名解决方案
Stars: ✭ 58 (-38.3%)
Mutual labels:  image-retrieval
Deep Mihash
Code for papers "Hashing with Mutual Information" (TPAMI 2019) and "Hashing with Binary Matrix Pursuit" (ECCV 2018)
Stars: ✭ 13 (-86.17%)
Mutual labels:  image-retrieval
Image similarity
PyTorch Blog Post On Image Similarity Search
Stars: ✭ 80 (-14.89%)
Mutual labels:  image-retrieval
Cnnimageretrieval Pytorch
CNN Image Retrieval in PyTorch: Training and evaluating CNNs for Image Retrieval in PyTorch
Stars: ✭ 931 (+890.43%)
Mutual labels:  image-retrieval
Dg Net
Joint Discriminative and Generative Learning for Person Re-identification. CVPR'19 (Oral)
Stars: ✭ 1,042 (+1008.51%)
Mutual labels:  image-retrieval
Trace.moe Webextension
WebExtension for the Anime Reverse Search Engine to search by image
Stars: ✭ 89 (-5.32%)
Mutual labels:  image-retrieval
Vehicle Retrieval Kcnns
vehicle image retrieval using k CNNs ensemble method
Stars: ✭ 81 (-13.83%)
Mutual labels:  image-retrieval
Awesome Cbir Papers
📝Awesome and classical image retrieval papers
Stars: ✭ 1,114 (+1085.11%)
Mutual labels:  image-retrieval

基于TensorFlow以及TF-serving图像检索

1. 抽取特征extract_feature <br>

  • 这里没有训练网络,只是根据ImageNet上预训练Inception_v3模型抽取mixed_8x8x2048b层特征,然后sum_pooling到2048-d。
  • 如想得到更好的特征表示,可以参考DeepRank等文章根据数据集fine-tune训练网络。

2. 运行服务Serving <br>

  • 因为Tensorflow Serving 更新版本导致本项目不能使用。
  • 不过最新版本的Serving更容易学习使用,如感兴趣可以看下我写的其他例子clientexporter以及server

3. 一个web_demo基于Flask修改自VisualSearch

4. 本项目采用的是tensorflow 0.10.0rc0,而且可能不会再更新

下边是几个检索例子

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].