76 Commits

Author SHA1 Message Date
Andrea Oliveri
d96b4bdbc5 Added confidence to FaceDetector.detect_face and .detect_faces methods 2022-10-23 15:49:26 +02:00
Sefik Ilkin Serengil
d080107998 issue 435 2022-03-11 20:43:56 +00:00
Sefik Ilkin Serengil
5171484957
simplified code 2022-01-19 12:07:57 +03:00
Sefik Ilkin Serengil
3485c348bc
previous code 2022-01-19 11:55:31 +03:00
sotirismos
4e2f8aba88 enhanced cropping of detected faces 2022-01-18 22:33:22 +02:00
Sefik Ilkin Serengil
12f34aa53f
Merge pull request #346 from blueprintparadise/master
Add MediapipeWrapper as a detector
2022-01-12 21:47:24 +03:00
Bosco Yung
a2f7ce6f97
Fix wrong img variable 2021-11-11 16:20:02 +08:00
Bosco Yung
9b816648e0
Remove extra BGR2RGB call in RetinaFaceWrapper
I suggest removing the extra BGR2RGB call.

While the RetinaFace model does expect RGB images, the corresponding conversion will be done in the RetinaFace preprocessing:
0c8d3ed8bd/retinaface/commons/preprocess.py (L45)

The extra BGR2RGB call here will in fact make the final channel order wrong, because OpenCV does not know about the channel order, each call will simply swap the channels.

Thanks!
2021-11-10 16:01:51 +08:00
blueprintparadise
4fc81fd2ef
Update MediapipeWrapper.py 2021-09-28 17:02:32 +05:30
blueprintparadise
f07f278d22
Update FaceDetector.py 2021-09-28 16:28:20 +05:30
blueprintparadise
ae10f5a352
Add files via upload 2021-09-28 16:26:15 +05:30
Roelof Ruis
5a61a20ecf specify model directory via DEEPFACE_HOME env variable 2021-08-23 15:26:36 +02:00
Sefik Ilkin Serengil
d3e03c3e5a detector argument for stream 2021-07-27 00:15:15 +03:00
Sefik Ilkin Serengil
5e2c530835 singleton comment 2021-06-27 00:56:27 +03:00
Sefik Ilkin Serengil
2c2aaa0ede
retinaface is not a must dependency 2021-06-25 16:01:47 +03:00
Sefik Ilkin Serengil
ea1497e35d eye detection procedure 2021-06-24 16:09:34 +03:00
Sefik Ilkin Serengil
057f06c09c detectFace bug + robust eye detector 2021-06-24 15:59:59 +03:00
Sefik Ilkin Serengil
18c96e492e performance improvement 2021-06-24 09:30:45 +03:00
Sefik Ilkin Serengil
9f31012ef4 detector as a global variable 2021-06-24 00:00:20 +03:00
Sefik Ilkin Serengil
62baee3b45 more robust eye detector for opencv 2021-06-23 23:36:40 +03:00
Sefik Ilkin Serengil
3cd55fcf00
mtcnn is not a mandatory lib 2021-05-27 16:43:48 +03:00
Sefik Ilkin Serengil
1812391a3c align argument 2021-04-29 21:38:08 +03:00
Sefik Ilkin Serengil
d11f08958e global eye detector for opencv and ssd 2021-04-29 21:00:25 +03:00
Sefik Ilkin Serengil
f4c78457c2 retinaface perf 2021-04-29 09:11:33 +03:00
Sefik Ilkin Serengil
0bdc341ce7 clean code in detectors interface 2021-04-28 23:03:15 +03:00
Sefik Ilkin Serengil
b898f97b38 detector mechanism 2021-04-28 21:42:58 +03:00