Sefik Ilkin Serengil
8fbc25612b
reproduce experiments procedures added
2024-04-07 08:57:32 +01: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
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
Reza Karbasi
acea51c81d
refactor: some logging descriptions revised in tests
2024-03-20 06:19:28 +03:30
Reza Karbasi
593a3c2539
add: a test added for 'represent' API endpoint to check the url input
...
This commit adds a new test case for the 'represent' API endpoint. The test verifies that the endpoint correctly processes an image URL and returns the expected data structure, including the correct number of face embeddings, face confidence, and facial area for each detected face in the image.
2024-03-20 06:04:32 +03:30
Sefik Ilkin Serengil
5d49679b19
Merge pull request #1127 from rezakarbasi/master
...
feat: an api test added. It evaluates inserting base64 encoded image
2024-03-19 12:42:08 +00:00
Reza Karbasi
24f7e11a68
fix: embedded size for facenet changed to 128
2024-03-19 15:50:02 +03:30
Reza Karbasi
5e38914a20
fix: an issue regarding the testing procedure has been addressed
2024-03-19 15:44:07 +03:30
Reza Karbasi
2fad7d259c
feat: an api test added. It evaluates whether the api works with encoded input or not
2024-03-19 15:31:40 +03:30
Sefik Ilkin Serengil
de2f08fe5c
Merge pull request #1126 from serengil/feat-task-1903-bugs-and-enhancements
...
Feat task 1903 bugs and enhancements
2024-03-19 09:26:18 +00:00
Sefik Ilkin Serengil
e442ccd2f1
avoid int64 not serializable error
2024-03-19 09:18:23 +00:00
Sefik Ilkin Serengil
ce1fa57d35
no need to check version for fb deepface
2024-03-19 08:56:05 +00:00
Sefik Ilkin Serengil
87a95dc2ae
eyes can be none
2024-03-19 08:53:40 +00:00
Sefik Ilkin Serengil
71bea587da
check tf_keras installation for tf 2.16 or later versions
2024-03-19 08:45:10 +00:00
Sefik Ilkin Serengil
2cbfc417a4
issue 1123 resolved
...
for opencv and ssd, we were finding eyes from the detected faces. that is why,
eye coordinates were inccorrect with respect to the image itself. we added the
x and y coordinates of the detected face into the eye coordinates.
2024-03-19 08:31:41 +00:00
Sefik Ilkin Serengil
22eebc0a01
Merge pull request #1119 from rezakarbasi/master
...
The link to the postman was wrong and I changed it
2024-03-17 18:21:01 +00:00
rezakarbasi
a2df6561b9
fix: issue #1118 resolved
2024-03-17 21:44:55 +03:30
Sefik Ilkin Serengil
d6100a909a
Update README.md
...
model accuracies updated
2024-03-17 12:36:46 +00:00
Sefik Ilkin Serengil
c4a22fef42
Update README.md
...
typo in readme
2024-03-17 12:34:46 +00:00
Sefik Ilkin Serengil
90219515c3
Update GhostFaceNet.py
...
logger module typo
2024-03-17 12:34:02 +00:00
Sefik Ilkin Serengil
3a30071214
Merge pull request #1115 from serengil/feat-task-1703-fast-mtcnn-refactoring
...
Feat task 1703 fast mtcnn refactoring
v0.0.87
2024-03-17 12:07:27 +00:00
Sefik Ilkin Serengil
5e3d415105
accuracy scores of models updated
2024-03-17 11:53:11 +00:00
Sefik Ilkin Serengil
ee63d8b902
model building simplified, region calculation sorted
2024-03-17 11:52:55 +00:00
Sefik Ilkin Serengil
a13f37c7c9
Merge pull request #1112 from serengil/feat-task-1603-version-0087
...
new version and stock photo for model portfolio updated
2024-03-16 10:24:11 +00:00
Sefik Ilkin Serengil
e1aebe5e2e
new version and stock photo for model portfolio updated
2024-03-16 10:09:45 +00:00
Sefik Ilkin Serengil
167a8ca392
Merge pull request #1111 from serengil/feat-task-1003-ghostfacenet-model
...
Feat task 1003 ghostfacenet model
2024-03-16 10:00:08 +00:00
Sefik Ilkin Serengil
8c2c5f5d0f
pylint error on github actions
2024-03-16 09:52:31 +00:00
Sefik Ilkin Serengil
06d16cf444
docstring updated for ghostface
2024-03-16 09:42:42 +00:00
Sefik Ilkin Serengil
d08b85b445
unit test for ghost face added
2024-03-16 09:41:48 +00:00
Sefik Ilkin Serengil
808936dc24
ghostface added in portfolio
2024-03-16 09:41:35 +00:00