All Projects → willard-yuan → Cnn Cbir Benchmark

willard-yuan / Cnn Cbir Benchmark

CNN CBIR benchmark (ongoing)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cnn Cbir Benchmark

Computer Vision Leaderboard
Comparison of famous convolutional neural network models
Stars: ✭ 299 (+74.85%)
Mutual labels:  cnn, image-retrieval
Cnnimageretrieval
CNN Image Retrieval in MatConvNet: Training and evaluating CNNs for Image Retrieval in MatConvNet
Stars: ✭ 168 (-1.75%)
Mutual labels:  cnn, image-retrieval
Cnnimageretrieval Pytorch
CNN Image Retrieval in PyTorch: Training and evaluating CNNs for Image Retrieval in PyTorch
Stars: ✭ 931 (+444.44%)
Mutual labels:  cnn, image-retrieval
Person Reid Triplet Loss
Person re-ID baseline with triplet loss
Stars: ✭ 165 (-3.51%)
Mutual labels:  cnn, image-retrieval
Cnn For Image Retrieval
🌅The code of post "Image retrieval using MatconvNet and pre-trained imageNet"
Stars: ✭ 597 (+249.12%)
Mutual labels:  cnn, image-retrieval
Mxnet Ir
Image Retrieval Experiment Using Triplet Loss
Stars: ✭ 27 (-84.21%)
Mutual labels:  cnn, image-retrieval
Mirror
Matchable Image Retrieval by Learning from Surface Reconstruction
Stars: ✭ 44 (-74.27%)
Mutual labels:  cnn, image-retrieval
Tensorflow template application
TensorFlow template application for deep learning
Stars: ✭ 1,851 (+982.46%)
Mutual labels:  cnn
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-4.68%)
Mutual labels:  cnn
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+1119.3%)
Mutual labels:  cnn
Mstar deeplearning project
Radar target classification, detection and recognition using deeplearning methods on MSTAR dataset
Stars: ✭ 163 (-4.68%)
Mutual labels:  cnn
Dcrnn pytorch
Diffusion Convolutional Recurrent Neural Network Implementation in PyTorch
Stars: ✭ 146 (-14.62%)
Mutual labels:  cnn
Weixinxiaochengxu
小帅一点资讯微信小程序图像识别源码,微信小程序百度AI接口源码,微信小程序图片上传显示缩放缩略图,人工智能,图像识别,人脸颜值分析,植物、动物、车型、LOGO、食材、手写文字识别等
Stars: ✭ 162 (-5.26%)
Mutual labels:  cnn
Simple cnn
Simple Convolutional Neural Network Library
Stars: ✭ 158 (-7.6%)
Mutual labels:  cnn
Documentclassification
This code implements a simple CNN model for document classification with tensorflow.
Stars: ✭ 151 (-11.7%)
Mutual labels:  cnn
Eeg Dl
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Stars: ✭ 165 (-3.51%)
Mutual labels:  cnn
Pytorch deephash
Pytorch implementation of Deep Learning of Binary Hash Codes for Fast Image Retrieval, CVPRW 2015
Stars: ✭ 148 (-13.45%)
Mutual labels:  image-retrieval
Tf Adnet Tracking
Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'
Stars: ✭ 162 (-5.26%)
Mutual labels:  cnn
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (-1.75%)
Mutual labels:  cnn
Anime Face Gan Keras
A DCGAN to generate anime faces using custom mined dataset
Stars: ✭ 161 (-5.85%)
Mutual labels:  cnn

Benchmark for Image Retrieval (BKIR)

License

This project tries to build a benchmark for image retrieval, particully for Instance-level image retrieval.

Methods

The following methods are evaluated on Oxford Building dataset. The evaluation adopts mean Average Precision (mAP), which is computed using the code provided by compute_ap.cpp.

method feature mAP (best) status evalute code
fc_retrieval CNN 60.2% finished fc_retrieval
rmac_retrieval RMAC 75.7%(256d, crop, qe) finished rmac_retrieval
crow_retrieval CROW 72.8%(256d, crop, qe) finished crow_retrieval
fv_retrieval SIFT 67.29% finished fv_retrieval
vlad_retrieval SIFT 63.13% finished vlad_retrieval
fv_retrieval SOSNet 50.73% ongoing -
vlad_retrieval SOSNet - ongoing -

the methods on above have the following characteristics:

  • Low dimension
  • Time - tested, and are dimanstracted effectively
  • Used in industry

Contribution

If you are interested in this project, feel free to contribute your code. Only Python and C++ code are accepted.

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].