mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 18:00:02 +00:00
Remove no longer needed images list
This commit is contained in:
parent
56d3b66a5c
commit
661f13f3b3
@ -43,7 +43,6 @@ def yield_images(path: str) -> Generator[str]:
|
|||||||
Yields:
|
Yields:
|
||||||
image (str): image path
|
image (str): image path
|
||||||
"""
|
"""
|
||||||
images = []
|
|
||||||
image_exts = {".jpg", ".jpeg", ".png"}
|
image_exts = {".jpg", ".jpeg", ".png"}
|
||||||
pil_exts = {"jpeg", "png"}
|
pil_exts = {"jpeg", "png"}
|
||||||
for r, _, f in os.walk(path):
|
for r, _, f in os.walk(path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user