1644 Commits

Author SHA1 Message Date
tyasnk
8e5e42d4d3 Mediapipe paramater now configurable by env variable 2024-10-03 10:39:27 +07:00
Tyas
c4a49fff98
Update Mediapipe min_detection_confidence 2024-10-03 06:22:50 +07:00
Tyas
476bfd1619
Merge branch 'serengil:master' into master 2024-10-03 06:20:38 +07:00
Sefik Ilkin Serengil
4f48d97606
Merge pull request #1351 from kremnik/recognition_find_batched
Recognition find batched
2024-10-01 09:52:45 +01:00
kremnik
8adca77ca6 fix: variable name has been changed 2024-09-30 19:55:13 +03:00
kremnik
3bb317ac63 fix l2_normalize and tests 2024-09-30 15:02:58 +03:00
kremnik
ad0cbaf2dc Add batched version of the find function 2024-09-30 12:33:19 +03:00
kremnik
937513453e Add batched version of the find function 2024-09-30 12:29:33 +03:00
Sefik Ilkin Serengil
1475aa838d
Merge pull request #1350 from kremnik/fix_test_commons
Normalized paths in test_commons.py to make tests platform-independent
2024-09-30 09:00:58 +01:00
kremnik
4a81fc2553 Normalized paths in test_commons.py to make tests platform-independent 2024-09-30 00:05:36 +03:00
Tyas
c77e201aa6
Update MediaPipe.py 2024-09-24 20:37:26 +07:00
Sefik Ilkin Serengil
5c242e2c85
Merge pull request #1337 from serengil/feat-task-0609-unit-test-of-weight-utils
unit tests added for weight utils
2024-09-06 09:28:36 +01:00
Sefik Ilkin Serengil
8f9c1e3b73 unit tests added for weight utils 2024-09-06 09:18:25 +01:00
Sefik Ilkin Serengil
9d15881ddb
Merge pull request #1334 from kremnik/checkimagefirst
Improvement: check image exists first
2024-09-03 09:56:11 +01:00
kremnik
b2e3d8d21a Improvement: check image exists first 2024-09-02 18:20:51 +03:00
Sefik Ilkin Serengil
d3200c259e
Merge pull request #1330 from kremnik/ssdpandas 2024-09-01 16:42:35 +01:00
kremnik
ef0b71a0af Change index to label in ssd detector 2024-09-01 17:41:22 +03:00
Sefik Ilkin Serengil
a80d3e8d27 exception messages updated 2024-09-01 09:37:29 +01:00
Sefik Ilkin Serengil
2feb703f96
Merge pull request #1329 from serengil/feat-task-3108-unit-test-for-broken-weight-file
unit test for broken weight file
2024-08-31 18:13:48 +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
46fe4a8164
Merge pull request #1327 from serengil/feat-task-3108-exception-handling-for-loading-weights
load weights is done in a common function
2024-08-31 16:56:09 +01:00
Sefik Ilkin Serengil
8b86f36390 load weights is done in a common function 2024-08-31 16:46:44 +01:00
Sefik Ilkin Serengil
a3088ac903
Merge pull request #1326 from serengil/feat-task-3108-casting-confidence-to-float
cast confidence to float
2024-08-31 16:35:49 +01:00
Sefik Ilkin Serengil
a52d4f3869 cast confidence to float 2024-08-31 14:17:10 +01:00
Sefik Ilkin Serengil
f3d0923fc4
Merge pull request #1325 from serengil/feat-task-3108-loading-weights-in-general-way
weight downloads moved to a common place
2024-08-31 13:43:35 +01:00
Sefik Ilkin Serengil
3e2df1bf10 f string pring 2024-08-31 13:42:26 +01:00
Sefik Ilkin Serengil
9d8d2ddf4f weight downloads moved to a common place 2024-08-31 13:24:04 +01:00
Sefik Ilkin Serengil
0d1bce3618
Update test_extract_faces.py
type controls in detected face
2024-08-30 08:04:50 +01:00
Sefik Ilkin Serengil
5e261e709c
Update Ssd.py
ssd's confidence score should be float not numpy
2024-08-30 07:58:51 +01:00
Sefik Ilkin Serengil
14158d3656
Merge pull request #1321 from kremnik/ssdpandas 2024-08-28 20:14:32 +01:00
kremnik
613583826e Optimize ssd detector:fixes 2024-08-28 19:42:00 +03:00
kremnik
a65f87a65a Optimize ssd detector 2024-08-27 06:06:39 +03:00
Sefik Ilkin Serengil
ed1b117016
Merge pull request #1319 from Circuit8/represent-optimizations
Represent optimizations
2024-08-26 14:50:16 +01:00
Josh
f4d164e0aa Linting + optimizations 2024-08-26 14:34:00 +01:00
Josh
cc8c3f0461 Fixed rotation angle 2024-08-24 09:07:53 +01:00
Josh
70bce5ae63 Sped up face alignment by using cv2 for rotation rather than PIL 2024-08-23 15:46:54 +01:00
Josh
d478f41c47 gitignore venv 2024-08-23 14:09:16 +01:00
Josh
6bdf83b86f Added max_faces 2024-08-23 14:09:16 +01:00
Sefik Ilkin Serengil
0022131bf6
Merge pull request #1317 from kremnik/dataclass
Dataclass
2024-08-23 08:57:12 +01:00
kremnik
196a22ccf7 Add Dataclass: lint fix 2024-08-22 23:26:24 +03:00
kremnik
8bf60a8d5e Add Dataclass 2024-08-22 23:09:22 +03:00
Sefik Ilkin Serengil
47e0bf18d1
Update README.md
publications ordered by importance
2024-08-17 20:47:09 +01:00
Sefik Ilkin Serengil
b447cc4add
Merge pull request #1311 from serengil/feat-task-1708-stream-overlay-bug-for-crowded-photo
Feat task 1708 stream overlay bug for crowded photo
2024-08-17 10:26:17 +01:00
Sefik Ilkin Serengil
cc99de6e76 perform resize in a common point 2024-08-17 10:13:29 +01:00
Sefik Ilkin Serengil
a7c2a9f76b bug while showing the recognized face when source image has more than one face sorted 2024-08-17 10:09:27 +01:00
Sefik Ilkin Serengil
f544038481 v94 2024-08-17 10:08:43 +01:00