2042 Commits

Author SHA1 Message Date
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
6c714a8e4a
Merge pull request #1438 from serengil/feat-task-1802-post-batch-changes
post batch changes
2025-02-18 20:06:58 +00:00
Sefik Ilkin Serengil
3037e4e10a post batch changes 2025-02-18 19:55:12 +00:00
galthran-wq
c30f55c380 lint 2025-02-18 10:55:02 +00:00
galthran-wq
2eb5cac37b batch extract faces on single image special case 2025-02-18 10:40:57 +00:00
galthran-wq
3e34675aab lint 2025-02-18 10:31:48 +00:00
galthran-wq
988afa6a70 fix batched numpy array input 2025-02-18 10:27:23 +00:00
galthran-wq
526ab1baf7 test numpy array batched input 2025-02-18 10:26:52 +00:00
galthran-wq
27dea80248 batch test add other detector models 2025-02-18 10:22:53 +00:00
galthran-wq
70b61a7f4f change interface in a special case 2025-02-18 10:03:27 +00:00
galthran-wq
991566ffb1 yunet pseudobatching 2025-02-18 09:51:40 +00:00
galthran-wq
7f04e6b298 mediapipe pseudo bathcing 2025-02-18 09:49:25 +00:00
galthran-wq
26e537d2a5 psedu-batching fastmtcnn 2025-02-18 09:48:01 +00:00
galthran-wq
f5188c802c pseudo-batching centerface 2025-02-18 09:47:06 +00:00
galthran-wq
1d358aa15a pseudo-batching dlib 2025-02-18 09:44:59 +00:00
galthran-wq
1c825e8803 add more models and detector-specific rtol 2025-02-18 09:18:33 +00:00
galthran-wq
f3d05ef2d5 add a couple to test batch extract faces 2025-02-18 09:03:17 +00:00
galthran-wq
60bee4e1a9 detect faces return list of lists on batched inputs 2025-02-18 08:48:47 +00:00
galthran-wq
c4b4b4a736 lint 2025-02-17 12:28:44 +00:00
galthran-wq
0f67ddaf9f optional MtCnn batching (does not work in python3.8) 2025-02-17 12:08:32 +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
Sefik Ilkin Serengil
112d1892fd
Merge pull request #1396 from NatLee/feat/batch-predict-age-and-gender
Feat/batch predict age and gender
2025-02-16 19:43:17 +00:00
galthran-wq
7e59cdf05d lint 2025-02-16 14:40:19 +00:00
galthran-wq
8bfdcf139a test diff detetors 2025-02-16 14:05:56 +00:00
galthran-wq
b544a2d866 pseudo batched retinaface 2025-02-16 13:54:28 +00:00
galthran-wq
619930cd1e detection skip 2025-02-16 13:30:32 +00:00
Nat Lee
01f872d9e9 [update] mv control logic to demography 2025-02-14 15:52:48 +08:00
Nat Lee
29b29c43b8 Merge remote-tracking branch 'origin/master' into feat/batch-predict-age-and-gender 2025-02-14 15:28:25 +08:00
galthran-wq
799f83cd7b true batching on detect_faces 2025-02-13 12:43:54 +00:00
galthran-wq
ad01724726 soft test 2025-02-13 12:43:32 +00:00
galthran-wq
ba2ff90ac4 mtcnn batching 2025-02-12 16:35:16 +00:00
galthran-wq
bbf6a55037 enhance batched detector test 2025-02-12 16:05:16 +00:00
galthran-wq
1bd83356e7 yolo detect batched 2025-02-12 15:59:13 +00:00
galthran-wq
b2d6178bed opencv pseudo batching 2025-02-12 15:49:35 +00:00
galthran-wq
737ee793dc chagne detector interface 2025-02-12 15:47:39 +00:00
galthran-wq
b38e95c407 test batch extract faces 2025-02-12 15:47:24 +00:00
galthran-wq
0ad7c57abf deepFace batch detection; typing 2025-02-12 10:04:20 +00:00
galthran-wq
f4d18a70c0 batched detection 2025-02-12 09:43:18 +00:00
galthran-wq
f1734b2367 linting 2025-02-11 20:05:23 +00:00
galthran-wq
da03b479d8 remove unnecessary models from the test 2025-02-11 17:52:48 +00:00
galthran-wq
9e12c92d8a refactor test 2025-02-11 17:35:53 +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
c60152e9a5 batched represent 2025-02-11 16:58:44 +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