1982 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
28f9332493
Merge pull request #1463 from CatBraaain/fix/typo-in-pytorch-error-message
fix: typo in error message for missing pytorch
2025-04-10 13:52:55 +01:00
CatBraaain
6f97826a47 fix: typo in error message for missing pytorch 2025-04-10 21:21:19 +09:00
Sefik Ilkin Serengil
e06325aefb
Merge pull request #1459 from haddyadnan/master
feature: Add Angular Distance as a Distance Metric
2025-04-08 13:56:06 +01:00
haddyadnan
cb1bf9c750
Merge pull request #4 from haddyadnan/add_angulat_distance
remove white spaces
2025-04-08 15:40:44 +03:00
haddyadnan
dd585f00f4 remove white spaces 2025-04-08 15:38:23 +03:00
haddyadnan
748e1be61c
Merge pull request #3 from haddyadnan/add_angulat_distance
fix 'lines too long' lint issue
2025-04-08 15:21:41 +03:00
haddyadnan
dae7f225f8 fix 'lines too long' lint issue 2025-04-08 15:18:38 +03:00
haddyadnan
9134bdcf1b
Merge pull request #2 from haddyadnan/add_angulat_distance
Add angular distance:

- Update angular distance thresholds
- fix typos
2025-04-08 14:58:34 +03:00
haddyadnan
530c53899b fix typos 2025-04-08 14:54:38 +03:00
haddyadnan
1bcf3953c0 update the threshold values for angular distance 2025-04-08 14:48:54 +03:00
haddyadnan
9523214c1f
Merge pull request #1 from haddyadnan/add_angular_distance
feat: Add Angular Distance as a Distance Metric
2025-04-07 22:53:32 +03:00
haddyadnan
b69e7ceb21 Add Angular Distance to Documentation 2025-04-07 22:51:57 +03:00
haddyadnan
9e334057df feat: Add Angular Distance as a Distance Metric 2025-04-07 22:43:59 +03:00
Sefik Ilkin Serengil
96a7b98f33
Merge pull request #1456 from timselier/patch-1
Update VGGFace.py
2025-04-01 11:07:31 +01:00
Sefik Ilkin Serengil
9114dc3680
Update README.md
patreon badge updated
2025-03-31 12:32:43 +01:00
timselier
045dec0f42
Update VGGFace.py
Tensorflow versions > 2.13 give error: AttributeError: The layer sequential has never been called and thus has no defined input.

This is solved by replacing `model.input` by `model.layers[0].input`
2025-03-30 19:49:39 +02:00
Sefik Ilkin Serengil
80fee9bcbe
Update README.md
less publications
2025-03-26 17:01:37 +00:00
Sefik Ilkin Serengil
c7c6739c5f
Update README.md
phe snippet prettier
2025-03-14 16:42:30 +00:00
Sefik Ilkin Serengil
46a2ca4c3c
Update README.md
typos
2025-03-14 16:19:06 +00:00
Sefik Ilkin Serengil
e7fd49718a
Update README.md
simplify phe code
2025-03-14 16:17:57 +00:00
Sefik Ilkin Serengil
ca3a92d2cf
Update README.md
shorter lines in snippets
2025-03-13 09:25:44 +00:00
Sefik Ilkin Serengil
da4edde3af
Update README.md
publications
2025-03-12 16:57:32 +00:00
Sefik Ilkin Serengil
484221a91f
Update README.md
get rid of comments to make snippets shorter
2025-03-12 13:12:30 +00:00
Sefik Ilkin Serengil
8a5e58b87d
Update README.md
less lines
2025-03-12 13:11:11 +00:00
Sefik Ilkin Serengil
e18e0e49d0
Update README.md
less lines in snippets
2025-03-12 13:10:12 +00:00
Sefik Ilkin Serengil
40b28aab22
Update README.md
avoid longer lines in snippets of readme
2025-03-12 13:01:34 +00:00
Sefik Ilkin Serengil
bda75e131b
Update README.md
shorter paths in snippets
2025-03-12 12:03:49 +00:00
Sefik Ilkin Serengil
aadca89b8c
Update README.md
shorter sample paths
2025-03-12 12:02:59 +00:00
Sefik Ilkin Serengil
62ea14ae85
Update README.md
snippets with less line of code
2025-03-12 12:02:15 +00:00
Sefik Ilkin Serengil
719989b121
Update README.md 2025-03-11 13:06:58 +00:00
Sefik Ilkin Serengil
d7a6b659b0
Update README.md
new publication added
2025-03-11 08:23:28 +00:00
Sefik Ilkin Serengil
f084a1aad5
Update README.md 2025-03-10 15:09:39 +00:00
Sefik Ilkin Serengil
a697ab576a
Update README.md 2025-03-10 15:07:56 +00:00
Sefik Ilkin Serengil
a21b5ae9a1
Update README.md 2025-03-10 15:05:00 +00:00
Sefik Ilkin Serengil
6b069b7246
Update README.md 2025-03-10 13:29:06 +00:00
Sefik Ilkin Serengil
51e13ba93b
Update README.md 2025-03-09 14:33:04 +00:00
Sefik Ilkin Serengil
5aec692632
Update README.md 2025-03-09 14:31:29 +00:00
Sefik Ilkin Serengil
e63c33c20d
Update tests.yml 2025-03-09 14:30:39 +00:00
Sefik Ilkin Serengil
3349a64232
Update README.md
pulls instead of docker pulls
2025-03-09 14:29:11 +00:00
Sefik Ilkin Serengil
76676ac51c
Update README.md
phe snippet
2025-03-08 20:20:58 +00:00
Sefik Ilkin Serengil
72dc780abc
Update README.md
video link for phe
2025-03-08 20:19:31 +00:00
Sefik Ilkin Serengil
e1910e0995
Update README.md
bibtex update
2025-03-07 14:55:18 +00:00
Sefik Ilkin Serengil
5ea4674349
Update README.md
bibtex update
2025-03-07 14:54:36 +00:00
Sefik Ilkin Serengil
a598681afc
Update README.md 2025-03-07 11:21:02 +00:00
Sefik Ilkin Serengil
f9b0590838
Update README.md 2025-03-07 11:19:52 +00:00
Sefik Ilkin Serengil
64c95a4afb
Update README.md 2025-03-07 11:19:03 +00:00
Sefik Ilkin Serengil
a58b782000
Merge pull request #1450 from Raghucharan16/master 2025-03-06 19:32:27 +00:00
Narra_Venkata_Raghu_Charan
5238e8ec27
Merge branch 'serengil:master' into master 2025-03-06 21:50:37 +05:30
Sefik Ilkin Serengil
6ff9822506
Update README.md
expand bibtex of 1st publication
2025-03-06 14:03:51 +00:00
Sefik Ilkin Serengil
85c328e6bf
Update README.md
api snippets updated
2025-03-06 14:02:46 +00:00