pip install insightface | |
FACE_ANALYSER = insightface.app.FaceAnalysis( | |
name="buffalo_l", | |
root=".", providers=providers,allowed_modules=["landmark_3d_68", "landmark_2d_106","detection","recognition"] | |
) |
pip install insightface | |
FACE_ANALYSER = insightface.app.FaceAnalysis( | |
name="buffalo_l", | |
root=".", providers=providers,allowed_modules=["landmark_3d_68", "landmark_2d_106","detection","recognition"] | |
) |