mirror of
https://github.com/serengil/deepface.git
synced 2025-06-10 13:27:08 +00:00
fix input shape size
This commit is contained in:
parent
1d18013978
commit
3c0d84e34b
@ -10,7 +10,7 @@ _url = "https://github.com/opencv/opencv_zoo/raw/master/models/face_recognition_
|
||||
|
||||
|
||||
class _Layer:
|
||||
input_shape = (None, 112, 122, 3)
|
||||
input_shape = (None, 112, 112, 3)
|
||||
|
||||
|
||||
class SFace:
|
||||
|
Loading…
x
Reference in New Issue
Block a user