1744 Commits

Author SHA1 Message Date
Nat Lee
c6474882e4 Merge remote-tracking branch 'origin/feat/batch-predict-age-and-gender' into patch/adjustment-0103-1 2025-01-06 13:23:26 +08:00
h-alice
72b94d11de
Add new predictor. 2025-01-06 11:51:49 +08:00
h-alice
5a1881492f
Add comment. 2025-01-06 11:51:22 +08:00
h-alice
5747d9648b
Predictor. 2025-01-06 11:37:19 +08:00
halice
69267cdeac
Merge pull request #5 from NatLee/patch/test-250103
Fix: Image batch dimension not expanded.
2025-01-03 16:59:21 +08:00
h-alice
e1822851a5
Fix: Image batch dimension not expanded. 2025-01-03 16:22:55 +08:00
Nat Lee
bb820a7ef4 [update] one-line checking 2025-01-03 14:53:59 +08:00
h-alice
0f65a8765e
Add assertion to verify length of analyzed objects.
As mentioned:
https://github.com/serengil/deepface/pull/1396#discussion_r1900012703
2025-01-03 11:01:12 +08:00
h-alice
b69dcfcca7
Engineering stuff, remove redundant code.
As mentioned:
https://github.com/serengil/deepface/pull/1396#discussion_r1900017766
2025-01-03 10:57:59 +08:00
h-alice
472f146ecc
Avoid recreating resp_objects.
As the following code review comment suggested:
https://github.com/serengil/deepface/pull/1396#discussion_r1900015959
2025-01-03 10:24:43 +08:00
Nat Lee
edcef02511 [update] remove dummy functions 2024-12-31 17:30:28 +08:00
h-alice
ffbba7fe83
Change base class's predict signature. 2024-12-31 14:06:33 +08:00
Nat
c31268463b
Merge pull request #1 from NatLee/feat/merge-predicts-functions
[update] merge predicting funcs
2024-12-31 13:55:19 +08:00
Nat
05dbc8008c
Merge pull request #2 from NatLee/feat/make-Race-and-Emotion-batch
[update] make Race and Emotion batch prediction
2024-12-31 13:54:54 +08:00
Nat
4cf43be49d
Merge pull request #4 from NatLee/feat/add-multi-face-test
Feat/add multi face test
2024-12-31 13:54:01 +08:00
halice
bba4322bfb
Merge branch 'feat/merge-predicts-functions' into feat/make-Race-and-Emotion-batch 2024-12-31 12:17:26 +08:00
halice
9c079e94ae
Merge branch 'feat/batch-predict-age-and-gender' into feat/merge-predicts-functions 2024-12-31 12:15:43 +08:00
h-alice
9f3875e6a3
Update master branch. Merge branch 'master' into feat/make-Race-and-Emotion-batch 2024-12-31 12:14:35 +08:00
h-alice
f8be2821b7
Update master branch. Merge branch 'master' into feat/merge-predicts-functions 2024-12-31 12:12:52 +08:00
h-alice
e1417a0c11
Update master branch. Merge branch 'master' into feat/batch-predict-age-and-gender 2024-12-31 11:49:51 +08:00
Sefik Ilkin Serengil
ca6afd98ef some linting 2024-12-26 13:45:20 +00:00
Sefik Ilkin Serengil
0daf502e87 new function and variable names 2024-12-26 13:27:28 +00:00
Sefik Ilkin Serengil
3d914f1337 function and variable names updated 2024-12-26 12:47:02 +00:00
Sefik Ilkin Serengil
701eca8812
Merge pull request #1411 from serengil/feat-task-2612-fastmtcnn-coordinates-are-not-int
fastmtcnn's coordinates casted to int
2024-12-26 12:35:08 +00:00
Sefik Ilkin Serengil
d375962cab fastmtcnn's coordinates casted to int 2024-12-26 12:34:13 +00:00
Sefik Ilkin Serengil
139d6a7251
Merge pull request #1409 from huulockt/enhance-aligment-performance
Improve the face alignment performance in detect_faces()
2024-12-26 12:26:41 +00:00
huulockt
421ef9e8b8 adjust alignment input to enhance time efficiency 2024-12-26 05:15:40 +07:00
Sefik Ilkin Serengil
a8269767f3 unit test to confirm all faces detected 2024-12-24 11:11:50 +00:00
Sefik Ilkin Serengil
d11ca8ff22
Merge pull request #1407 from mehran66/patch-1 2024-12-19 21:23:42 +00:00
Mehran Ghandehari
967beea816
Update CenterFace threshold
the original repo use a threshold of 0.35 that is appropriate based on my tests. 0.8 is very large and results in many false negatives.
2024-12-19 16:21:09 -05:00
Sefik Ilkin Serengil
4fe4ba289e
Update routes.py
support form data for flask 3
2024-12-19 11:19:59 +00:00
Sefik Ilkin Serengil
b4ffec1a2f
Merge pull request #1405 from dohyeonYoon/master 2024-12-19 07:22:59 +00:00
dohyeonYoon
17a72af6f3 Fix: model code comment correction 2024-12-19 13:52:33 +09:00
Sefik Ilkin Serengil
611a240f7f
Merge pull request #1402 from dohyeonYoon/master 2024-12-18 07:31:26 +00:00
dohyeonYoon
208a42ba55 Fix: code comment correction 2024-12-18 14:36:20 +09:00
Nat Lee
e96ede3ded [update] add multiple faces testing 2024-12-17 15:27:31 +08:00
Nat Lee
d992428d65 [update] embed into deepface module 2024-12-17 14:41:18 +08:00
Nat Lee
b9418eb46f [fix] input to inputs 2024-12-17 14:02:30 +08:00
Nat Lee
38c06522a5 [update] enhance predict methods in Emotion and Race models to support single and batch inputs 2024-12-17 13:55:07 +08:00
Nat Lee
27e8fc9d5e [update] enhance predict methods to support single and batch inputs for Age and Gender models 2024-12-17 13:44:01 +08:00
Sefik Ilkin Serengil
a402f09bc8
Merge pull request #1397 from nriviera/yolo
[FEATURE]: adding yolov11 into face detection portfolio
2024-12-11 11:19:22 +00:00
roberto-corno-nttdata
9abcbd3d9c fix: linting issues 2024-12-11 12:07:52 +01:00
roberto-corno-nttdata
29e41e11e3 fix: yolo mention removed from recognition models 2024-12-10 17:25:49 +01:00
roberto-corno-nttdata
fcc093240e reverted to original 2024-12-10 17:25:16 +01:00
roberto-corno-nttdata
f808126101 fix: rechecked with ultralitycs, embeddings generation is a bit misleading in terms of documentaion. In the end not suitable for recognition at all. Removed YoloFacialRecognition 2024-12-10 16:00:43 +01:00
roberto-corno-nttdata
c25f14af10 fix: yolo input_shape 2024-12-09 16:04:08 +01:00
roberto-corno-nttdata
d3a3f2b65f fix: documentation 2024-12-09 16:00:27 +01:00
roberto-corno-nttdata
79dedc08c1 fix: added input_shape to YoloFacialRecognitionClient 2024-12-09 14:45:34 +01:00
roberto-corno-nttdata
01bf48dff8 fix:YoloModel removal 2024-12-09 11:51:56 +01:00
roberto-corno-nttdata
aa57d879b6 fix: method documentation 2024-12-09 10:25:53 +01:00