1670 Commits

Author SHA1 Message Date
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
Sefik Ilkin Serengil
f2c2bb27e4
Merge pull request #1310 from serengil/feat-task-1708-exception-messages-refactored-for-1339
Feat task 1708 exception messages refactored for 1339
v0.0.93
2024-08-17 08:26:54 +01: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
Sefik Ilkin Serengil
52d6873253 exception messages updated 2024-08-17 08:10:49 +01:00
Sefik Ilkin Serengil
39a6d24163 whitespace removed 2024-08-17 08:10:36 +01:00
Sefik Ilkin Serengil
9768abc720
Merge pull request #1309 from kremnik/verification
Verification
2024-08-16 20:59:36 +01:00
kremnik
3416aa9800 Merge branch 'verification' of github.com:kremnik/deepface into verification 2024-08-16 22:01:29 +03:00
kremnik
a2e590cfb0 Update minimum distance between embeddings calculation: fixes 2024-08-16 21:53:33 +03:00
Alexander Golubkov
6f224a7ce1
Merge branch 'serengil:master' into verification 2024-08-16 18:12:51 +03:00
Sefik Ilkin Serengil
8365f1483e
Update README.md
publication order
2024-08-16 14:34:35 +01:00
Sefik Ilkin Serengil
7609a3dc96
Update README.md
publication orders changed
2024-08-16 11:32:18 +01:00
kremnik
ca1db5fac7 Update minimum distance between embeddings calculation 2024-08-16 04:56:58 +03:00
Sefik Ilkin Serengil
6b75d54f98
Merge pull request #1308 from serengil/feat-task-1508-facial-coordinates-out-of-borders
facial area coordinates must be in image borders
2024-08-15 08:27:33 +01:00
Sefik Ilkin Serengil
30591701a7 facial area coordinates must be in image borders 2024-08-15 08:15:15 +01:00
Sefik Ilkin Serengil
f3d1809a9f
Merge pull request #1306 from kremnik/recognition
Update internal db storage
2024-08-15 07:42:47 +01:00
kremnik
fc5c4b9155 Add tests for refresh_database=False 2024-08-14 20:32:54 +03:00
kremnik
6eeaeb46f2 Update internal db storage 2024-08-14 01:53:26 +03:00
Sefik Ilkin Serengil
ff03dc6ece
Update README.md
publication order
2024-08-13 16:24:29 +01:00
Sefik Ilkin Serengil
e85f09bfbf
Update README.md
publications
2024-08-13 16:23:32 +01:00
Sefik Ilkin Serengil
a34358f6f7
Merge pull request #1305 from kremnik/filesystem
Filesystem
2024-08-12 06:57:58 +01:00
kremnik
d4a544f012 Update path handling: fixes 2024-08-12 03:18:40 +03:00
kremnik
0bb94a1a11 Update path handling 2024-08-12 03:10:20 +03:00
Sefik Ilkin Serengil
f4592141d8
Update README.md
financially
2024-08-08 11:10:42 +01:00
Sefik Ilkin Serengil
b3443081f8
Update README.md
typo
2024-08-08 11:06:06 +01:00
Sefik Ilkin Serengil
c26cd5ca4a
Update README.md
sponsorship
2024-08-08 11:03:32 +01:00