208 Commits

Author SHA1 Message Date
NatLee
0ab3ac2d51 [fix] avoid problem of precision in float 2025-01-25 17:42:41 +08:00
h-alice
ee3093de45
Merge branch 'feat/batch-predict-age-and-gender' of https://github.com/NatLee/deepface into feat/batch-predict-age-and-gender 2025-01-22 16:55:21 +08:00
h-alice
b584d29ce3
Refine some tests. 2025-01-22 16:55:09 +08:00
Nat Lee
61b6931ea3 [update] modify test of emotion and add client of age, gender and race tests 2025-01-21 11:58:41 +08:00
Nat Lee
db4b749c98 [update] add emotions batch test 2025-01-20 18:14:48 +08:00
NatLee
a442f7a382 Merge remote-tracking branch 'origin/master' into patch/adjustment-0103-1 2025-01-13 22:31:23 +08:00
Samuel J. Woodward
8c5a23536d use requirements.txt for testing non-image io objects 2025-01-10 10:40:02 -05:00
Samuel J. Woodward
242bd3eb84 failure to decode an io object as an image raises an exception 2025-01-10 09:14:15 -05:00
Samuel J. Woodward
f9af73c1c7 defualt --> default 2025-01-09 11:51:31 -05:00
Samuel J. Woodward
4f0fa6ee22 load_image now accepts file objects that support being read 2025-01-09 10:35:47 -05:00
Samuel J. Woodward
6a7505269c Test image_utils.yield_images returns the same files as image_utils.list_images 2025-01-06 10:11:10 -05:00
h-alice
0f65a8765e
Add assertion to verify length of analyzed objects.
As mentioned:
https://github.com/serengil/deepface/pull/1396#discussion_r1900012703
2025-01-03 11:01:12 +08:00
Nat
4cf43be49d
Merge pull request #4 from NatLee/feat/add-multi-face-test
Feat/add multi face test
2024-12-31 13:54:01 +08:00
Sefik Ilkin Serengil
a8269767f3 unit test to confirm all faces detected 2024-12-24 11:11:50 +00:00
Nat Lee
e96ede3ded [update] add multiple faces testing 2024-12-17 15:27:31 +08:00
roberto-corno-nttdata
29e41e11e3 fix: yolo mention removed from recognition models 2024-12-10 17:25:49 +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
fb7f5b6a95 more unit tests added 2024-11-13 10:13:06 +00:00
Sefik Ilkin Serengil
0b38a3c11f for form data api tests, download files to local filesystem 2024-11-10 15:45:04 +00:00
Sefik Ilkin Serengil
b19fce5f8d form data tests added, argument names updated for existing tests (img not img_path anymore) 2024-11-10 15:17:24 +00:00
kremnik
3bb317ac63 fix l2_normalize and tests 2024-09-30 15:02:58 +03:00
kremnik
937513453e Add batched version of the find function 2024-09-30 12:29:33 +03:00
kremnik
4a81fc2553 Normalized paths in test_commons.py to make tests platform-independent 2024-09-30 00:05:36 +03:00
Sefik Ilkin Serengil
8f9c1e3b73 unit tests added for weight utils 2024-09-06 09:18:25 +01:00
Sefik Ilkin Serengil
a80d3e8d27 exception messages updated 2024-09-01 09:37:29 +01:00
Sefik Ilkin Serengil
005280f684 customize broken weight file test 2024-08-31 18:04:50 +01:00
Sefik Ilkin Serengil
e8346601e2 typo in weight file name 2024-08-31 17:53:34 +01:00
Sefik Ilkin Serengil
f23d63c643 do broken file test with unused model 2024-08-31 17:51:07 +01:00
Sefik Ilkin Serengil
074e81ba50 enforce broken weight file test at the end of all tests 2024-08-31 17:31:00 +01:00
Sefik Ilkin Serengil
ed8a6404d9 unit test for broken weight file 2024-08-31 17:12:19 +01:00
Sefik Ilkin Serengil
0d1bce3618
Update test_extract_faces.py
type controls in detected face
2024-08-30 08:04:50 +01:00
kremnik
a65f87a65a Optimize ssd detector 2024-08-27 06:06:39 +03:00
Sefik Ilkin Serengil
e9d96a789d these things covered
- expected exception messages updated
- nested embedding input is not supported, this is checked
2024-08-17 08:11:44 +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
Sefik Ilkin Serengil
30591701a7 facial area coordinates must be in image borders 2024-08-15 08:15:15 +01:00
kremnik
fc5c4b9155 Add tests for refresh_database=False 2024-08-14 20:32:54 +03:00
kremnik
0bb94a1a11 Update path handling 2024-08-12 03:10:20 +03:00
Sefik Ilkin Serengil
6263cef831 external tests 2024-08-04 11:47:10 +01:00
kremnik
59e8d52b63 Update Logger singleton creation, add test and docstring 2024-08-02 05:53:08 +03:00
Sefik Ilkin Serengil
37b8cc7d31 test max faces arg 2024-07-21 08:59:09 +01:00
Sefik Ilkin Serengil
f35abd1ec2 anti spoofing 2024-06-07 20:10:32 +01:00
Sefik Ilkin Serengil
13d502d3d8 unit test added for facial area coordinates after adding borders 2024-06-03 20:11:20 +01:00
Sefik Ilkin Serengil
fab08fe37c linting in test folder 2024-04-13 08:30:05 +01:00
Sefik Ilkin Serengil
4a4e706682 load base64 function renamed and moved 2024-04-13 08:10:43 +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
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