deepface
copied
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
from .deepface import DeepfaceFaceEmbedding |
|||
def deepface(model_name): |
|||
return DeepfaceFaceEmbedding(model_name) |
Loading…
Reference in new issue