1790 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
e442ccd2f1 avoid int64 not serializable error 2024-03-19 09:18:23 +00:00
Sefik Ilkin Serengil
ce1fa57d35 no need to check version for fb deepface 2024-03-19 08:56:05 +00:00
Sefik Ilkin Serengil
87a95dc2ae eyes can be none 2024-03-19 08:53:40 +00:00
Sefik Ilkin Serengil
71bea587da check tf_keras installation for tf 2.16 or later versions 2024-03-19 08:45:10 +00:00
Sefik Ilkin Serengil
2cbfc417a4 issue 1123 resolved
for opencv and ssd, we were finding eyes from the detected faces. that is why,
eye coordinates were inccorrect with respect to the image itself. we added the
x and y coordinates of the detected face into the eye coordinates.
2024-03-19 08:31:41 +00:00
Sefik Ilkin Serengil
22eebc0a01
Merge pull request #1119 from rezakarbasi/master
The link to the postman was wrong and I changed it
2024-03-17 18:21:01 +00:00
rezakarbasi
a2df6561b9 fix: issue #1118 resolved 2024-03-17 21:44:55 +03:30
Sefik Ilkin Serengil
d6100a909a
Update README.md
model accuracies updated
2024-03-17 12:36:46 +00:00
Sefik Ilkin Serengil
c4a22fef42
Update README.md
typo in readme
2024-03-17 12:34:46 +00:00
Sefik Ilkin Serengil
90219515c3
Update GhostFaceNet.py
logger module typo
2024-03-17 12:34:02 +00:00
Sefik Ilkin Serengil
3a30071214
Merge pull request #1115 from serengil/feat-task-1703-fast-mtcnn-refactoring
Feat task 1703 fast mtcnn refactoring
v0.0.87
2024-03-17 12:07:27 +00:00
Sefik Ilkin Serengil
5e3d415105 accuracy scores of models updated 2024-03-17 11:53:11 +00:00
Sefik Ilkin Serengil
ee63d8b902 model building simplified, region calculation sorted 2024-03-17 11:52:55 +00:00
Sefik Ilkin Serengil
a13f37c7c9
Merge pull request #1112 from serengil/feat-task-1603-version-0087
new version and stock photo for model portfolio updated
2024-03-16 10:24:11 +00:00
Sefik Ilkin Serengil
e1aebe5e2e new version and stock photo for model portfolio updated 2024-03-16 10:09:45 +00:00
Sefik Ilkin Serengil
167a8ca392
Merge pull request #1111 from serengil/feat-task-1003-ghostfacenet-model
Feat task 1003 ghostfacenet model
2024-03-16 10:00:08 +00:00
Sefik Ilkin Serengil
8c2c5f5d0f pylint error on github actions 2024-03-16 09:52:31 +00:00
Sefik Ilkin Serengil
06d16cf444 docstring updated for ghostface 2024-03-16 09:42:42 +00:00
Sefik Ilkin Serengil
d08b85b445 unit test for ghost face added 2024-03-16 09:41:48 +00:00
Sefik Ilkin Serengil
808936dc24 ghostface added in portfolio 2024-03-16 09:41:35 +00:00
Sefik Ilkin Serengil
5825e2aa88 GhostFace model added 2024-03-16 09:41:08 +00:00
Sefik Ilkin Serengil
e75fa06336
Merge pull request #1110 from serengil/feat-task-1503-refactoring-streaming-module
streaming code refactored
2024-03-16 09:13:51 +00:00
Sefik Ilkin Serengil
33f4d2c314 todo removed 2024-03-16 08:47:15 +00:00
Sefik Ilkin Serengil
20b990ac07 streaming code refactored 2024-03-16 08:39:01 +00:00
Sefik Ilkin Serengil
bef2cc9151
Merge pull request #1103 from serengil/feat-task-1103-bugs-and-enhancements
Feat task 1103 bugs and enhancements
2024-03-11 18:49:09 +00:00
Sefik Ilkin Serengil
820ba5946b resolving issue 1098 2024-03-11 18:39:00 +00:00
Sefik Ilkin Serengil
ec4c3cd17c resolving issue 1099 2024-03-11 18:36:30 +00:00
Sefik Ilkin Serengil
9705e6f4ef resolving issue 1097 2024-03-11 18:31:52 +00:00
Sefik Ilkin Serengil
049ab8cdff resolving bug 1096 2024-03-11 18:29:52 +00:00
Sefik Ilkin Serengil
65d6312c97
Update requirements_local
avoid conflicts in docker
2024-03-11 09:40:25 +00:00
Sefik Ilkin Serengil
86445ca478 requirements for dockerfile 2024-03-10 16:03:56 +00:00
Sefik Ilkin Serengil
5c45aa550a
Merge pull request #1091 from serengil/feat-task-1003-layer-info-for-external-models
layer for external models are no longer being used
2024-03-10 16:02:04 +00:00
Sefik Ilkin Serengil
7753476978 layer for external models are no longer being used 2024-03-10 15:49:48 +00:00
Sefik Ilkin Serengil
dea697c6ec faq section 2024-03-10 12:52:15 +00:00
Sefik Ilkin Serengil
9514bc4c80 requirements sample for my local 2024-03-10 12:36:46 +00:00
Sefik Ilkin Serengil
1f771565a2 valid dependency versions 2024-03-10 12:33:40 +00:00
Sefik Ilkin Serengil
e13f3cf8ad simlipfy yolo result is valid 2024-03-10 10:50:39 +00:00
Sefik Ilkin Serengil
c09e94ecaa require min python 3.7 because dependent isascii comes after this version 2024-03-10 09:14:54 +00:00
Sefik Ilkin Serengil
e67614ff7a exception handling in case of yolo has no keypoints 2024-03-10 09:08:29 +00:00
Sefik Ilkin Serengil
42e911958b tf requirement for deepface package v0.0.86 2024-03-09 22:34:55 +00:00
Sefik Ilkin Serengil
cdb0fa0b95
Merge pull request #1083 from serengil/feat-task-0902-enhancements
Feat task 0902 enhancements
2024-03-09 21:16:51 +00:00
Sefik Ilkin Serengil
ca4bd256d9 docstring updated
in verify, we mentioned similarity metric but it should be distance metric
2024-03-09 21:06:25 +00:00
Sefik Ilkin Serengil
65c47badb5 LocallyConnected2D not supported after tf 2.12
- this requirements is just for deepface model. so, instead of enforcing lower tf versions
we should check the current tf version in deepface model initializaiton.
2024-03-09 21:05:19 +00:00
Sefik Ilkin Serengil
46f0141a2c
Merge pull request #1082 from Unpublished/fixCIWarnings 2024-03-09 19:45:19 +00:00
Unpublished
3697884f1f
Update deprecated github actions 2024-03-09 19:59:55 +01:00
Sefik Ilkin Serengil
84603a4d02
Merge pull request #1081 from Fadeleke57/patch-3 2024-03-09 18:18:52 +00:00
Farouk Adeleke
31a0bb55fd
Update requirements.txt 2024-03-09 13:16:11 -05:00
Sefik Ilkin Serengil
3da81ce549
Merge pull request #1074 from serengil/feat-task-0803-hash-approach
hash with properties instead of file itself
2024-03-08 23:24:31 +00:00
Sefik Ilkin Serengil
54d678ca41 get rid of unused import, add a comment 2024-03-08 23:14:17 +00:00
Sefik Ilkin Serengil
392160f6fc hash with properties instead of file itself 2024-03-08 23:09:10 +00:00