758 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
21aa037949 entry point bug 2022-05-09 21:32:44 +01:00
Sefik Ilkin Serengil
951446185f
Merge pull request #473 from onuratakan/adding_command_line_interface
Save Operation for CLI
2022-05-09 21:29:45 +01:00
Onur Atakan ULUSOY
709cdc8109
Import fire 2022-05-09 00:13:53 +03:00
Onur Atakan ULUSOY
4ad9dc739f
Update requirements.txt 2022-05-08 23:24:59 +03:00
Onur Atakan ULUSOY
d3e8b41c4b
Update setup.py 2022-05-08 23:23:51 +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
Sefik Ilkin Serengil
db7961ae7d
Merge pull request #471 from onuratakan/adding_command_line_interface
Added command line interface via fire library
2022-05-08 19:41:27 +01:00
Onur Atakan ULUSOY
a7cbf6da63 Added command line interface via fire library 2022-05-08 13:24:03 +03:00
Sefik Ilkin Serengil
e28d900a88
fixed for issue 470 2022-05-07 20:34:27 +01:00
Sefik Ilkin Serengil
fb68d4a8f8
numpy bgr 2022-05-01 09:26:49 +01:00
Sefik Ilkin Serengil
e4c3883f59
Merge pull request #456 from eigenemara/silent
Allow silent operation for find()
2022-04-15 21:56:22 +01:00
EigenEmara
8ceadea6ae Allow silent operation for find() 2022-04-15 10:23:01 +02:00
Sefik Ilkin Serengil
b13cca851f bug in ensemble 2022-03-26 11:19:26 +00:00
Sefik Ilkin Serengil
4500e32fbe ensemble bug 2022-03-26 08:25:36 +00:00
Sefik Ilkin Serengil
527a427443 Merge branch 'master' of https://github.com/serengil/deepface 2022-03-24 20:40:50 +00:00
Sefik Ilkin Serengil
84a6446040 ensemble bug 2022-03-24 20:40:43 +00:00
Sefik Ilkin Serengil
db13fbf8d7
prediction_classes 2022-03-23 20:37:01 +00:00
Sefik Ilkin Serengil
466037ef5e
Merge pull request #440 from renhaa/patch-1
Fix typo in analyze docstring
2022-03-15 20:40:07 +00: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
bfbf41b165
new version 2022-03-11 20:46:05 +00:00
Sefik Ilkin Serengil
d080107998 issue 435 2022-03-11 20:43:56 +00:00
Sefik Ilkin Serengil
79e78e8448 issue 435 2022-03-11 20:43:26 +00:00
Sefik Ilkin Serengil
a4c6355344
new version 2022-02-16 09:13:31 +03:00
Sefik Ilkin Serengil
38e844fe23
flat 2022-02-15 22:39:10 +03:00
Sefik Ilkin Serengil
ba3aff122b
flat 2022-02-15 22:38:47 +03:00
Sefik Ilkin Serengil
f59dc4792f
plastic 2022-02-15 22:34:55 +03:00
Sefik Ilkin Serengil
e96e2b50a2
plastic 2022-02-15 22:34:21 +03:00
Sefik Ilkin Serengil
57f563bb1e
plastic 2022-02-15 22:33:42 +03:00
Sefik Ilkin Serengil
1e35d90734
twitter 2022-02-15 22:32:57 +03:00
Sefik Ilkin Serengil
f74e2aa122
twitter 2022-02-15 22:28:17 +03:00
Sefik Ilkin Serengil
3e03268632
twitter 2022-02-15 22:24:25 +03:00
Sefik Ilkin Serengil
2ed4b22624
repo 2022-02-02 21:43:43 +03:00
Sefik Ilkin Serengil
8492fcd627
repo 2022-02-02 21:43:18 +03:00
Sefik Ilkin Serengil
6d7d9da276
repo 2022-02-02 15:02:32 +03:00
Sefik Ilkin Serengil
2a6da190f6
repo 2022-02-02 12:11:22 +03:00
Sefik Ilkin Serengil
d0cbb782ff
redirect url 2022-02-02 12:09:12 +03:00
Sefik Ilkin Serengil
0a09d446e7
powered by 2022-01-22 14:12:32 +03:00
Sefik Ilkin Serengil
3cee01925b
test 2022-01-22 13:51:27 +03:00
Sefik Ilkin Serengil
f34c8d6c60
div 2022-01-22 13:50:29 +03: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
Sefik Ilkin Serengil
71ffe92186
Merge pull request #411 from sotirismos/fix-cropped-faces-dlib
Enhanced cropping of detected faces using dlib
2022-01-19 11:54:48 +03:00
sotirismos
4e2f8aba88 enhanced cropping of detected faces 2022-01-18 22:33:22 +02:00
Sefik Ilkin Serengil
549e74ad0d
typo 2022-01-16 22:06:01 +03:00
Sefik Ilkin Serengil
ee9ef693ed
mediapipe 2022-01-16 22:05:00 +03:00
Sefik Ilkin Serengil
31b2d21804
detectors 2022-01-14 20:51:12 +03:00
Sefik Ilkin Serengil
00981d3305
detectors 2022-01-14 20:50:44 +03:00