from pathlib import Path class Miner: def __init__(self, path_hf_repo: Path): pass def predict_batch(self, batch_images, offset, n_keypoints): return []