File size: 295 Bytes
a57c6eb
 
 
 
 
 
 
 
 
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",
]