UFR-Fing / src /data /base.py
anbinh39's picture
Add files using upload-large-folder tool
dadf189 verified
Raw
History Blame Contribute Delete
292 Bytes
from __future__ import annotations
from typing import TypedDict
import torch
class FingerprintSample(TypedDict):
"""Canonical sample format for SIFQ pipelines."""
image: torch.Tensor
identity_id: str
finger_id: str
sensor_id: str
dataset: str
image_path: str