mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
fix: embedded size for facenet changed to 128
This commit is contained in:
parent
5e38914a20
commit
24f7e11a68
@ -100,7 +100,7 @@ class TestVerifyEndpoint(unittest.TestCase):
|
||||
for i in result["results"]:
|
||||
assert i.get("embedding") is not None
|
||||
assert isinstance(i.get("embedding"), list) is True
|
||||
assert len(i.get("embedding")) == 4096
|
||||
assert len(i.get("embedding")) == 128
|
||||
assert i.get("face_confidence") is not None
|
||||
assert i.get("facial_area") is not None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user