anchorxia's picture
add mmcm
a57c6eb
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",
]