1155 Commits

Author SHA1 Message Date
Minh Nguyen
ae4c86b6ee
Update Dockerfile 2024-01-11 13:14:19 +07:00
Minh Nguyen
1af08c659b
Update Dockerfile
reorder Dockerfile build command to improve the docker build cache layer
2024-01-11 13:05:49 +07:00
Sefik Ilkin Serengil
6d97917136
Merge pull request #950 from BastianZim/patch-1
Add readme and reqs to source distribution
2024-01-10 21:27:21 +00:00
Bastian Zimmermann
16eb3beb38
Add readme and reqs to source distribution 2024-01-10 14:25:56 -05:00
Sefik Ilkin Serengil
1b40870a8f
Merge pull request #948 from serengil/feat-task-0701-vgg-descriptor
VGG-Face descriptor with new structure
2024-01-08 17:40:21 +00:00
Sefik Ilkin Serengil
d35833e4e1 some more check for find test 2024-01-08 17:31:49 +00:00
Sefik Ilkin Serengil
0eb1515e11 avoid dimension imcompability error
created pickle may have 2622 dimensional vectors but VGG-Face is not creating
4096 dimensional vectors. If they are mismatch, then raise a meaningful error
2024-01-08 16:59:20 +00:00
Sefik Ilkin Serengil
05013e550c new threshold values for vgg-face
tuned on lfw dataset
2024-01-08 16:57:41 +00:00
Sefik Ilkin Serengil
19f057a712 new structure for vgg-face model 2024-01-08 16:57:07 +00:00
Sefik Ilkin Serengil
d498d510bd new output shape of vgg is 4096 2024-01-08 16:55:24 +00:00
Sefik Ilkin Serengil
f3551f7abf discard sandbox notebooks and outputs 2024-01-08 16:53:57 +00:00
Sefik Ilkin Serengil
20edf2c8da
Merge pull request #943 from serengil/feat-task-0201-docker-script
script fixed
2024-01-02 21:54:15 +00:00
Sefik Ilkin Serengil
9aa2cf4585 script fixed
- Dockerfile is in the root, changed directory to parent
- built image name and run image were different
2024-01-02 21:52:20 +00:00
Sefik Ilkin Serengil
d59b275baa
Merge pull request #934 from serengil/feat-task-2412-more-type-hinting
using type hinting for backend functions
2023-12-24 14:48:21 +00:00
Sefik Ilkin Serengil
f23ab85fd1 using type hinting for backend functions 2023-12-24 14:38:14 +00:00
Sefik Ilkin Serengil
58945bd14d
Merge pull request #932 from serengil/feat-task-2312-unit-tests
Arranging Unit Tests
2023-12-24 13:14:11 +00:00
Sefik Ilkin Serengil
27f0619e9d load img from url was loading rgb instead of bgr 2023-12-24 13:12:35 +00:00
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