This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
deepface
Watch
1
Star
1
Fork
0
You've already forked deepface
mirror of
https://github.com/serengil/deepface.git
synced
2025-06-07 03:55:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deepface
/
deepface
History
Samuel J. Woodward
799cb0f6cf
pickled_images is now created using a set comprehension, instead of a list comprehension as before. Like storage_images, all subsequent actions where set and not list actions, so it saves time re-creating the list as a set later on.
2025-01-06 09:13:01 -05:00
..
api
Update routes.py
2024-12-19 11:19:59 +00:00
commons
clarify docstring
2025-01-06 09:08:48 -05:00
models
fastmtcnn's coordinates casted to int
2024-12-26 12:34:13 +00:00
modules
pickled_images is now created using a set comprehension, instead of a list comprehension as before. Like storage_images, all subsequent actions where set and not list actions, so it saves time re-creating the list as a set later on.
2025-01-06 09:13:01 -05:00
__init__.py
v94
2024-08-17 10:08:43 +01:00
DeepFace.py
write small dockstring for lint
2025-01-04 11:23:51 +03:30