199 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
631cf64236 sface class 2022-05-10 22:39:54 +01:00
Sefik Ilkin Serengil
11df8d529f sface cleaner 2022-05-10 20:09:31 +01:00
Sefik Ilkin Serengil
f3d2a1f95a SFace thresholds 2022-05-10 00:36:21 +01:00
Sefik Ilkin Serengil
f89eb9264d sface threshold 2022-05-09 21:58:09 +01:00
Sefik Ilkin Serengil
cddc78f48d sface updates 2022-05-09 21:51:33 +01:00
Sefik Ilkin Serengil
8eafd08fc9
Merge branch 'master' into master 2022-05-09 21:44:14 +01:00
Rodrigo Andrade
3c0d84e34b fix input shape size 2022-05-08 21:35:25 -03:00
Rodrigo Andrade
1d18013978 fix typo 2022-05-08 21:27:56 -03:00
Rodrigo Andrade
a5ecdc1d8c use preprocessing from opencv 2022-05-08 21:27:42 -03:00
Rodrigo Andrade
9852bbe482 added sface 2022-05-08 21:19:52 -03:00
Rodrigo Andrade
f74e944dc6 sface wrapper 2022-05-08 21:19:41 -03:00
Onur Atakan ULUSOY
709cdc8109
Import fire 2022-05-09 00:13:53 +03:00
Onur Atakan ULUSOY
78358f7812
Merge branch 'master' into adding_command_line_interface 2022-05-08 23:23:06 +03:00
Onur Atakan ULUSOY
2d0aad07bb Save Operation for CLI 2022-05-08 23:20:42 +03:00
Sefik Ilkin Serengil
7a313f8fb0 main 2022-05-08 20:25:43 +01:00
Sefik Ilkin Serengil
31de8d7461 fire removed 2022-05-08 20:17:52 +01:00
Onur Atakan ULUSOY
a7cbf6da63 Added command line interface via fire library 2022-05-08 13:24:03 +03:00
Sefik Ilkin Serengil
fb68d4a8f8
numpy bgr 2022-05-01 09:26:49 +01:00
EigenEmara
8ceadea6ae Allow silent operation for find() 2022-04-15 10:23:01 +02:00
renhaa
4c0cdefe82
Fix typo in analyze docstring
```python
models['race'] = DeepFace.build_model('race')
```
gives
``` 
ValueError: Invalid model_name passed - race
```
Should be capital "Race"
```python
models['race'] = DeepFace.build_model('Race')
```
2022-03-15 09:29:48 +01: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
Sefik Ilkin Serengil
b4122698b6
verify outputs 2022-01-12 17:18:18 +03:00
Sefik Ilkin Serengil
36ef4dc3f1 bug fix after pr 2022-01-08 09:41:56 +03:00
Sefik Ilkin Serengil
ea10243c7e
target_size in detectFace 2021-12-24 11:44:46 +03:00
Kanan_Mahammadli
799eb6c7a0 Modified functions.py so that it can read from https 2021-12-22 19:09:15 +03:00
Sefik Ilkin Serengil
96f7540199
division by 0 fixed 2021-11-13 11:26:48 +03:00
Sefik Ilkin Serengil
1ad0ffc6d9
continue if no face detected 2021-11-13 11:22:28 +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
fpaludi
dbfebea430 Remove mutable objects from analyze arguments. Add tests to validate 2021-09-22 19:56:23 -03:00
Roelof Ruis
5a61a20ecf specify model directory via DEEPFACE_HOME env variable 2021-08-23 15:26:36 +02:00
Roelof Ruis
5b280dcb81 function name snake case 2021-08-23 15:08:47 +02:00
Sefik Ilkin Serengil
b024060284 ability to skip pre-processing 2021-08-19 17:37:01 +03:00
Sefik Ilkin Serengil
885f89dd52 issue 309 - lfw with detectors 2021-08-19 17:32:41 +03:00
Sefik Ilkin Serengil
d1e16f68b5 normalize_input simplified 2021-08-01 22:51:55 +03:00
Sefik Ilkin Serengil
e4484ac309 issue 131 normalization 2021-07-31 22:14:52 +03:00
Sefik Ilkin Serengil
b4631f1562 align arg for detectFace 2021-07-30 17:06:16 +03:00
Sefik Ilkin Serengil
3962545c82 issue 289 2021-07-27 18:50:56 +03:00
Sefik Ilkin Serengil
d3e03c3e5a detector argument for stream 2021-07-27 00:15:15 +03:00
Sefik Ilkin Serengil
74704452a3 bug 284 2021-07-13 09:39:43 +03:00
Sefik Ilkin Serengil
922682c1fa facenet 512 2021-07-12 23:25:37 +03:00
Sefik Ilkin Serengil
8d304056a8 progress bar 2021-07-10 22:20:27 +03:00
Martin Knoche
99fa752555
Added prog_bar keyword argument
To be able to disable tqdm progress bars in "analyze" method
2021-07-09 14:21:37 +02:00