From d64800f2c0926277995230a76bfc09af4ca73e51 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 22 Apr 2023 10:52:04 +0100 Subject: [PATCH] bug 708 - deepid input shape --- deepface/commons/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/commons/functions.py b/deepface/commons/functions.py index 9cc5ef6..81a2753 100644 --- a/deepface/commons/functions.py +++ b/deepface/commons/functions.py @@ -302,7 +302,7 @@ def find_target_size(model_name): "Facenet512": (160, 160), "OpenFace": (96, 96), "DeepFace": (152, 152), - "DeepID": (55, 47), + "DeepID": (47, 55), "Dlib": (150, 150), "ArcFace": (112, 112), "SFace": (112, 112),