517 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
229c7673ee pylint exceptions continue 2024-06-07 20:47:46 +01:00
Sefik Ilkin Serengil
429c6b8f67 pylint exceptions 2024-06-07 20:37:48 +01:00
Sefik Ilkin Serengil
f35abd1ec2 anti spoofing 2024-06-07 20:10:32 +01:00
Sefik Ilkin Serengil
f0ffe1978c whitespaces removed 2024-06-03 20:10:28 +01:00
Sefik Ilkin Serengil
6d3b7aa4c4 in case of eyes null 2024-06-02 21:12:30 +01:00
Sefik Ilkin Serengil
5f98932ac2 v92 2024-06-02 21:08:34 +01:00
Sefik Ilkin Serengil
dcd1e80cc0 restore coordinates to version before border added 2024-06-02 21:06:46 +01:00
Sefik Ilkin Serengil
578f3e3dff Add a black border around an image to avoid moving faces outside after alignment 2024-06-02 20:33:51 +01:00
Sefik Ilkin Serengil
a8cb394b76 deepface version printed 2024-06-02 18:53:38 +01:00
Sefik Ilkin Serengil
c04e51e472 raise error if refresh db is false and pkl is empty 2024-05-18 14:05:46 +01:00
Sefik Ilkin Serengil
3a1a4a06e3 linting
- recent PR comes with long line linting error
- pipeline was using different pylint version, it gives error whereas my local does not
2024-05-17 22:02:58 +01:00
BrunoMarinhoM
b4a35fe80b minor changes and typos corrected 2024-05-17 16:34:37 -04:00
BrunoMarinhoM
3a6ab4820b ISSUE #1233: Feature refresh_database argument added to method find 2024-05-17 15:54:33 -04:00
Sefik Ilkin Serengil
c04fe040a7
Merge pull request #1229 from GobinathAL/fix_docstring 2024-05-07 19:07:06 +01:00
gobinathal
ffd712e5db fix docstring max_threshold_to_verify in verify method 2024-05-07 22:44:54 +05:30
Sefik Ilkin Serengil
633131715c v0.0.91 2024-05-02 08:26:41 +01:00
Sefik Ilkin Serengil
9b11fecfb2 bug fixes
- license mentioned in setup.py
- face region when detector skipped
2024-04-30 21:54:23 +01:00
gobinathal
b864f6a38b accept optional parameter - 'threshold' in verify method 2024-04-30 23:30:17 +05:30
Sefik Ilkin Serengil
f6a226eb4c validate projected coordinates are in the boundaries 2024-04-16 20:02:08 +01:00
Sefik Ilkin Serengil
5603d5f44a face coordinate values casted to int 2024-04-16 20:01:51 +01:00
Sefik Ilkin Serengil
b345b1dfdf image utils 2024-04-13 08:01:55 +01:00
Sefik Ilkin Serengil
cd36b13dde more file utils 2024-04-13 07:56:03 +01:00
Sefik Ilkin Serengil
821cb6b895 creating image utils 2024-04-13 07:36:43 +01:00
Sefik Ilkin Serengil
a30dd82a22 whitespace removed 2024-04-12 17:31:18 +01:00
Sefik Ilkin Serengil
32f8f6596e consider arguments have impact on embeddings 2024-04-12 17:22:08 +01:00
Sefik Ilkin Serengil
752ae83604 docstrings updated for centerface 2024-04-12 14:50:11 +01:00
Sefik Ilkin Serengil
6b3a4eff22 centerface backend added 2024-04-12 14:48:41 +01:00
Sefik Ilkin Serengil
3299303907 forgotten print 2024-04-08 20:13:14 +01:00
Sefik Ilkin Serengil
9a83068672 singleton logger and docstrings 2024-04-08 20:11:09 +01:00
Sefik Ilkin Serengil
ae5d5b967a getting rid of target_size everywhere 2024-04-07 18:23:28 +01:00
Sefik Ilkin Serengil
1078be9f12 resize functionality moved to represent module
we were handling resizing in extract faces. with this commit
we moved it to representation module to provide seperation
of concern.
2024-04-07 18:14:27 +01:00
Sefik Ilkin Serengil
83c381e395 using with clause to open img with pil to guarantee it is closed 2024-04-07 10:18:47 +01:00
Sefik Ilkin Serengil
6c51489636 checking file type with PIL
imghdr is deprecated
2024-04-07 10:03:38 +01:00
Sefik Ilkin Serengil
8fc9db5d23 retired variable 2024-04-07 09:45:28 +01:00
Sefik Ilkin Serengil
ff27c74992
Merge pull request #1171 from serengil/feat-task-0704-file-extensions
checking file's content type instead of extension
2024-04-07 09:34:16 +01:00
Sefik Ilkin Serengil
94937cfb71 checking file's content type instead of extension 2024-04-07 09:25:51 +01:00
aku-ato
131a7fb576
move torch import from global in order to match optional dependency project philosophy 2024-04-05 17:26:45 +02:00
aku-ato
b4c16f6dbf
Merge branch 'serengil:master' into master 2024-04-05 17:22:30 +02:00
Sefik Ilkin Serengil
504dc3c66d unused imports removed and docstring detailed for sface and dlib 2024-03-31 09:25:13 +01:00
Sefik Ilkin Serengil
816f945136 abstract method is not being anymore 2024-03-28 20:00:34 +00:00
Sefik Ilkin Serengil
6cc36922d4 OOP adopted for find embeddings
- standard FR models are now using find embeddings method from its super FacialRecognition
- find embeddings renamed to forward.
2024-03-28 19:59:09 +00:00
Sefik Ilkin Serengil
c22152f921 docstrings updated 2024-03-28 18:39:26 +00:00
aku-ato
345b6717e2
Conditional use of GPU on FastMtCnn 2024-03-26 18:06:53 +01:00
aku-ato
2b7c0a708e
Conditional use of GPU on FastMtCnn 2024-03-26 15:34:03 +01:00
aku-ato
3d8733812b
use GPU in fastMtCnn 2024-03-26 11:12:54 +01:00
Sefik Ilkin Serengil
09499c91c3 new version 2024-03-24 16:51:23 +00:00
Sefik Ilkin Serengil
8a178d0305 docstring updated 2024-03-24 16:48:22 +00:00
Sefik Ilkin Serengil
745b4b8835 set left and right eye locations with respect to the person instead of observer 2024-03-24 16:34:28 +00:00
Sefik Ilkin Serengil
2b5c139670 update alignment logic
now, left eye is the one on the left with respect to the person
instead of observer
2024-03-24 16:34:01 +00:00
Sefik Ilkin Serengil
97459d0c35 get the centers of right and left eye 2024-03-24 15:49:17 +00:00