Sefik Ilkin Serengil
f23ab85fd1
using type hinting for backend functions
2023-12-24 14:38:14 +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
bd0a3ec17e
yunet alignment issue sorted
2023-12-16 20:11:23 +00:00
Sefik Ilkin Serengil
adfb29dfc7
raise legible error message for optional import
2023-12-08 22:13:20 +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
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
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
f07be2226f
include faster mtcnn implementation
2023-10-19 11:32:39 -07:00
Bosco Yung
dc75d76813
Simply face alignment procedure
2023-10-18 17:17:34 +09: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
8bb52c0317
some linting comments after yunet implementation
2023-07-09 12:41:31 +01: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
Vincent STRAGIER
80d4dbb64e
Use original utralytics module for YOLO.
2023-06-28 19:53:51 +02: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
Vincent STRAGIER
0510613004
Comment out broken models.
2023-06-23 20:45:58 +02:00
Vincent STRAGIER
205eb0e23d
Revert OpenCvWrapper.py
2023-06-23 20:41:29 +02:00
Vincent STRAGIER
08988fcd0d
Merging from master
2023-06-09 13:32:43 +02:00
Vincent STRAGIER
0e9d7b7915
Grammar.
2023-06-05 13:56:47 +02:00
Vincent STRAGIER
f88a560f21
Fix linting errors.
2023-06-05 13:54:40 +02:00
Vincent STRAGIER
a380cfffbb
Remove unwanted changes, and add comments.
2023-06-05 13:47:55 +02:00
Vincent STRAGIER
c96a2e4456
Add some comments.
2023-06-05 12:30:57 +02:00
Vincent STRAGIER
907db28625
Restore "no result" guard.
2023-05-24 20:50:49 +02:00
Vincent STRAGIER
769a497896
Correct laterality of the eyes landmarks.
2023-05-23 23:54:21 +02:00
Vincent STRAGIER
6c06996686
Remove "show" from the YOLOv8 detector.
2023-05-23 23:17:55 +02:00
Vincent STRAGIER
b32c31aea3
Remove broken models.
2023-05-23 23:01:34 +02:00
Vincent STRAGIER
659633f286
All available YOLOv8-face models
2023-05-23 23:00:49 +02:00
Vincent STRAGIER
b08695ac39
Clean the new wrapper.
2023-05-23 20:53:29 +02:00
Vincent STRAGIER
1b33865e05
Add alignment.
2023-05-23 20:51:35 +02:00
Vincent STRAGIER
ed38c03eae
Add eyes landmarks.
2023-05-23 19:30:54 +02:00
Vincent STRAGIER
b452bd26ac
Add YOLOv8n-face, with confidence
2023-05-23 19:18:38 +02:00
DonghwanKIM0101
decd220e6c
issue 435, measure eyes' size
...
@thelostpeace comments that the data is [x, y, w, h], not [x1, y1, x2, y2].
2023-04-21 22:05:12 +09:00
Sefik Ilkin Serengil
95e157e1d9
dict keys instead of items
2023-01-30 21:22:36 +00:00
roydenwa
7fbf474270
Unpack detection tuple to get detection dict
2023-01-30 21:31:04 +01:00
Sefik Ilkin Serengil
7a978d29c5
linting
2023-01-29 00:45:25 +00:00
Sefik Ilkin Serengil
db3a0f2fe8
Merge branch 'master' into regions
2022-10-24 11:24:36 +03:00
Andrea Oliveri
eeca8775ca
Fixed minor bug: all regions now are (left, top, width, height)
2022-10-23 16:33:00 +02:00