uid22-deprecated / miner.py
nexu02's picture
deprecate UID 22
10a0d67 verified
Raw
History Blame Contribute Delete
161 Bytes
from pathlib import Path
class Miner:
def __init__(self, path_hf_repo: Path): pass
def predict_batch(self, batch_images, offset, n_keypoints): return []