1231 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
91a220335a exception handling for bulk representations 2024-02-16 17:43:30 +00:00
Sefik Ilkin Serengil
91f5b448ee remove problematic one 2024-02-16 17:39:24 +00:00
Sefik Ilkin Serengil
16c72cd0f6 align first detect second 2024-02-16 17:20:15 +00:00
Sefik Ilkin Serengil
e529fa5c26 make detection, alignment and expanding in common place 2024-02-16 15:31:50 +00:00
Sefik Ilkin Serengil
aa18fa3976 package_info.json added into docker 2024-02-10 18:28:20 +00:00
Sefik Ilkin Serengil
7801bf6038
Merge pull request #1020 from serengil/feat-task-1002-facial-area-coordinates-bug-for-dlib
Feat task 1002 facial area coordinates bug for dlib
2024-02-10 18:26:40 +00:00
Sefik Ilkin Serengil
ac6df8a963 add comment for version test 2024-02-10 18:26:17 +00:00
Sefik Ilkin Serengil
5230943de3 adding package version into package 2024-02-10 18:18:02 +00:00
Sefik Ilkin Serengil
c9569cd540 region bug for dlib sorted 2024-02-10 18:17:28 +00:00
Sefik Ilkin Serengil
626aa2e385 adding some docstrings 2024-02-10 18:17:11 +00:00
Sefik Ilkin Serengil
92f0fb6c3b exclude jupyter notebooks in language stats 2024-02-10 18:16:43 +00:00
Sefik Ilkin Serengil
3690f32949 add option to use flak run in service sh 2024-02-04 17:27:17 +00:00
Sefik Ilkin Serengil
0b0d898b5d mention new folder of api 2024-02-04 17:24:33 +00:00
Sefik Ilkin Serengil
08fe0592c7
Merge pull request #1007 from serengil/feat-task-0402-version-bug
Feat task 0402 version bug
2024-02-04 17:20:13 +00:00
Sefik Ilkin Serengil
ecf1de5986 droped package info in dockerfile 2024-02-04 17:03:24 +00:00
Sefik Ilkin Serengil
c65274290b restore version approach 2024-02-04 17:02:31 +00:00
Sefik Ilkin Serengil
9cc7fb0a45 legacy detector outputs removed 2024-02-04 13:37:34 +00:00
Sefik Ilkin Serengil
0c4f34792b typo in dockerfile v0.0.84 2024-02-04 13:30:35 +00:00
Sefik Ilkin Serengil
36655026cd do not print deepface version error 2024-02-04 13:19:26 +00:00
Sefik Ilkin Serengil
889d033d12
Merge pull request #1004 from serengil/feat-task-0402-api-bug-and-api-tests
Feat task 0402 api bug and api tests
2024-02-04 13:08:43 +00:00
Sefik Ilkin Serengil
1931c5ca93 api folder moved 2024-02-04 12:53:51 +00:00
Sefik Ilkin Serengil
a7231ab0cb adding init py to folders 2024-02-04 12:47:53 +00:00
Sefik Ilkin Serengil
86d424b8ac put api in deepface folder to make it testable 2024-02-04 12:45:27 +00:00
Sefik Ilkin Serengil
1ca17d7ada exclude api tests 2024-02-04 11:10:06 +00:00
Sefik Ilkin Serengil
2e170474f6 make api compatible for both runtime and unit tests 2024-02-04 11:03:57 +00:00
Sefik Ilkin Serengil
d080b24cad adding api folder into packages 2024-02-04 10:46:39 +00:00
Sefik Ilkin Serengil
78b8198232 adding unit tests for api 2024-02-04 10:38:47 +00:00
Sefik Ilkin Serengil
53890974ea some changes on api services
- exception handling added in service
- new folder structure for api
2024-02-04 10:38:34 +00:00
Sefik Ilkin Serengil
fe977673be adding api folder to run linting 2024-02-04 10:36:45 +00:00
Sefik Ilkin Serengil
08131731c5 retuning regions as numpy int 32 was causing error in api 2024-02-04 10:36:00 +00:00
Sefik Ilkin Serengil
45e991f9f3
Update README.md
- link to citations.md was wrong
- unit_tests.py does not exist anymore, reference make test instead
2024-02-03 10:57:28 +00:00
Sefik Ilkin Serengil
50ce9f0c4b
Merge pull request #1000 from serengil/feat-task-0302-stock-images-update
source image updated
2024-02-03 10:48:34 +00:00
Sefik Ilkin Serengil
e5390d082a source image updated
- yolo and yunet added in detector outputs credit
- unused look alike, parental look alike, tech stack credits removed
- unused detector portfolio removed
2024-02-03 10:47:23 +00:00
Sefik Ilkin Serengil
f195dbf92f
Merge pull request #999 from serengil/feat-task-0202-improvements
open issues
2024-02-02 20:17:27 +00:00
Sefik Ilkin Serengil
8497682171 open issues 2024-02-02 17:33:31 +00:00
Sefik Ilkin Serengil
64d33717a9
Merge pull request #990 from serengil/feat-task-2901-cleaning-modules
Feat task 2901 cleaning modules
2024-01-31 23:49:57 +00:00
Sefik Ilkin Serengil
96d29ab069 adding expand percentage argument for detection 2024-01-31 23:43:30 +00:00
Sefik Ilkin Serengil
9494d47e31 restoration of deprecated detect face function 2024-01-31 19:51:58 +00:00
Sefik Ilkin Serengil
cefb8013bb making distance calculation functions camel case 2024-01-31 19:44:51 +00:00
Sefik Ilkin Serengil
4800aa3e8c input shape is now retrieved from models 2024-01-31 19:37:43 +00:00
Sefik Ilkin Serengil
95c55c0401 moving logics under modules
- all extract_faces logic moved to detection module
- load image related logics moved to preprocessing module
2024-01-31 19:12:16 +00:00
Sefik Ilkin Serengil
9fbb229b97 Sorting bug for RGB restoration 2024-01-31 19:10:51 +00:00
Sefik Ilkin Serengil
5f27fa7004 add test coverage support 2024-01-31 19:09:24 +00:00
Sefik Ilkin Serengil
35025cdf6e
Merge pull request #978 from serengil/feat-task-2701-return-obj-for-detectors
pretty return type for detect faces
2024-01-27 19:30:28 +00:00
Sefik Ilkin Serengil
69c727acb8 v0.0.84 2024-01-27 19:24:04 +00:00
Sefik Ilkin Serengil
e5f0da3fd7 pretty return type for detect faces 2024-01-27 19:20:03 +00:00
Sefik Ilkin Serengil
13f33de5fe
Merge pull request #976 from MattPChoy/master 2024-01-27 14:07:15 +00:00
MattPChoy
f0f9a792ec Prevent no attribute error when using Mtcnn 2024-01-27 22:02:10 +10:00
Sefik Ilkin Serengil
0833da1a4f
Merge pull request #974 from serengil/feat-task-2601-improvements
january 26 improvements
v0.0.83 v0.0.82
2024-01-26 20:55:18 +00:00
Sefik Ilkin Serengil
36665a9e96 january 26 improvements 2024-01-26 17:52:55 +00:00