mirror of
https://github.com/serengil/deepface.git
synced 2025-06-08 12:35:22 +00:00
boosting gdown dependency
This commit is contained in:
parent
f22372ce48
commit
27843d69b4
@ -1,4 +1,3 @@
|
||||
from keras.preprocessing import image
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore")
|
||||
import time
|
||||
|
@ -4,6 +4,7 @@ import os
|
||||
from os import path
|
||||
from pathlib import Path
|
||||
import numpy as np
|
||||
import gdown
|
||||
from deepface.commons import functions, distance as dst
|
||||
|
||||
def loadModel():
|
||||
|
Loading…
x
Reference in New Issue
Block a user