Import fire

This commit is contained in:
Onur Atakan ULUSOY 2022-05-09 00:13:53 +03:00 committed by GitHub
parent 4ad9dc739f
commit 709cdc8109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ import pandas as pd
from tqdm import tqdm
import pickle
import fire
from deepface.basemodels import VGGFace, OpenFace, Facenet, Facenet512, FbDeepFace, DeepID, DlibWrapper, ArcFace, Boosting
from deepface.extendedmodels import Age, Gender, Race, Emotion
from deepface.commons import functions, realtime, distance as dst