mirror of
https://github.com/serengil/deepface.git
synced 2025-06-10 05:17:08 +00:00
issue 182 resolved
This commit is contained in:
parent
6ead0093ed
commit
e295cbfb55
@ -137,7 +137,7 @@ def verify(img1_path, img2_path = '', model_name = 'VGG-Face', distance_metric =
|
||||
ensemble_features = []
|
||||
|
||||
for i in model_names:
|
||||
custom_model = models[i]
|
||||
custom_model = model[i]
|
||||
|
||||
#decide input shape
|
||||
input_shape = functions.find_input_shape(custom_model)
|
||||
|
Loading…
x
Reference in New Issue
Block a user