775 Commits

Author SHA1 Message Date
Onur Atakan ULUSOY
39286d6dae Added docker file 2022-05-11 15:56:36 +00:00
Sefik Ilkin Serengil
cf5c84fe1d new model portfolio 2022-05-10 22:57:57 +01:00
Sefik Ilkin Serengil
631cf64236 sface class 2022-05-10 22:39:54 +01:00
Sefik Ilkin Serengil
b15294e0d6
new version 2022-05-10 20:13:44 +01:00
Sefik Ilkin Serengil
4080d8e688 requirements 2022-05-10 20:12:39 +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
5f299b9077
Merge pull request #474 from rodrigo2019/master
Opencv SFace implementation
2022-05-09 21:44:25 +01:00
Sefik Ilkin Serengil
8eafd08fc9
Merge branch 'master' into master 2022-05-09 21:44:14 +01:00
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
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
Rodrigo Andrade
ea5d9d32eb updated requirements.txt 2022-05-08 21:19:32 -03: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