mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
test diff detetors
This commit is contained in:
parent
b544a2d866
commit
8bfdcf139a
@ -80,10 +80,8 @@ def test_different_detectors():
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("detector_backend", [
|
@pytest.mark.parametrize("detector_backend", [
|
||||||
# "yolov11n",
|
"opencv",
|
||||||
# "yolov8",
|
"ssd"
|
||||||
"yolov11s",
|
|
||||||
# "opencv",
|
|
||||||
])
|
])
|
||||||
def test_batch_extract_faces(detector_backend):
|
def test_batch_extract_faces(detector_backend):
|
||||||
img_paths = [
|
img_paths = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user