1364 Commits

Author SHA1 Message Date
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
Sefik Ilkin Serengil
4b3473e023 docstring for pre-calculated embedding support in verify 2024-03-08 20:22:22 +00:00
Sefik Ilkin Serengil
644fc67e9e
Merge pull request #1072 from serengil/feat-task-0702-find-enhancements
Feat task 0702 find enhancements
2024-03-08 20:01:47 +00:00
Sefik Ilkin Serengil
259add4a13 simplify getting pickled images 2024-03-08 19:52:38 +00:00
Sefik Ilkin Serengil
b3c98e3b1f details for contribution 2024-03-08 16:14:09 +00:00
Sefik Ilkin Serengil
6eced68e69 support embedding input for verify 2024-03-08 15:22:58 +00:00
Sefik Ilkin Serengil
d7c2998e1b wrapper for find distance added 2024-03-08 13:55:02 +00:00
Sefik Ilkin Serengil
2f9f9761d0 cover uppercase links 2024-03-08 12:01:45 +00:00
Sefik Ilkin Serengil
07a2d5bf62 enhancement for find function
- detect replaced files already in data store
- store column names in the pickle
2024-03-08 12:01:31 +00:00
Sefik Ilkin Serengil
ad53a9bb28
Merge pull request #1059 from serengil/feat-task-0203-enhancements
Feat task 0203 enhancements
2024-03-02 20:50:36 +00:00
Sefik Ilkin Serengil
20f916c024 distance as float instead of numpy float 2024-03-02 20:43:47 +00:00
Sefik Ilkin Serengil
29ffce8594 types for eyes 2024-03-02 20:43:16 +00:00
Sefik Ilkin Serengil
20070a3f97 expand facial area tests 2024-03-02 20:43:02 +00:00
Sefik Ilkin Serengil
c61cb6faf2 throw meaningful error 2024-03-02 20:20:57 +00:00
Sefik Ilkin Serengil
e70496ba6f avoid multiple feature extraction for faces in image pairs 2024-03-02 20:20:33 +00:00
Sefik Ilkin Serengil
715d6317d4 image loading steps refactored
- if an image starts with http, then it was trying to download from web
- to make base64 loading compatible with find, now jpg jpeg png images are accepted.
2024-03-02 12:39:07 +00:00
Sefik Ilkin Serengil
50dd5d7aa2 fastmtcnn sometimes fails 2024-03-02 12:26:02 +00:00
Sefik Ilkin Serengil
db0db06f59 outputs of detectors stock image updated 2024-03-02 12:04:10 +00:00
Sefik Ilkin Serengil
a9cb7b96e3 throw meaningful error if an img_path cannot be read 2024-03-02 11:57:21 +00:00
Sefik Ilkin Serengil
d3f7cab119 new package version 2024-03-02 11:56:43 +00:00
Sefik Ilkin Serengil
87f4893205
Merge pull request #1047 from AndreaLanfranchi/al20220227-rotate-facial-area
Simplify and strengthen rotate_facial_area
2024-02-27 11:07:52 +00:00
Andrea Lanfranchi
90053295cb
Change expression for direction detection 2024-02-27 12:00:47 +01:00
Andrea Lanfranchi
d0ffc1bfde
Amend quirk behavior of mod operator 2024-02-27 11:31:41 +01:00
Andrea Lanfranchi
923f2cfb4c
Remove unwanted comments 2024-02-27 10:58:39 +01:00
Andrea Lanfranchi
08710029e8
Remove commented out code 2024-02-27 10:52:10 +01:00
Andrea Lanfranchi
b62d6cc9a0
Amend wrong calculation of increased w and h 2024-02-27 10:51:13 +01:00
Andrea Lanfranchi
fe077308f4
Remove commented and unused code 2024-02-27 10:31:24 +01:00