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 |
|
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 |
|
roberto-corno-nttdata
|
7156e6f551
|
fix: method documentation
|
2024-12-09 10:20:59 +01:00 |
|
roberto-corno-nttdata
|
38261e07e5
|
yolov11n and yolov11m added to model selection
|
2024-12-07 23:00:16 +01:00 |
|
roberto-corno-nttdata
|
2c2dc7b1f0
|
yolov11n and yolov11m added to model selection
|
2024-12-07 14:22:24 +01:00 |
|
Sefik Ilkin Serengil
|
e73bdb8138
|
Update entrypoint.sh
|
2024-12-02 12:39:06 +00:00 |
|
Sefik Ilkin Serengil
|
be99b00dc5
|
Merge pull request #1386 from serengil/feat-task-1311-unit-tests-for-form-data
more unit tests added
|
2024-11-13 14:04:58 +00:00 |
|
Sefik Ilkin Serengil
|
fb7f5b6a95
|
more unit tests added
|
2024-11-13 10:13:06 +00:00 |
|
Sefik Ilkin Serengil
|
9d4c960c67
|
Update README.md
sponsorship
|
2024-11-13 09:30:49 +00:00 |
|
Sefik Ilkin Serengil
|
c173ee619e
|
Merge pull request #1383 from serengil/feat-task-0911-file-input-for-api
Feat task 0911 file input for api
|
2024-11-10 18:55:43 +00:00 |
|
Sefik Ilkin Serengil
|
1de903409d
|
adding comment why to enforce flask 2
|
2024-11-10 18:44:25 +00:00 |
|
Sefik Ilkin Serengil
|
a4479ceb14
|
unit tests
|
2024-11-10 18:40:38 +00:00 |
|
Sefik Ilkin Serengil
|
0b38a3c11f
|
for form data api tests, download files to local filesystem
|
2024-11-10 15:45:04 +00:00 |
|
Sefik Ilkin Serengil
|
60067e24a0
|
load image either from json or form data
|
2024-11-10 15:19:16 +00:00 |
|
Sefik Ilkin Serengil
|
8b2475acb2
|
img args are either numpy or string, and exception logs dumped
|
2024-11-10 15:18:52 +00:00 |
|
Sefik Ilkin Serengil
|
6db41ae3f2
|
load image from file storage added
|
2024-11-10 15:18:05 +00:00 |
|
Sefik Ilkin Serengil
|
b19fce5f8d
|
form data tests added, argument names updated for existing tests (img not img_path anymore)
|
2024-11-10 15:17:24 +00:00 |
|
Sefik Ilkin Serengil
|
4429066ccd
|
we are now expection img, img1, img2 not img_path, img1_path, img2_path
|
2024-11-10 15:16:39 +00:00 |
|
Sefik Ilkin Serengil
|
90ab813215
|
form data option emphasized in readme
|
2024-11-10 15:16:04 +00:00 |
|
Sefik Ilkin Serengil
|
cc484b54be
|
Merge pull request #1377 from sachadee/patch-1
Update image_utils.py
|
2024-10-28 11:17:02 +00:00 |
|
SachaDee
|
8d68c6e739
|
Update image_utils.py
The binary mode of fromstring is deprecated: corrected to frombuffer.
|
2024-10-26 23:09:55 -03:00 |
|
Sefik Ilkin Serengil
|
29eac19836
|
Merge pull request #1374 from mone855/deepface-openshift
Update Dockerfile
|
2024-10-22 10:56:33 +01:00 |
|
mone855
|
2723352507
|
Update Dockerfile
mkdir permission related changes for openshit
|
2024-10-22 13:25:27 +04:00 |
|
Sefik Ilkin Serengil
|
e9eb4829fc
|
Merge pull request #1370 from cobycloud/master
Update requirements.txt
|
2024-10-18 15:46:38 +01:00 |
|
cobycloud
|
47126f53c0
|
Update requirements.txt
|
2024-10-17 21:13:33 -05:00 |
|
Sefik Ilkin Serengil
|
81fd5a4bb5
|
Merge pull request #1369 from seavphing/improve-dockerfile
improve Dockerfile to use entrypoint in order to get better log when …
|
2024-10-17 09:23:51 +01:00 |
|
seavphing
|
9c5981f8a6
|
correct docker file and improve requirements.txt file to use the workable tensorflow version
|
2024-10-17 10:24:56 +07:00 |
|
seavphing
|
95ebe372df
|
improve Dockerfile to use entrypoint in order to get better log when receive any request
|
2024-10-16 22:35:07 +07:00 |
|
Sefik Ilkin Serengil
|
8b654f8cc4
|
Merge pull request #1364 from serengil/feat-task-1110-configurable-yolo-args
min detection confidence score retrieved from env vars
|
2024-10-12 08:51:22 +01:00 |
|
Sefik Ilkin Serengil
|
387ded5c66
|
min detection confidence score retrieved from env vars
|
2024-10-11 19:44:11 +01:00 |
|
Sefik Ilkin Serengil
|
075d32ba38
|
Merge pull request #1362 from tyasnk/configurable-mediapipe-params
Configurable mediapipe params
|
2024-10-10 11:51:18 +01:00 |
|
tyasnk
|
8766a412ec
|
Set model detection to int
|
2024-10-10 17:03:38 +07:00 |
|