T0KII/signature-similarity
Image Classification • Updated • 47
This dataset contains a collection of genuine and forged handwritten signatures designed for training image similarity and forgery detection algorithms.
To download the images directly into your Python environment or Jupyter Notebook, you can use the huggingface_hub library:
# Install the library if you haven't already
# !pip install huggingface_hub
from huggingface_hub import snapshot_download
# Download the dataset repository to your local machine or Colab environment
dataset_path = snapshot_download(repo_id="T0KII/signatures-dataset", repo_type="dataset")
print(f"Dataset downloaded to: {dataset_path}")
The dataset is structured to provide an equal balance of authentic and forged samples across multiple writers. It consists of two primary categories:
full_org): Contains 1320 genuine signatures, providing 24 genuine samples for each of the 55 distinct writers[cite: 2].full_forg): Contains 1320 forgery signatures, providing 24 forgeries for each of the 55 writers[cite: 2].