1121 Commits

Author SHA1 Message Date
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
haddyadnan
f07be2226f include faster mtcnn implementation 2023-10-19 11:32:39 -07:00
Sefik Ilkin Serengil
3e1f48c04f
Merge pull request #864 from haddyadnan/face-confidence
Include detected face confidence
2023-10-18 13:26:40 +01:00
adnanHaddy
0a389deaf1 Include detected face confidence 2023-10-18 12:27:54 -07:00
lilw5
1d57b2f7f3 change model.predict() to model(), improve mem leak notably 2023-10-10 11:16:44 +08:00
Sefik Ilkin Serengil
fb8924e984
Update README.md
twitter follow intent
2023-10-01 10:54:19 +01:00
Sefik Ilkin Serengil
38f4c28369
Merge pull request #839 from MPopovych/sface_repo_fix
opencvzoo branch changed from master to main
2023-09-26 09:07:46 +01:00
maxpopovych
50105b21e6 opencvzoo branch changed from master to main, fix applied to sface remote repo 2023-09-08 08:57:12 +02:00
Sefik Ilkin Serengil
f13aa34feb
Update LICENSE 2023-09-04 19:27:54 +01:00
Sefik Ilkin Serengil
0b85212a71
Update README.md 2023-09-04 15:33:53 +01:00
Sefik Ilkin Serengil
78fa4a532b
Update LICENSE 2023-09-04 15:33:27 +01:00
Sefik Ilkin Serengil
abf9c6a1d5
Update README.md 2023-08-07 10:03:21 +01:00
Sefik Ilkin Serengil
f8540603ee
Update README.md 2023-08-04 17:36:51 +01:00
Sefik Ilkin Serengil
c74a7b801a
Update README.md 2023-08-04 17:35:50 +01:00
Sefik Ilkin Serengil
f4a076d77c
Update README.md 2023-08-03 13:44:06 +01:00
Sefik Ilkin Serengil
ad2121761e
Merge pull request #808 from Awshr/develop
find method documentation modified
2023-07-27 10:02:56 +01:00
Awshr
1cec1d8f4a find method documentation modified 2023-07-27 09:21:02 +03:00