bug 708 - deepid input shape

This commit is contained in:
Sefik Ilkin Serengil 2023-04-22 10:52:04 +01:00
parent f724e80bed
commit d64800f2c0

View File

@ -302,7 +302,7 @@ def find_target_size(model_name):
"Facenet512": (160, 160), "Facenet512": (160, 160),
"OpenFace": (96, 96), "OpenFace": (96, 96),
"DeepFace": (152, 152), "DeepFace": (152, 152),
"DeepID": (55, 47), "DeepID": (47, 55),
"Dlib": (150, 150), "Dlib": (150, 150),
"ArcFace": (112, 112), "ArcFace": (112, 112),
"SFace": (112, 112), "SFace": (112, 112),