Skip to content

KONGis88/Deep_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fingerprint Recognition

Fingerprint recognition using CNN

Result

result.png
Let's assume that left image is a new input from user, center and right images are stored in database.
Title of figures [122 0 0 1] means, left to right order:

  • subject_id
  • gender (male 0, female 1)
  • left_or_right_hand (left 0, right 1)
  • finger index (0-4)

Applied some augmentation(gaussian blur, zoom, translation, rotation..) to input(left image) for wild environment.
Center image is the answer so it has 99% confidence, on the other hand, right image is wrong so that has 0%.

Model Architecture

model.jpg

Dependencies

  • Python
  • numpy
  • keras
  • matplotlib
  • sklearn
  • imgaug

Dataset

Sokoto Coventry Fingerprint Dataset (SOCOFing) https://www.kaggle.com/ruizgara/socofing/home

Releases

No releases published

Packages

No packages published