# CNN-for-Image-Retrieval **Repository Path**: thkreate/CNN-for-Image-Retrieval ## Basic Information - **Project Name**: CNN-for-Image-Retrieval - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-18 - **Last Updated**: 2021-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## CNN for Image Retrieval [](../LICENSE) 博文:[Image retrieval using MatconvNet and pre-trained imageNet](http://yongyuan.name/blog/image-retrieval-using-MatconvNet-and-pre-trained-imageNet.html),对应web演示主页[picSearch](http://yongyuan.name/pic)。 **2017/10/08**: 构建CBIR检索对比框架[cnn-cbir-benchmark](https://github.com/willard-yuan/cnn-cbir-benchmark),包括Fisher Vector, VLAD, FC, RMAC, CROW. **2017/08/15更新**:增加Python版本,[Caffe版本](https://github.com/willard-yuan/cnn-cbir-benchmark/tree/master/fc_retrieval),[Keras版本](https://github.com/willard-yuan/flask-keras-cnn-image-retrieval)。 **2015/12/31更新**:添加对MatConvNet最新版version 1.0-beta17的支持,预训练的模型请到Matconvnet官网下载最新的模型。 **2015/12/31更新**:添加对MatConvNet最新版version 1.0-beta17的支持,预训练的模型请到Matconvnet官网下载最新的模型。 **2015/10/20更新**:Web演示部分代码公开[CNN-Web-Demo-for-Image-Retrieval](https://github.com/willard-yuan/CNN-Web-Demo-for-Image-Retrieval)。 **2015/09/24更新**:添加对MatConvNet最新版version 1.0-beta14的支持。 **2015/12/31更新**:添加对[MatConvNet](http://www.vlfeat.org/matconvnet/)最新版version 1.0-beta17的支持,删掉原来的版本(预训练的模型请到matconvnet官网下载最新的模型)。 **2015/06/29更新**:添加对[MatConvNet](http://www.vlfeat.org/matconvnet/)最新版version 1.0-beta12的支持。 **注意**:其中文件夹matconvnet-1.0-beta17是已经编译好了的,鉴于MatConvNet只能在**Matlab 2014**及其以上以及系统必须是**64位**,所以在使用此工具箱之前得满足这两个条件。如果是Pythoner,推荐使用[flask-keras-cnn-image-retrieval](https://github.com/willard-yuan/flask-keras-cnn-image-retrieval),纯Python,非常易于写成在线图像搜索应用。
Caltech-256图像数据库上搜索结果
PCA降维对CNN特征的影响