Skip to content

PyTorch Implementation of "Signet: Convolutional siamese network for writer independent offline signature verification".

License

Notifications You must be signed in to change notification settings

abeekmath/Signet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigNet-PyTorch

A PyTorch implementation of Convolutional Siamese Network for Writer Independent Oflline Signature Verification

Table of Contents:

Data:

Model:

Experiment configs:

- Input size: 105 x 105 x 3
- Batch size: 8
- Learning rate: 1e-4
- Optimizer: Adam

Usage:

  • Clone the repository here
  • python main.py
  • Runs on a GPU, you need to enable cuda in the config file.

Requirements:

Check requirements.txt.

References:

License:

This project is licensed under Apache-2.0 License - see the LICENSE file for details.

About

PyTorch Implementation of "Signet: Convolutional siamese network for writer independent offline signature verification".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages