Spaces:
No application file
No application file
File size: 295 Bytes
6755a2d |
1 2 3 4 5 6 7 8 9 |
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",
] |