File size: 259 Bytes
8ff5969 | 1 2 3 4 5 6 7 8 9 | pip install insightface
FACE_ANALYSER = insightface.app.FaceAnalysis(
name="buffalo_l",
root=".", providers=providers,allowed_modules=["landmark_3d_68", "landmark_2d_106","detection","recognition"]
) |