1138 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
308ab61b41 modular tests 2023-12-24 13:06:07 +00:00
Sefik Ilkin Serengil
fda758a002
Update README.md
arranging badges
2023-12-23 11:53:37 +00:00
Sefik Ilkin Serengil
984aadfe17
Update README.md
arranging badges
2023-12-23 11:53:06 +00:00
Sefik Ilkin Serengil
4e5b633238
Update README.md
tests and linting in introduction
2023-12-23 11:52:43 +00:00
Sefik Ilkin Serengil
bd6393daa0
Merge pull request #863 from bhky/master
Simplify face alignment procedure
2023-12-21 09:52:37 +00:00
Sefik Ilkin Serengil
0c0dfb8090
Update DeepFace.py
model type check
2023-12-18 12:06:49 +00:00
Sefik Ilkin Serengil
19f7cf620d
Update DeepFace.py
build_model return type
2023-12-18 11:56:56 +00:00
Sefik Ilkin Serengil
e91e48bd6c
Update DeepFace.py 2023-12-18 09:35:37 +00:00
Sefik Ilkin Serengil
e4a43fd86b
Update DeepFace.py
functional may come from keras or tf.keras. hard to manage in typing. used any for build_model.
2023-12-18 09:31:54 +00:00
Sefik Ilkin Serengil
8a5f2875fc
Merge pull request #922 from RazaProdigy/typehints
Adding Type Hints for Enhanced Code Clarity and Maintenance
2023-12-18 09:30:32 +00:00
RazaProdigy
aa96a76cb2 Removed typo from code 2023-12-18 13:25:36 +04:00
RazaProdigy
90a0282ed9 Refine type hints as per PR review 2023-12-18 13:18:57 +04:00
RazaProdigy
cfff58792a Added type hints 2023-12-17 13:59:32 +04:00
Sefik Ilkin Serengil
bfbd00dee7
Merge pull request #921 from serengil/feat-task-1612-yunet-alignment-issue
yunet alignment issue sorted
2023-12-16 20:23:08 +00:00
Sefik Ilkin Serengil
bd0a3ec17e yunet alignment issue sorted 2023-12-16 20:11:23 +00:00
Sefik Ilkin Serengil
64e6aceff0
Merge pull request #917 from fseasy/master
fix(represent): the `represent` is broken when user-given image. Fix it and support `pathlib.Path` for img_path
2023-12-14 14:03:46 +00:00
xuwei
7b1451ac50 fix(represent): change somthing according to comments and adapt pylint 2023-12-14 12:29:35 +00:00
xuwei
8c6dad0147 fix(represent): 1. support represent user given image 2. img_path support pathlib.Path 2023-12-14 06:57:49 +00:00
Sefik Ilkin Serengil
44f191c8aa
Update README.md
demo for cli
2023-12-08 22:29:30 +00:00
Sefik Ilkin Serengil
5696d27e84
Merge pull request #911 from serengil/feat-task-0712-some-improvements
Feat task 0712 some improvements
2023-12-08 22:21:21 +00:00
Sefik Ilkin Serengil
2cc5f39853 some improvements
- loading image from url was loading as rgb instead of bar
- we are returning image name in load image function to throw
meaningful message for no face found case
- we started to use imread again, and throw exception if file
name contains non English character
- get rid of the duplicate if statement in extract faces
2023-12-08 22:18:52 +00:00
Sefik Ilkin Serengil
76a6bce824 some improvements
- pickle file is out dated, then user informed with meaningful message.
- response df of find, we were just showing source image's region,
we just added the target image's region
2023-12-08 22:15:34 +00:00
Sefik Ilkin Serengil
adfb29dfc7 raise legible error message for optional import 2023-12-08 22:13:20 +00:00
Sefik Ilkin Serengil
fceeccb14b timestamp added for log messages 2023-12-08 22:12:52 +00:00
Sefik Ilkin Serengil
fff6481431 raising legible error message
some libraries are optional. if an user tries to import these
before installation, then not legible message was gotten.
now, we will throw legible message.
2023-12-08 22:12:25 +00:00
Sefik Ilkin Serengil
c1f60ba3d6 version increase for next pip release 2023-12-08 22:10:54 +00:00
Sefik Ilkin Serengil
39e29c00b7 unit tests updated
- FaceNet512 added into unit test cases
- pylint disable added for borad except
2023-12-08 22:10:36 +00:00
Sefik Ilkin Serengil
c69f9fcbcd github action label updated 2023-12-08 22:09:20 +00:00
Sefik Ilkin Serengil
0b22c5482d
Merge pull request #907 from serengil/feat-task-0612-logger
feat-task-654-use-custom-logger
2023-12-07 09:14:40 +00:00
Sefik Ilkin Serengil
63b397aa8e review comments resolved 2023-12-06 21:07:31 +00:00
Sefik Ilkin Serengil
125895398e modules added into logger 2023-12-06 20:55:00 +00:00
Sefik Ilkin Serengil
5464ac511c logger instead of print 2023-12-06 19:32:38 +00:00
Sefik Ilkin Serengil
9c3e548b9f
Update README.md 2023-11-27 12:22:55 +00:00
Sefik Ilkin Serengil
bb2b28e1d9
Update DeepFace.py 2023-11-22 12:02:21 +00:00
Sefik Ilkin Serengil
37c94467f3
Update DeepFace.py 2023-11-22 11:57:55 +00:00
Sefik Ilkin Serengil
f2068df6a8
Update DeepFace.py 2023-11-22 11:49:55 +00:00
Sefik Ilkin Serengil
3fb8ac7ec7
Merge pull request #889 from ndido98/master
Fix missing normalization when skipping face detection
2023-11-22 11:42:26 +00:00
Sefik Ilkin Serengil
957f6278bc
Merge pull request #888 from ekkolon/improve-dockerfile-format
Improve dockerfile format
2023-11-22 11:40:24 +00:00
Sefik Ilkin Serengil
e767c42b6e
Update README.md
external models mentioned
2023-11-20 14:57:24 +00:00
Nicolò Di Domenico
c268e396a8
fix missing normalization when skipping face detection 2023-11-15 10:47:24 +01:00
Nelson Dominguez
189d742f7c
docs: improve build steps comments 2023-11-11 17:34:14 +01:00
Nelson Dominguez
d750c2b28e
style: split instructions into logical units 2023-11-11 17:25:40 +01:00
Sefik Ilkin Serengil
99f5295638
Update Dockerfile
api py added
2023-10-25 15:29:02 +01:00
Sefik Ilkin Serengil
8eb8d96a54 old version of model.predict stored 2023-10-22 19:46:02 +01:00
Sefik Ilkin Serengil
68eaafc614
Merge pull request #857 from Villyli/master
change model.predict() to model(), notably improve memory leak (issue #697)
2023-10-22 19:41:11 +01:00
Sefik Ilkin Serengil
cc5b18edbe
Merge pull request #865 from haddyadnan/facenet_pytorch
include faster implementation of mtcnn
2023-10-19 12:58:35 +01:00
haddyadnan
1bcc065a11 refactor try block 2023-10-19 12:55:58 -07:00
haddyadnan
cca3422b54 Add error msg for failed import 2023-10-19 12:40:36 -07:00
haddyadnan
c53366b75a order result in descending order of probability 2023-10-19 12:09:41 -07:00
haddyadnan
d037d2a2d7 Merge branch 'master' into facenet_pytorch
merge master
2023-10-19 11:32:54 -07:00