Code Monkey home page Code Monkey logo

dl-feature-extrator's Introduction

========================
如何提取cnn特征
========================


下载caffe_reference_imagenet_model文件到./CaffeModelEXE文件夹下面。
地址:https://www.dropbox.com/s/n3jups0gr7uj0dv/caffe_reference_imagenet_model

运行方式:

*window命令行方式
*matlab代码

支持的样本数据存储结构:

相同类别的图像放在同一个文件夹,表示类别的文件夹放在同一个目录下面。仅支持二级目录的检索。
示例参见  ./sample
./sample 文件夹下面有3个子文件,./class1	./class2	./class3
每个子文件夹存放相同类别的图像。 


Quick start
1、准备好数据集,假设你的数据集名称是sample。更改filepathToText.m文件,
		dataset='sample'
		保存,运行filepathToText.m文件,然后会在当前目录下生成filepath.txt文件。
2、进入CaffeModelEXE文件夹目录,阅读ReadMe.md文件。并且把上一步生成的filepath.txt文件复制到该目录下。
		在命令行下,cd到当前目录,输入命令
		ExtractDeepFeat.exe filepath.txt fc7
		并且执行。
3、更改ToSVMFormat.m文件,
		dataset='sample'
		保存,运行filepathToText.m文件,然后会在当前目录下生成data.mat和label.mat文件。分别存储样本特征和标签。可以直接调用libsvm的matlab接口训练分类器。
		
		
联系:
如果你发现任何bug,请联系  [email protected]

dl-feature-extrator's People

Contributors

fantine16 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.