724 Commits

Author SHA1 Message Date
Raghucharan16
2dbae0edca review changes 2025-02-23 11:51:02 +05:30
Raghucharan16
e19c7fcc1c added reviewed changes 2025-02-22 19:14:29 +05:30
Raghucharan16
89b2d49eb5 Merge branch 'master' of https://github.com/Raghucharan16/deepface 2025-02-20 23:26:48 +05:30
Raghucharan16
ad0c7e75e7 added weights 2025-02-20 23:25:36 +05:30
Sefik Ilkin Serengil
c272befce1
Merge pull request #1440 from serengil/feat-task-2002-post-batch-changes
post batch changes
2025-02-20 17:48:28 +00:00
Raghucharan16
5a73d91744 code review changes 2025-02-20 23:08:09 +05:30
Sefik Ilkin Serengil
f758dcc133 post batch changes 2025-02-20 17:34:51 +00:00
Raghucharan16
41ae9bbcf3 Merge branch 'master' of https://github.com/Raghucharan16/deepface 2025-02-20 22:14:31 +05:30
Raghucharan16
103de47dfb added buffalo_l model 2025-02-20 22:12:51 +05:30
dakotah-jones
27d82ff00b Merge branch 'master' of https://github.com/dakotah-jones/deepface into patch-1 2025-02-18 16:36:10 -05:00
Sefik Ilkin Serengil
3037e4e10a post batch changes 2025-02-18 19:55:12 +00:00
Sefik Ilkin Serengil
ca73032969
Merge pull request #1433 from galthran-wq/batching
Batching on `.represent` to improve performance and utilize GPU in full
2025-02-16 19:58:10 +00:00
Nat Lee
01f872d9e9 [update] mv control logic to demography 2025-02-14 15:52:48 +08:00
galthran-wq
f1734b2367 linting 2025-02-11 20:05:23 +00:00
galthran-wq
8becc97512 dlib true-batched forward 2025-02-11 17:25:32 +00:00
galthran-wq
a4a579e5eb dlib pseudo-batched forward 2025-02-11 17:21:01 +00:00
galthran-wq
3a9385fad8 List->Sequence typing 2025-02-11 17:16:59 +00:00
galthran-wq
035d3c8ba8 SFace pseudo-batched inference 2025-02-11 17:01:24 +00:00
galthran-wq
8fb70eb43f VGGFace batched inference 2025-02-11 17:00:59 +00:00
galthran-wq
bb134b25d2 compatibility 2025-02-11 13:56:09 +00:00
galthran-wq
d7a985bf12 update DeepFace represent method 2025-02-11 13:34:50 +00:00
galthran-wq
72919d95f4 typo 2025-02-11 13:27:13 +00:00
galthran-wq
0ef420bc10 batched inputs in representation 2025-02-11 13:01:29 +00:00
dakotah-jones
5d4146b248 Add test.
Add comments.
Update color format for `__find_bulk_embeddings`.
2025-01-28 10:41:20 -05:00
h-alice
6df7b7d8e9
Add support for batched input. 2025-01-22 16:54:51 +08:00
h-alice
95bb92c933
Remove redundant squeeze. 2025-01-21 11:25:33 +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
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
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
242bd3eb84 failure to decode an io object as an image raises an exception 2025-01-10 09:14:15 -05:00
Samuel J. Woodward
4f0fa6ee22 load_image now accepts file objects that support being read 2025-01-09 10:35:47 -05:00