mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
deep id target size
This commit is contained in:
parent
89de20cc98
commit
e3d73ca89d
@ -197,7 +197,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": (47, 55),
|
"DeepID": (55, 47),
|
||||||
"Dlib": (150, 150),
|
"Dlib": (150, 150),
|
||||||
"ArcFace": (112, 112),
|
"ArcFace": (112, 112),
|
||||||
"SFace": (112, 112)
|
"SFace": (112, 112)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user