mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
remove unnecessary models from the test
This commit is contained in:
parent
9e12c92d8a
commit
da03b479d8
@ -88,14 +88,7 @@ def test_max_faces():
|
|||||||
@pytest.mark.parametrize("model_name", [
|
@pytest.mark.parametrize("model_name", [
|
||||||
"VGG-Face",
|
"VGG-Face",
|
||||||
"Facenet",
|
"Facenet",
|
||||||
"Facenet512",
|
|
||||||
"OpenFace",
|
|
||||||
"DeepFace",
|
|
||||||
"DeepID",
|
|
||||||
"Dlib",
|
|
||||||
"ArcFace",
|
|
||||||
"SFace",
|
"SFace",
|
||||||
"GhostFaceNet"
|
|
||||||
])
|
])
|
||||||
def test_batched_represent(model_name):
|
def test_batched_represent(model_name):
|
||||||
img_paths = [
|
img_paths = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user