1670 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
0b126c52f8
Update README.md
big data illustration added
2024-08-08 10:30:49 +01:00
Sefik Ilkin Serengil
e7b7a33972
Add files via upload 2024-08-08 10:29:42 +01:00
Sefik Ilkin Serengil
e53348951d
Merge pull request #1303 from serengil/feat-task-0808-refactoring-models
models refactored
2024-08-08 09:07:53 +01:00
Sefik Ilkin Serengil
b7c7a5580f models refactored 2024-08-08 08:53:56 +01:00
Sefik Ilkin Serengil
d2b9b75a30
Merge pull request #1302 from serengil/feat-task-0808-refactor-detection-module
detection module refactored
2024-08-08 08:48:11 +01:00
Sefik Ilkin Serengil
fefb0dcd14 detection module refactored 2024-08-08 08:35:05 +01:00
Sefik Ilkin Serengil
285c6b7e36
Merge pull request #1299 from kremnik/distances
Distances
2024-08-05 07:47:09 +01:00
Golubkov Alexander
1d3de83c2a
Merge branch 'serengil:master' into distances 2024-08-04 19:43:52 +03:00
kremnik
ef228d9341 Optimize distance calculation 2024-08-04 19:39:01 +03:00
Sefik Ilkin Serengil
a71828514b
Merge pull request #1298 from serengil/feat-task-0408-batch-support-for-extended-models
batch run support added for facial attribute models
2024-08-04 13:02:16 +01:00
Sefik Ilkin Serengil
51717db2ba batch run support added for facial attribute models 2024-08-04 12:47:36 +01:00
Sefik Ilkin Serengil
d348d8dcad
Update README.md
highlight human level accuracy
2024-08-04 12:17:50 +01:00
Sefik Ilkin Serengil
6cc02e939b
Update README.md
highlight human-level accuracy with bold
2024-08-04 12:17:08 +01:00
Sefik Ilkin Serengil
2d2166b953
Update README.md
installations section updated
2024-08-04 12:16:20 +01:00
Sefik Ilkin Serengil
62055d09d2
Merge pull request #1296 from serengil/feat-task-0408-managing-global-variables
manage global variables in single place
2024-08-04 12:14:29 +01:00
Sefik Ilkin Serengil
8e2caf6ede cleaner controls 2024-08-04 12:02:24 +01:00
Sefik Ilkin Serengil
5c1bf67507 getting tasks dynamically 2024-08-04 11:57:34 +01:00
Sefik Ilkin Serengil
111c20cca5 v93 2024-08-04 11:53:28 +01:00
Sefik Ilkin Serengil
6263cef831 external tests 2024-08-04 11:47:10 +01:00
Sefik Ilkin Serengil
bb7242645e manage global variables in single place 2024-08-04 11:41:24 +01:00
Sefik Ilkin Serengil
b1e850854a
Merge pull request #1291 from kremnik/singleton 2024-08-02 18:42:20 +01:00
kremnik
f6977ba6ee fix: remove .vscode from .gitignore 2024-08-02 19:45:58 +03:00
kremnik
d58f97388d Revert "fix: remove .vscode from .gitignore"
This reverts commit 32dfbb6f08d32f6ae80d0339a6d0f115f99e4421.
2024-08-02 19:42:43 +03:00
kremnik
32dfbb6f08 fix: remove .vscode from .gitignore 2024-08-02 19:38:06 +03:00
kremnik
59e8d52b63 Update Logger singleton creation, add test and docstring 2024-08-02 05:53:08 +03:00
Sefik Ilkin Serengil
6d33c1d8be
Update README.md
citation section updated
2024-07-28 09:24:05 +01:00
Sefik Ilkin Serengil
8706eb5579
Update README.md
highlight just most recent publication
2024-07-28 09:21:30 +01:00
Sefik Ilkin Serengil
37b8cc7d31 test max faces arg 2024-07-21 08:59:09 +01:00
Sefik Ilkin Serengil
a34daa9c83
Update README.md
deepface as camel case
2024-07-19 16:59:46 +01:00
Sefik Ilkin Serengil
38458906f0
Update README.md
large scale
2024-07-19 11:39:14 +01:00
Sefik Ilkin Serengil
f7db792ed4
Merge pull request #1285 from ProgramadorArtificial/bugfix/fix_importError_menssage
Fix importError menssage
2024-07-19 09:03:32 +01:00
Programador Artificial
dacdca4eae Fix importError menssage 2024-07-18 19:41:26 -03:00
Sefik Ilkin Serengil
352a8bb17b
Merge pull request #1283 from serengil/feat-task-1707-max-faces-for-representation
adding max_faces argument to represent
2024-07-17 17:58:47 +01:00
Sefik Ilkin Serengil
010bb2b1f0 get max_faces number faces from largest 2024-07-17 17:23:23 +01:00
Sefik Ilkin Serengil
c66804717c adding max_faces argument to represent 2024-07-17 17:00:55 +01:00
Sefik Ilkin Serengil
7a5f24955a
Merge pull request #1279 from ProgramadorArtificial/feature/custom_output_extract_faces
Feature/custom output extract faces
2024-07-15 15:35:59 +01:00
Programador Artificial
0e423a64d1 Restore grayscale=False 2024-07-15 11:20:32 -03:00
Programador Artificial
d385c63766 Remove default param 2024-07-15 11:17:14 -03:00
Programador Artificial
546675ca40 Remove call for default values 2024-07-15 11:14:15 -03:00
Programador Artificial
9300ed0dfd Add grayscale parameter again 2024-07-15 10:45:05 -03:00
Programador Artificial
878564ee1c Add color_face option for extract_faces 2024-07-15 10:21:42 -03:00
Programador Artificial
bb8096ad97 Add flag to normalize output face image 2024-07-15 10:19:26 -03:00
Sefik Ilkin Serengil
b75e37c3f6
Merge pull request #1276 from ProgramadorArtificial/bugfix/extract_faces_grayscale
Fix extract faces grayscale
2024-07-13 21:40:41 +01:00
Programador Artificial
1ade9001a7 Improve documentation of grayscale 2024-07-13 17:00:14 -03:00
Programador Artificial
45c9f723e0 Fix extract faces grayscale 2024-07-13 16:42:03 -03:00
Sefik Ilkin Serengil
1fcd8c6594
Merge pull request #1269 from mowshon/master
Face alignment with rotation using resample
2024-07-03 15:44:32 +01:00
Student B
4ffbc8ec75
Face alignment with rotation using resample 2024-07-03 16:46:57 +03:00
Sefik Ilkin Serengil
f3f9e3d3ab
Update README.md
journal name updated
2024-06-25 16:39:52 +01:00
Sefik Ilkin Serengil
8780578b8d
Update README.md
journal name updated
2024-06-25 16:35:45 +01:00
Sefik Ilkin Serengil
1bcedc1d7e
Update README.md
old lightface conference paper is added again in citation section
2024-06-24 09:24:57 +01:00