1113 Commits

Author SHA1 Message Date
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
Sefik Ilkin Serengil
95d0eeddc6
Merge pull request #801 from AnthraX1/fixyunet
Fix yunet return negative coordinates
2023-07-26 12:06:06 +01:00
Anthr@X
9bf9542273 fix linter errors 2023-07-24 15:57:48 +10:00
Anthr@X
fc09756cfc
Merge branch 'master' into fixyunet 2023-07-14 17:16:38 +10:00
Anthr@X
3e7f6dfb58 fix comment length 2023-07-14 14:57:20 +10:00
Anthr@X
a456b43d57 fix line too long 2023-07-14 14:34:05 +10:00
Anthr@X
b97f74e186 fix linting and add comments 2023-07-13 22:13:32 +10:00
Anthr@X
498658d084 Fix yunet return negative coordinates 2023-07-13 11:30:00 +10:00
Sefik Ilkin Serengil
1321435a30
detectors 2023-07-09 22:35:27 +01:00