sasael
|
3f2fa48bee
|
Taking gender_prediction directly
|
2022-06-22 15:36:20 +03:00 |
|
sasael
|
449bea3770
|
Merge branch 'master' of https://github.com/shirasael/si-deepface
|
2022-06-18 19:54:27 +03:00 |
|
sasael
|
07220feb2d
|
bugfixes
|
2022-06-18 19:46:21 +03:00 |
|
Sefik Ilkin Serengil
|
dc57b9d43f
|
enforce_detection desc
|
2022-06-15 17:20:43 +01:00 |
|
sasael
|
3f29c6a606
|
Added dominant_gender and probabilities for man / woman results in analyze function
|
2022-06-12 15:35:53 +03:00 |
|
Sefik Ilkin Serengil
|
2bd5a5d572
|
script
|
2022-05-23 23:56:30 +01:00 |
|
Sefik Ilkin Serengil
|
631cf64236
|
sface class
|
2022-05-10 22:39:54 +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
|
9852bbe482
|
added sface
|
2022-05-08 21:19:52 -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
|
b4122698b6
|
verify outputs
|
2022-01-12 17:18:18 +03:00 |
|
Sefik Ilkin Serengil
|
ea10243c7e
|
target_size in detectFace
|
2021-12-24 11:44:46 +03:00 |
|
fpaludi
|
dbfebea430
|
Remove mutable objects from analyze arguments. Add tests to validate
|
2021-09-22 19:56:23 -03:00 |
|
Roelof Ruis
|
5b280dcb81
|
function name snake case
|
2021-08-23 15:08:47 +02: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
|
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 |
|
Sefik Ilkin Serengil
|
5e2c530835
|
singleton comment
|
2021-06-27 00:56:27 +03:00 |
|
Sefik Ilkin Serengil
|
d73dcd5f23
|
region duplication simlified
|
2021-06-26 23:19:39 +03:00 |
|
Sefik Ilkin Serengil
|
0fc1672c89
|
lightweight api
|
2021-06-26 23:13:46 +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
|
8458e107c7
|
no need to use initialize_detector function anymore
|
2021-06-24 00:35:47 +03:00 |
|
Sefik Ilkin Serengil
|
e0809bf490
|
face recognition models as global
|
2021-06-24 00:11:06 +03:00 |
|
Sefik Ilkin Serengil
|
8071733ddf
|
opencv detector is default
|
2021-06-23 13:46:47 +03:00 |
|
Sefik Ilkin Serengil
|
4267953dc3
|
retinaface as default detector
|
2021-06-13 17:12:38 +03:00 |
|
Sefik Ilkin Serengil
|
1812391a3c
|
align argument
|
2021-04-29 21:38:08 +03:00 |
|
Sefik Ilkin Serengil
|
73d1950133
|
initialize detector in represent
|
2021-04-29 21:19:49 +03:00 |
|
Sefik Ilkin Serengil
|
b898f97b38
|
detector mechanism
|
2021-04-28 21:42:58 +03:00 |
|
Sefik Ilkin Serengil
|
b0f152ab31
|
ignore tf2 warnings
|
2021-04-11 14:25:22 +03:00 |
|
Sefik Ilkin Serengil
|
45b4714f47
|
represent function referenced in verify
|
2021-04-11 14:19:33 +03:00 |
|
Sefik Ilkin Serengil
|
d43aacb87e
|
represent function
|
2021-04-10 12:30:24 +03:00 |
|
Sefik Serengil
|
97be78b004
|
face region fixes
|
2021-02-17 20:18:04 +03:00 |
|
Sean Yong
|
e22072142e
|
Added retrieve bounding box from analysis
|
2021-02-17 13:23:01 +08:00 |
|
Sefik Ilkin Serengil
|
d37e8930fc
|
issue 185
|
2021-02-11 11:58:22 +03:00 |
|
Sefik Serengil
|
e295cbfb55
|
issue 182 resolved
|
2021-02-05 20:57:57 +03:00 |
|
Sefik Ilkin Serengil
|
2dea7aeeba
|
issue 175
|
2021-01-25 21:26:33 +03:00 |
|