issue 182 resolved

This commit is contained in:
Sefik Serengil 2021-02-05 20:57:57 +03:00
parent 6ead0093ed
commit e295cbfb55

View File

@ -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)