1988 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
76af76f385
Update README.md
github sponsor button
2025-02-04 14:37:50 +00:00
Sefik Ilkin Serengil
80d083a3e4
Add files via upload 2025-02-04 14:36:23 +00:00
Sefik Ilkin Serengil
5bc8dc1a9f
Update README.md
remove product hunt and hackernews badges
2025-02-04 09:03:40 +00:00
dakotah-jones
a05c2ea813 Add logging to test case. 2025-01-28 11:01:20 -05:00
dakotah-jones
5d4146b248 Add test.
Add comments.
Update color format for `__find_bulk_embeddings`.
2025-01-28 10:41:20 -05:00
dakotah-jones
41cabea7a6
Merge branch 'serengil:master' into patch-1 2025-01-27 10:47:37 -05:00
NatLee
0ab3ac2d51 [fix] avoid problem of precision in float 2025-01-25 17:42:41 +08:00
NatLee
4d7793169b Merge remote-tracking branch 'origin/master' into feat/batch-predict-age-and-gender 2025-01-25 17:25:50 +08:00
h-alice
ee3093de45
Merge branch 'feat/batch-predict-age-and-gender' of https://github.com/NatLee/deepface into feat/batch-predict-age-and-gender 2025-01-22 16:55:21 +08:00
h-alice
b584d29ce3
Refine some tests. 2025-01-22 16:55:09 +08:00
h-alice
6df7b7d8e9
Add support for batched input. 2025-01-22 16:54:51 +08:00
Nat Lee
61b6931ea3 [update] modify test of emotion and add client of age, gender and race tests 2025-01-21 11:58:41 +08:00
h-alice
95bb92c933
Remove redundant squeeze. 2025-01-21 11:25:33 +08:00
Sefik Ilkin Serengil
3a4068ad41
Update README.md
don't show hackernews and product hunt in badge area anymore
2025-01-20 16:40:22 +00:00
Nat Lee
db4b749c98 [update] add emotions batch test 2025-01-20 18:14:48 +08:00
Sefik Ilkin Serengil
8ec64066ea
Update README.md
put github trending to the upper area of product badges
2025-01-20 09:45:20 +00:00
Sefik Ilkin Serengil
d22df005ee
Update README.md
github trending in end of badge area
2025-01-20 09:44:12 +00:00
Sefik Ilkin Serengil
a75d45bf07
Update README.md
location of github trending moved to under of logo
2025-01-20 09:43:37 +00:00
Sefik Ilkin Serengil
3cbe7358ae
Update README.md
github trending
2025-01-20 09:43:00 +00:00
NatLee
0971fcde1f Merge commit '0d7e15147f527edc0ef09dadbd73f38d87972d1f' into feat/batch-predict-age-and-gender 2025-01-16 20:50:12 +08:00
NatLee
0d7e15147f [update] rm print 2025-01-16 20:48:59 +08:00
h-alice
6a8d1d95d3
patch: Lint 2025-01-16 17:32:45 +08:00
h-alice
6a7bbdb926
REVERT demography.py 2025-01-16 17:17:25 +08:00
h-alice
7e719dfdeb
Patch: Make Age model capable to handle single or batched input. 2025-01-16 17:09:45 +08:00
dakotah-jones
bc92d5a15a Revert change to comment. (#1402) 2025-01-15 16:43:18 -05:00
dakotah-jones
1ea31bc072 Update skip case. 2025-01-15 16:41:40 -05:00
dakotah-jones
830decb483 Revert change to default case. 2025-01-15 16:40:10 -05:00
dakotah-jones
4fbd33a419
Update representation.py
Add explicit "color_face" argument.
2025-01-15 13:15:00 -05:00
Nat Lee
c72b47484d [update] lint 2025-01-14 18:12:32 +08:00
h-alice
da4a0c5452
patch: Lint 2025-01-14 09:12:35 +08:00
h-alice
a23893a5fa
patch: emotion dimension. 2025-01-13 23:44:28 +08:00
h-alice
72b6db19d6
patch: fix dimension 2025-01-13 23:35:48 +08:00
h-alice
910d6e1d80
patch: fix dimension. 2025-01-13 23:31:22 +08:00
h-alice
fa4044adae
patch: Greyscale image prediction condition. 2025-01-13 23:14:40 +08:00
halice
8883b212b2
Merge pull request #6 from NatLee/patch/adjustment-0103-1
New Shared Prediction Method.
2025-01-13 23:04:29 +08:00
NatLee
a442f7a382 Merge remote-tracking branch 'origin/master' into patch/adjustment-0103-1 2025-01-13 22:31:23 +08:00
NatLee
688fbe6b90 [fix] lint 2025-01-13 22:27:11 +08:00
h-alice
eb7b8411e8
Documentation 2025-01-13 17:23:44 +08:00
Sefik Ilkin Serengil
29200f4fd6
Merge pull request #1423 from PyWoody/load_image_io
load_image now accepts file objects that support being read
2025-01-10 17:16:28 +00:00
Samuel J. Woodward
e4cba05a10 updated doctstring descriptions for functions that accept IO[bytes] file objects 2025-01-10 12:04:01 -05:00
Samuel J. Woodward
86fa2dfa83 updating docstrings to appease linter 2025-01-10 11:46:28 -05:00
Samuel J. Woodward
7112766966 correct import ordering to be alphabetized 2025-01-10 11:26:16 -05:00
Samuel J. Woodward
f3da544812 updated docstrings for fucntions that now accept IO[bytes] 2025-01-10 11:21:01 -05:00
Samuel J. Woodward
39173b748b adding IO[bytes] types to functions that now accept io objects 2025-01-10 11:05:43 -05:00
Samuel J. Woodward
8c5a23536d use requirements.txt for testing non-image io objects 2025-01-10 10:40:02 -05:00
Samuel J. Woodward
242bd3eb84 failure to decode an io object as an image raises an exception 2025-01-10 09:14:15 -05:00
Samuel J. Woodward
f9af73c1c7 defualt --> default 2025-01-09 11:51:31 -05:00
Samuel J. Woodward
4f0fa6ee22 load_image now accepts file objects that support being read 2025-01-09 10:35:47 -05:00
Sefik Ilkin Serengil
94f336b95f
Create CODE_OF_CONDUCT.md 2025-01-08 16:49:28 +00:00
Sefik Ilkin Serengil
5bab888411
Merge pull request #1420 from PyWoody/image_utils
Optimizations for deepface.recognition.find, Optimization and New Iterator Functionality in image_utils
2025-01-07 15:42:06 +00:00