deepface
copied
Readme
Files and versions
3 lines
118 B
3 lines
118 B
3 years ago
|
from .deepface import DeepfaceFaceEmbedding
|
||
|
def deepface(model_name):
|
||
|
return DeepfaceFaceEmbedding(model_name)
|