1095 Commits

Author SHA1 Message Date
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
Sefik Ilkin Serengil
5533875032
Add files via upload 2023-07-09 22:35:07 +01:00
Sefik Ilkin Serengil
51f1bc9365
Delete detector-portfolio-v4.jpg 2023-07-09 22:34:43 +01:00
Sefik Ilkin Serengil
238ee8435c
new detectors 2023-07-09 22:33:54 +01:00
Sefik Ilkin Serengil
189d28a7aa
Add files via upload 2023-07-09 22:33:10 +01:00
Sefik Ilkin Serengil
8bb52c0317 some linting comments after yunet implementation 2023-07-09 12:41:31 +01:00
Sefik Ilkin Serengil
0879926e51
Merge pull request #794 from AnthraX1/master 2023-07-08 16:33:52 +01:00
Anthr@X
4b253e115c add yunet in README 2023-07-09 01:11:35 +10:00
Anthr@X
b52d1e8015 restore original size and move coordinates accordingly 2023-07-09 01:05:17 +10:00
Anthr@X
34d1f1250a return empty list if detected no face. 2023-07-09 00:23:31 +10:00
Anthr@X
a90bf8e1c0 Fix hard coded file name in message 2023-07-08 23:29:28 +10:00
Anthr@X
5e55fafdb5 Add Yunet detector 2023-07-08 23:17:50 +10:00
Sefik Ilkin Serengil
6dd2505586
Merge pull request #790 from Vincent-Stragier/use_original_ultralytics_dependency
Use original utralytics module for YOLO (close #787)
2023-06-29 09:10:17 +01:00
Vincent STRAGIER
80d4dbb64e Use original utralytics module for YOLO. 2023-06-28 19:53:51 +02:00
Sefik Ilkin Serengil
0b8e5ca472
Merge pull request #758 from Vincent-Stragier/YOLOv8
Integration of YOLOv8-face close #732
2023-06-23 23:18:41 +01:00
Vincent STRAGIER
64f93d1fcc Change yolov8n to yolov8. 2023-06-24 00:05:48 +02:00
Vincent STRAGIER
9792af410d Fix linting error. 2023-06-23 23:46:22 +02:00
Vincent STRAGIER
dcf94150f2 Refactoring and requirements. 2023-06-23 23:31:50 +02:00
Vincent STRAGIER
776bd11707 Remove broken models. 2023-06-23 20:49:05 +02:00