Sefik Ilkin Serengil
|
32f8f6596e
|
consider arguments have impact on embeddings
|
2024-04-12 17:22:08 +01:00 |
|
Sefik Ilkin Serengil
|
b2ed849183
|
Merge pull request #1184 from serengil/feat-task-1204-centerface
Feat task 1204 centerface
|
2024-04-12 17:09:42 +01:00 |
|
Sefik Ilkin Serengil
|
d52ab37955
|
license of centerfacementioned
|
2024-04-12 14:55:52 +01:00 |
|
Sefik Ilkin Serengil
|
752ae83604
|
docstrings updated for centerface
|
2024-04-12 14:50:11 +01:00 |
|
Sefik Ilkin Serengil
|
3e5b36f70b
|
adding centerface into readme
|
2024-04-12 14:49:58 +01:00 |
|
Sefik Ilkin Serengil
|
154fca372d
|
unit test extended for centerface
|
2024-04-12 14:49:25 +01:00 |
|
Sefik Ilkin Serengil
|
4577b43051
|
unit test extended for centerface
|
2024-04-12 14:49:07 +01:00 |
|
Sefik Ilkin Serengil
|
6b3a4eff22
|
centerface backend added
|
2024-04-12 14:48:41 +01:00 |
|
Sefik Ilkin Serengil
|
10b2e18dce
|
Merge pull request #1177 from serengil/feat-task-0804-singleton-logger
singleton logger and docstrings
|
2024-04-08 20:21:10 +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
|
fb4da39961
|
Merge pull request #1175 from serengil/feat-task-0704-resizing-functionality
resize functionality moved to represent module
|
2024-04-07 18:39:28 +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
|
42ee2982f0
|
Merge pull request #1174 from serengil/feat-task-0704-determine-file-type-with-pil
using with clause to open img with pil to guarantee it is closed
|
2024-04-07 10:29:45 +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
|
ba4d193535
|
Merge pull request #1173 from serengil/feat-task-0704-find-image-type-with-pil
checking file type with PIL
|
2024-04-07 10:12:53 +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
|
ec0b833569
|
Merge pull request #1172 from serengil/feat-task-0704-yolo-detector
retired variable
|
2024-04-07 09:49:56 +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 |
|
Sefik Ilkin Serengil
|
1b60cf210d
|
Merge pull request #1145 from common-io/master
FastMtCnn Use of Gpu for Face Detection
|
2024-04-05 16:35:56 +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
|
357a397f1b
|
Merge pull request #1156 from serengil/feat-task-2803-resize-moved-to-representation
Feat task 2803 moving find embedding methods to super if not require additional logic
|
2024-03-31 09:35:35 +01: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
|
0f89272532
|
Merge pull request #1151 from serengil/feat-task-2803-facenet-documentation
docstrings updated
|
2024-03-28 18:50:36 +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
|
329606ffe8
|
Merge pull request #1140 from serengil/feat-task-2403-eye-coordinates-in-biology
Feat task 2403 eye coordinates in biology
|
2024-03-24 16:59:48 +00: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
|
519c48e58d
|
add unit test to check left eye is on the left with respect to the person instead of observer
|
2024-03-24 16:32:59 +00:00 |
|
Sefik Ilkin Serengil
|
ad80a31807
|
Merge pull request #1138 from serengil/feat-task-2403-dlib-eye-locations
get the centers of right and left eye
|
2024-03-24 16:01:07 +00:00 |
|
Sefik Ilkin Serengil
|
97459d0c35
|
get the centers of right and left eye
|
2024-03-24 15:49:17 +00:00 |
|
Sefik Ilkin Serengil
|
a3f04e608a
|
Merge pull request #1134 from serengil/feat-task-2203-fbdeepface-bug
enforce tf 2.12 or less
v0.0.89
|
2024-03-22 10:11:35 +00:00 |
|
Sefik Ilkin Serengil
|
9957fe6812
|
new version
|
2024-03-22 10:10:50 +00:00 |
|
Sefik Ilkin Serengil
|
0c8e869371
|
enforce tf 2.12 or less
|
2024-03-22 10:02:52 +00:00 |
|
Sefik Ilkin Serengil
|
47363c6efd
|
new version
v0.0.88
|
2024-03-21 18:28:59 +00:00 |
|
Sefik Ilkin Serengil
|
d7202cf70a
|
Merge pull request #1129 from starenka/patch-1
|
2024-03-20 18:10:34 +00:00 |
|
starenka
|
8a712184a0
|
fixing missing fstring
|
2024-03-20 18:41:39 +01:00 |
|
Sefik Ilkin Serengil
|
c774ca4c2f
|
Merge pull request #1128 from rezakarbasi/master
2 tests regarding feeding different data sources added
|
2024-03-20 10:38:09 +00:00 |
|
Reza Karbasi
|
6fac5a9543
|
add: test regarding checking the unity of the output with respect to different data resources (for the same picture) added
|
2024-03-20 07:33:56 +03:30 |
|