552 Commits

Author SHA1 Message Date
Andrea Lanfranchi
9dc0040a12
Amend typing 2024-02-22 12:41:21 +01:00
Andrea Lanfranchi
63079d3095
Use regex to match file patterns
Also use os.listdir as is clear recursion is not intended
2024-02-22 12:05:41 +01:00
Andrea Lanfranchi
72e5669302
Use path join and amend undetected faces addition repetition 2024-02-21 19:18:01 +01:00
Andrea Lanfranchi
c4b48ce46f
Early discard extracted faces below threshold 2024-02-21 16:28:07 +01:00
Andrea Lanfranchi
051a8d3172
Use return boolean to detect effective capture
Actually an image is always returned but empty
2024-02-21 15:56:47 +01:00
Andrea Lanfranchi
810dfac4fe
Simplify model initialization 2024-02-21 15:18:51 +01:00
Andrea Lanfranchi
adf6328cd9
Look for string in string collection 2024-02-21 15:14:01 +01:00
Andrea Lanfranchi
4713572a24
Amend incompatible assignement warning 2024-02-21 15:12:51 +01:00
Sefik Ilkin Serengil
ab8adf262b
Merge pull request #1026 from serengil/feat-task-1602-loading-image-from-web-bug
load img from web sorted
2024-02-16 17:59:17 +00:00
Sefik Ilkin Serengil
91a220335a exception handling for bulk representations 2024-02-16 17:43:30 +00:00
Sefik Ilkin Serengil
91f5b448ee remove problematic one 2024-02-16 17:39:24 +00:00
Sefik Ilkin Serengil
16c72cd0f6 align first detect second 2024-02-16 17:20:15 +00:00
Sefik Ilkin Serengil
e529fa5c26 make detection, alignment and expanding in common place 2024-02-16 15:31:50 +00:00
Sefik Ilkin Serengil
d16f0765fa load img from web sorted 2024-02-16 13:41:46 +00:00
Sefik Ilkin Serengil
5230943de3 adding package version into package 2024-02-10 18:18:02 +00:00
Sefik Ilkin Serengil
c9569cd540 region bug for dlib sorted 2024-02-10 18:17:28 +00:00
Sefik Ilkin Serengil
626aa2e385 adding some docstrings 2024-02-10 18:17:11 +00:00
Sefik Ilkin Serengil
c65274290b restore version approach 2024-02-04 17:02:31 +00:00
Sefik Ilkin Serengil
36655026cd do not print deepface version error 2024-02-04 13:19:26 +00:00
Sefik Ilkin Serengil
a7231ab0cb adding init py to folders 2024-02-04 12:47:53 +00:00
Sefik Ilkin Serengil
86d424b8ac put api in deepface folder to make it testable 2024-02-04 12:45:27 +00:00
Sefik Ilkin Serengil
08131731c5 retuning regions as numpy int 32 was causing error in api 2024-02-04 10:36:00 +00:00
Sefik Ilkin Serengil
8497682171 open issues 2024-02-02 17:33:31 +00:00
Sefik Ilkin Serengil
96d29ab069 adding expand percentage argument for detection 2024-01-31 23:43:30 +00:00
Sefik Ilkin Serengil
9494d47e31 restoration of deprecated detect face function 2024-01-31 19:51:58 +00:00
Sefik Ilkin Serengil
cefb8013bb making distance calculation functions camel case 2024-01-31 19:44:51 +00:00
Sefik Ilkin Serengil
4800aa3e8c input shape is now retrieved from models 2024-01-31 19:37:43 +00:00
Sefik Ilkin Serengil
95c55c0401 moving logics under modules
- all extract_faces logic moved to detection module
- load image related logics moved to preprocessing module
2024-01-31 19:12:16 +00:00
Sefik Ilkin Serengil
9fbb229b97 Sorting bug for RGB restoration 2024-01-31 19:10:51 +00:00
Sefik Ilkin Serengil
35025cdf6e
Merge pull request #978 from serengil/feat-task-2701-return-obj-for-detectors
pretty return type for detect faces
2024-01-27 19:30:28 +00:00
Sefik Ilkin Serengil
e5f0da3fd7 pretty return type for detect faces 2024-01-27 19:20:03 +00:00
MattPChoy
f0f9a792ec Prevent no attribute error when using Mtcnn 2024-01-27 22:02:10 +10:00
Sefik Ilkin Serengil
36665a9e96 january 26 improvements 2024-01-26 17:52:55 +00:00
Sefik Ilkin Serengil
5ffa7bfb95 vgg normalization layer bug for gpu users 2024-01-23 22:29:28 +00:00
Sefik Ilkin Serengil
3265be2d3a whitespace problem 2024-01-23 20:10:07 +00:00
Sefik Ilkin Serengil
d429d71c93 examples explained in docstrings 2024-01-23 20:02:17 +00:00
Sefik Ilkin Serengil
829871f1fe cosmetic changes in docstrings of interface functions 2024-01-21 22:50:37 +00:00
Sefik Ilkin Serengil
0b3151fa26 incompatible bug for deepid in representation 2024-01-21 18:23:47 +00:00
Sefik Ilkin Serengil
359162aa5e details about return types 2024-01-21 18:10:21 +00:00
Sefik Ilkin Serengil
c9a7db8815 FaceNet to Facenet 2024-01-21 14:01:11 +00:00
Sefik Ilkin Serengil
0d6aa10b82 cosmetic changes about interfaces 2024-01-21 13:52:31 +00:00
Sefik Ilkin Serengil
2e282db74b common function to get tf major version 2024-01-20 20:59:05 +00:00
Sefik Ilkin Serengil
585bdae6b2 DeepFace.build_model should return any 2024-01-20 20:44:00 +00:00
Sefik Ilkin Serengil
a50ff7e35a deprecated module retired 2024-01-20 19:27:08 +00:00
Sefik Ilkin Serengil
25a3061ae9 deprecated dependency retired 2024-01-20 19:26:01 +00:00
Sefik Ilkin Serengil
0fd77e1c99 facial recognition, detector and demography models are now using interface 2024-01-20 19:23:28 +00:00
Sefik Ilkin Serengil
27d15d2413 some improvements
- update datastore
- raise meaningful errors while importing optional dependencies
- handle unexpected zero dimension issue in alignment
2024-01-16 22:31:12 +00:00
Sefik Ilkin Serengil
7f719b87bd interface functions moved to modules 2024-01-13 22:21:41 +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
f23ab85fd1 using type hinting for backend functions 2023-12-24 14:38:14 +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
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
bd0a3ec17e yunet alignment issue sorted 2023-12-16 20:11:23 +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
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
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
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
Nicolò Di Domenico
c268e396a8
fix missing normalization when skipping face detection 2023-11-15 10:47:24 +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
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
adnanHaddy
0a389deaf1 Include detected face confidence 2023-10-18 12:27:54 -07:00
Bosco Yung
dc75d76813 Simply face alignment procedure 2023-10-18 17:17:34 +09:00
lilw5
1d57b2f7f3 change model.predict() to model(), improve mem leak notably 2023-10-10 11:16:44 +08:00
maxpopovych
50105b21e6 opencvzoo branch changed from master to main, fix applied to sface remote repo 2023-09-08 08:57:12 +02:00
Awshr
1cec1d8f4a find method documentation modified 2023-07-27 09:21:02 +03: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
0c50eb7178 Remove unwanted line return. 2023-06-23 20:34:51 +02:00
Vincent STRAGIER
16d37711d5 Remove unwanted line returns. 2023-06-23 20:33:47 +02:00
Vincent STRAGIER
dc0fa0cec6 Merging from master 2023-06-23 20:26:51 +02:00
Vincent STRAGIER
195de6e85f Merge remote-tracking branch 'upstream/HEAD' into YOLOv8 2023-06-23 17:58:13 +02:00
Vincent STRAGIER
1a3e869737 Better type checking. 2023-06-23 17:37:19 +02:00
Vincent STRAGIER
1506a67725 Revert some grammar changes. 2023-06-23 16:53:34 +02:00
Vincent STRAGIER
22ffc280bb Merge remote-tracking branch 'upstream/HEAD' into analyze_raise_on_empty_actions 2023-06-23 15:50:04 +02:00
miawoltn
011a0987a7 enhancement for deepface home path creation 2023-06-11 07:38:27 +01:00
Vincent STRAGIER
052abd26c7 Merge branch 'analyze_raise_on_empty_actions' into YOLOv8 2023-06-09 13:51:30 +02:00
Vincent STRAGIER
08988fcd0d Merging from master 2023-06-09 13:32:43 +02:00
Vincent STRAGIER
e845c00c24 Partial grammatical uniformisation of analys**. 2023-06-05 14:30:19 +02:00
Vincent STRAGIER
4ff75ecfc2 Remove unwanted changes and fix linting. 2023-06-05 14:06:10 +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
c09fc43d45 Add some comments about the changes. 2023-06-05 12:27:18 +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
Vincent STRAGIER
e643f56b75 Unlinted changes 2023-05-23 14:47:22 +02:00
miawoltn
0ade149ee6 add missing parameter descriptions 2023-05-09 12:28:27 +01:00
Sefik Ilkin Serengil
52ad8e46be
Update functions.py 2023-04-29 17:37:54 +01:00
Sefik Ilkin Serengil
16fa3c2969
Read img restored 2023-04-29 17:23:15 +01:00
Sefik Ilkin Serengil
aa4e4abe30
imread restored 2023-04-29 15:27:30 +01:00
RayVik
8d91ea2f21
Update functions.py 2023-04-28 19:03:57 +03:00
RayVik
6522fa7d02
Update functions.py 2023-04-28 18:39:20 +03:00
RayVik
06ca8161bc
Update functions.py 2023-04-28 02:39:58 +03:00
RayVik
d3f78558ff
Fix bug with unicode filenames 2023-04-27 15:49:32 +03:00
Sefik Ilkin Serengil
d64800f2c0 bug 708 - deepid input shape 2023-04-22 10:52:04 +01: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
Matthew Liechty
b23749509f
Update DeepFace.py 2023-03-09 11:02:22 -05:00
Vincent STRAGIER
03d7d1931f Reformat using black with settings.json 2023-03-01 14:01:15 +01:00
Vincent STRAGIER
3a325f5540 Reformat with black and pylint. 2023-03-01 13:40:46 +01:00
Vincent STRAGIER
0d176360ad Remove type hints (PEP484) 2023-03-01 13:05:04 +01:00
Vincent STRAGIER
7b0f34cbb1 Close #532, add docstring and some refactoring. 2023-03-01 12:44:47 +01:00
Sefik Ilkin Serengil
7414066a73
docstring 2023-02-24 12:05:13 +00:00
Sefik Ilkin Serengil
75f3eb7577 deprecated functions 2023-02-24 11:54:58 +00:00
Sefik Ilkin Serengil
a010c4188f deprecated functions 2023-02-24 11:37:57 +00:00
Sefik Ilkin Serengil
d04ab28bd3 deprecated functions added 2023-02-23 10:04:22 +00:00
Sefik Ilkin Serengil
ab8470f96f
resize bug while skipped detector 2023-02-10 14:05:40 +00:00
Sefik Ilkin Serengil
f9ec08ec04
restore 2023-02-10 13:49:52 +00:00
Sefik Ilkin Serengil
067e8f8c19
restore 2023-02-10 13:34:34 +00:00
Sefik Ilkin Serengil
8f667eecc8
resizing bug in represent for skipped detector 2023-02-10 13:17:50 +00:00
Sefik Ilkin Serengil
ea43de9baa
if detector is skipped, then resizing is missing in representation 2023-02-10 13:11:30 +00:00
Sefik Ilkin Serengil
ded49bbfa1
Merge pull request #649 from alenpaulvarghese/typo-fix
fixed a typo in the comment string
2023-01-30 21:23:46 +00: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
AlenPaulVarghese
3d52f3ee7e
fixed a typo in the comment string 2023-01-30 17:52:24 +05:30
Sefik Ilkin Serengil
e679c7206a cleaner codes 2023-01-29 23:44:09 +00:00
Sefik Ilkin Serengil
2d39ade138 clean code refactoring 2023-01-29 21:39:54 +00:00
Sefik Ilkin Serengil
029f3dfa43
Merge pull request #648 from ekkolon/improve-model-feature-maintainability
refactor: use const for model feature labels
2023-01-29 17:35:04 +00:00
Sefik Ilkin Serengil
889d5d5fd4 cleaning github action warnings 2023-01-29 16:41:19 +00:00
Nelson Dominguez
96025c1118 refactor: use const for model feature labels
This commit moves the feature labels for the Emotion, Gender and Race model to their
respective modules.
2023-01-29 17:32:38 +01:00
Sefik Ilkin Serengil
8f07aede24 linting warnings 2023-01-29 11:41:40 +00:00
Sefik Ilkin Serengil
aa7a8af9ff workflow test 2023-01-29 01:08:13 +00:00
Sefik Ilkin Serengil
7a978d29c5 linting 2023-01-29 00:45:25 +00:00
Sefik Ilkin Serengil
be4b41fa79
docstring 2023-01-27 10:11:55 +00:00
Sefik Ilkin Serengil
f4ce488ab7
target size as is 2023-01-26 17:00:53 +00:00
Sefik Ilkin Serengil
e3d73ca89d
deep id target size 2023-01-26 16:59:52 +00:00
Sefik Ilkin Serengil
89de20cc98
target size bug 2023-01-26 16:02:44 +00:00
Ronald Pereira
6e6215e4b9 updated PR to remove model parameter 2023-01-26 11:49:56 -03:00
Ronald Pereira
d24aeae030 updated docstring indentation 2023-01-26 10:56:58 -03:00
Ronald Pereira
e14d7d6afc .represent model parameter was being ignored if built and passed to function call 2023-01-26 10:54:24 -03:00
Sefik Ilkin Serengil
9f50eec4cd
read me 2023-01-24 23:08:02 +00:00
Sefik Ilkin Serengil
700867c7db new interface 2023-01-24 22:57:35 +00:00
Sefik Ilkin Serengil
dec0c34b2d new interface 2023-01-23 23:51:20 +00:00
Sefik Ilkin Serengil
9c6434a145 conflict 2023-01-23 21:56:30 +00:00
Sefik Ilkin Serengil
b62e3671f8 handling many faces 2023-01-23 21:54:52 +00:00
Sefik Ilkin Serengil
9c3f30db1a
doc string 2023-01-16 16:57:55 +00:00
Sefik Ilkin Serengil
e31cfe4bc8
doc string 2023-01-16 15:41:07 +00:00
Yiğit Ö. Ünver
4e3631c579
case handling analyze function with single actions 2022-12-11 21:49:02 +03:00
Nelson Dominguez
2fbec20859
style: fix minor spelling error in print message 2022-10-24 15:22:42 +02:00
Sefik Ilkin Serengil
db3a0f2fe8
Merge branch 'master' into regions 2022-10-24 11:24:36 +03:00
Sefik Ilkin Serengil
11d3061c9f verbose condition 2022-10-23 17:56:23 +01:00
Sefik Ilkin Serengil
51d10000c7 verboss off for just tf models 2022-10-23 17:55:10 +01:00
Sefik Ilkin Serengil
bbc3c6d59b
Merge pull request #580 from Andrea-Oliveri/confidence
Added confidence to FaceDetector.detect_face and .detect_faces methods
2022-10-23 19:27:48 +03:00
Sefik Ilkin Serengil
f26bb45b09 verbose off anyway 2022-10-23 17:23:58 +01:00
Andrea Oliveri
eeca8775ca Fixed minor bug: all regions now are (left, top, width, height) 2022-10-23 16:33:00 +02:00
Andrea Oliveri
d96b4bdbc5 Added confidence to FaceDetector.detect_face and .detect_faces methods 2022-10-23 15:49:26 +02:00
Hoan Nguyen
a807284e2a
feat(verbose): Silent tensorflow models output to stdout 2022-10-21 10:01:12 +02:00
Sefik Ilkin Serengil
5d767e2d49 code style 2022-06-22 14:11:35 +01:00
sasael
3f2fa48bee Taking gender_prediction directly 2022-06-22 15:36:20 +03:00
sasael
2135941912 - Added doReverted keras.models
- Running test_nonbinary_gender.py in unit_tests.py
2022-06-22 15:34:39 +03:00
sasael
449bea3770 Merge branch 'master' of https://github.com/shirasael/si-deepface 2022-06-18 19:54:27 +03:00
sasael
07220feb2d bugfixes 2022-06-18 19:46:21 +03:00