GithubHelp home page GithubHelp logo

libuhui / fingerveinrecognitionmodel3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fingerrec/fingerveinrecognitionmodel3

0.0 1.0 0.0 57.26 MB

A simple implement for A Novel Approach For Finger Vein Verification Based on Self-Taught Learning

Home Page: https://arxiv.org/pdf/1508.03710.pdf

MATLAB 93.12% C 6.64% C++ 0.18% M 0.06%

fingerveinrecognitionmodel3's Introduction

Fingervein Recognition Model3


This project implement in matlab and python,which be finshed in 2017.5.Be sure you have a GPU first,preprocess and cnn model in cpu is slow.

01_Genetic_Preprocess

This part use Genetic algorithm to finish remapping. Roi detect and clip should be done first.(important). You can use your own database to generate preprocess img. Tip:Genetic algorithm is expensive and your can use GPU to do the job or cut down the number of iterations

02-Feature_Extraction

Sparse auto encoding is doing in this part.

03_Convolution&Pooling

A simple CNN model is used in this part.After this part,get the feature map(Traub Features). You can use it in 04 or a new tensorflow model.

04_Classification&Test

Use OneVsAll classofocaion method.

Matlab

IDE:Matlab 2016a The minFunc lib is need for this project, it can be found in Stanford course.

Run

Please add this project into PATH and run Main.m;

use your own dataset

In model 01_Genetic_Preprocess; Change the path in Main_1.m & Main_2.m and Main_LoadData,m;

Tensorflow

python2.7 + tensorflow1.1

Model

Python is simple,and tensorflow is very convenience.After model 03,you can use different model in tf to improve it.A simple example will be include in my antoher warehouse.

The dataset is very large.

Data-Set

    1. The first Data-Set can be find hereSDUMLA_HMT, Release Aggrement should be offer.
  • 2.The second Data-set can be find here fvc-2004;You can also find it in other place. It's a open source database. You can generate feature from code.

fingerveinrecognitionmodel3's People

Contributors

fingerrec avatar

Watchers

James Cloos 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.