kevinwang676's picture
Upload folder using huggingface_hub
6755a2d verified
raw
history blame contribute delete
295 Bytes
from .face_cluster_by_infomap.face_cluster_by_infomap import FaceClusterByInfomap
from .face_tracker import FaceTrackerByYolo5DeepSort
from .insightface_predictor import InsightfacePredictor
__all__ = [
"FaceClusterByInfomap",
"FaceTrackerByYolo5DeepSort",
"InsightfacePredictor",
]