Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SignatureDetection

this project is influence by Learning Features for Offline Handwritten Signature Verification with CNN paper.

in the paper they proposed a multi-task feature extractor.

we did Implementation in 3 different way:

  1. Training Separated CNN as feature extractor, and then using SVMs for classification.
  2. Training shared CNN as feature extractor, and then using SVMs for classification.
  3. Training shared CNN as feature extractor, and then using RNNs (LSTM, GRU, ...) for classification.

the documentation and presentation for each part is included.

requirements to run:

  • tensorflow 1.x
  • keras
  • opencv

About

CNN for signature verification and detection

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages