mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 09:50:00 +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:
|
||||
image (str): image path
|
||||
"""
|
||||
images = []
|
||||
image_exts = {".jpg", ".jpeg", ".png"}
|
||||
pil_exts = {"jpeg", "png"}
|
||||
for r, _, f in os.walk(path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user