42 Commits

Author SHA1 Message Date
Narra_Venkata_Raghu_Charan
2c9847e256
Merge branch 'serengil:master' into master 2025-02-28 16:24:53 +05:30
Javier Infante
2510f89605 allow integers on pre-calculated embeddings 2025-02-26 12:53:57 +01:00
Raghucharan16
5a73d91744 code review changes 2025-02-20 23:08:09 +05:30
roberto-corno-nttdata
f808126101 fix: rechecked with ultralitycs, embeddings generation is a bit misleading in terms of documentaion. In the end not suitable for recognition at all. Removed YoloFacialRecognition 2024-12-10 16:00:43 +01:00
roberto-corno-nttdata
d3a3f2b65f fix: documentation 2024-12-09 16:00:27 +01:00
roberto-corno-nttdata
38261e07e5 yolov11n and yolov11m added to model selection 2024-12-07 23:00:16 +01:00
roberto-corno-nttdata
2c2dc7b1f0 yolov11n and yolov11m added to model selection 2024-12-07 14:22:24 +01:00
Sefik Ilkin Serengil
53a96f635a refactoring distance functions 2024-10-06 21:00:07 +01:00
Sefik Ilkin Serengil
a93fb63c97 single and batch distance functions are stored in verify module 2024-10-06 20:40:33 +01:00
kremnik
3bb317ac63 fix l2_normalize and tests 2024-09-30 15:02:58 +03:00
Sefik Ilkin Serengil
52d6873253 exception messages updated 2024-08-17 08:10:49 +01:00
kremnik
a2e590cfb0 Update minimum distance between embeddings calculation: fixes 2024-08-16 21:53:33 +03:00
kremnik
ca1db5fac7 Update minimum distance between embeddings calculation 2024-08-16 04:56:58 +03:00
Golubkov Alexander
1d3de83c2a
Merge branch 'serengil:master' into distances 2024-08-04 19:43:52 +03:00
kremnik
ef228d9341 Optimize distance calculation 2024-08-04 19:39:01 +03:00
Sefik Ilkin Serengil
bb7242645e manage global variables in single place 2024-08-04 11:41:24 +01:00
kremnik
59e8d52b63 Update Logger singleton creation, add test and docstring 2024-08-02 05:53:08 +03: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
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
gobinathal
b864f6a38b accept optional parameter - 'threshold' in verify method 2024-04-30 23:30:17 +05:30
Sefik Ilkin Serengil
752ae83604 docstrings updated for centerface 2024-04-12 14:50:11 +01:00
Sefik Ilkin Serengil
9a83068672 singleton logger and docstrings 2024-04-08 20:11:09 +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
06d16cf444 docstring updated for ghostface 2024-03-16 09:42:42 +00:00
Sefik Ilkin Serengil
820ba5946b resolving issue 1098 2024-03-11 18:39:00 +00:00
Sefik Ilkin Serengil
4b3473e023 docstring for pre-calculated embedding support in verify 2024-03-08 20:22:22 +00:00
Sefik Ilkin Serengil
6eced68e69 support embedding input for verify 2024-03-08 15:22:58 +00:00
Sefik Ilkin Serengil
d7c2998e1b wrapper for find distance added 2024-03-08 13:55:02 +00:00
Sefik Ilkin Serengil
20f916c024 distance as float instead of numpy float 2024-03-02 20:43:47 +00:00
Sefik Ilkin Serengil
e70496ba6f avoid multiple feature extraction for faces in image pairs 2024-03-02 20:20:33 +00:00
Sefik Ilkin Serengil
a9cb7b96e3 throw meaningful error if an img_path cannot be read 2024-03-02 11:57:21 +00:00
Sefik Ilkin Serengil
626aa2e385 adding some docstrings 2024-02-10 18:17:11 +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
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
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
7f719b87bd interface functions moved to modules 2024-01-13 22:21:41 +00:00