Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-31 | 8.4 kB | |
v0.0.94 source code.tar.gz | 2025-07-31 | 28.8 MB | |
v0.0.94 source code.zip | 2025-07-31 | 28.8 MB | |
Totals: 3 Items | 57.6 MB | 1 |
What's Changed
- Feat task 1708 stream overlay bug for crowded photo by @serengil in https://github.com/serengil/deepface/pull/1311
- Dataclass by @kremnik in https://github.com/serengil/deepface/pull/1317
- Represent optimizations by @Circuit8 in https://github.com/serengil/deepface/pull/1319
- Optimize ssd detector by @kremnik in https://github.com/serengil/deepface/pull/1321
- weight downloads moved to a common place by @serengil in https://github.com/serengil/deepface/pull/1325
- cast confidence to float by @serengil in https://github.com/serengil/deepface/pull/1326
- load weights is done in a common function by @serengil in https://github.com/serengil/deepface/pull/1327
- unit test for broken weight file by @serengil in https://github.com/serengil/deepface/pull/1329
- Tiny fix: changed index to label in ssd detector by @kremnik in https://github.com/serengil/deepface/pull/1330
- Improvement: check image exists first by @kremnik in https://github.com/serengil/deepface/pull/1334
- unit tests added for weight utils by @serengil in https://github.com/serengil/deepface/pull/1337
- Normalized paths in test_commons.py to make tests platform-independent by @kremnik in https://github.com/serengil/deepface/pull/1350
- Recognition find batched by @kremnik in https://github.com/serengil/deepface/pull/1351
- Feat task 0510 developments by @serengil in https://github.com/serengil/deepface/pull/1357
- all models can be downloaded with one shot by @serengil in https://github.com/serengil/deepface/pull/1358
- single and batch distance functions are stored in verify module by @serengil in https://github.com/serengil/deepface/pull/1359
- Configurable mediapipe params by @tyasnk in https://github.com/serengil/deepface/pull/1362
- min detection confidence score retrieved from env vars by @serengil in https://github.com/serengil/deepface/pull/1364
- improve Dockerfile to use entrypoint in order to get better log when … by @seavphing in https://github.com/serengil/deepface/pull/1369
- Update requirements.txt by @cobycloud in https://github.com/serengil/deepface/pull/1370
- Update Dockerfile by @mone855 in https://github.com/serengil/deepface/pull/1374
- Update image_utils.py by @sachadee in https://github.com/serengil/deepface/pull/1377
- Feat task 0911 file input for api by @serengil in https://github.com/serengil/deepface/pull/1383
- more unit tests added by @serengil in https://github.com/serengil/deepface/pull/1386
- [FEATURE]: adding yolov11 into face detection portfolio by @nriviera in https://github.com/serengil/deepface/pull/1397
- Fix: code comment correction by @dohyeonYoon in https://github.com/serengil/deepface/pull/1402
- Fix: model code comment correction by @dohyeonYoon in https://github.com/serengil/deepface/pull/1405
- Update CenterFace threshold by @mehran66 in https://github.com/serengil/deepface/pull/1407
- Improve the face alignment performance in detect_faces() by @huulockt in https://github.com/serengil/deepface/pull/1409
- fastmtcnn's coordinates casted to int by @serengil in https://github.com/serengil/deepface/pull/1411
- video path is enabled in stream by @Mehrab-Shahbazi in https://github.com/serengil/deepface/pull/1415
- pickle objects are now dumped with pickle.HIGHEST_PROTOCOL by @PyWoody in https://github.com/serengil/deepface/pull/1418
- fix small spelling error :)) by @gustavn19 in https://github.com/serengil/deepface/pull/1421
- Optimizations for deepface.recognition.find, Optimization and New Iterator Functionality in image_utils by @PyWoody in https://github.com/serengil/deepface/pull/1420
- load_image now accepts file objects that support being read by @PyWoody in https://github.com/serengil/deepface/pull/1423
- Feat/batch predict age and gender by @NatLee in https://github.com/serengil/deepface/pull/1396
- Batching on
.represent
to improve performance and utilize GPU in full by @galthran-wq in https://github.com/serengil/deepface/pull/1433 - post batch changes by @serengil in https://github.com/serengil/deepface/pull/1438
- Update representation.py by @dakotah-jones in https://github.com/serengil/deepface/pull/1427
- post batch changes by @serengil in https://github.com/serengil/deepface/pull/1440
- allow 0 (as integers) when using pre-calculated embeddings in verify by @jabiinfante in https://github.com/serengil/deepface/pull/1446
- added buffalo_l model to deepface by @Raghucharan16 in https://github.com/serengil/deepface/pull/1439
- Updated Readme for buffalo_l by @Raghucharan16 in https://github.com/serengil/deepface/pull/1449
- Changing of thresholds for buffalo_l by @Raghucharan16 in https://github.com/serengil/deepface/pull/1450
- Update VGGFace.py by @timselier in https://github.com/serengil/deepface/pull/1456
- feature: Add Angular Distance as a Distance Metric by @haddyadnan in https://github.com/serengil/deepface/pull/1459
- fix: typo in error message for missing pytorch by @CatBraaain in https://github.com/serengil/deepface/pull/1463
- feeding clean images to ml models by @serengil in https://github.com/serengil/deepface/pull/1470
- Update README.md by @arsaIan in https://github.com/serengil/deepface/pull/1472
- Fix AttributeError in streaming by @catherinetcai in https://github.com/serengil/deepface/pull/1475
- Diagram visualization of the deepface codebase by @ivanmilevtues in https://github.com/serengil/deepface/pull/1479
- sanitized facial landmarks, and test for facial landmark sanitizaion by @RUTUPARNk in https://github.com/serengil/deepface/pull/1484
- is_valid_landmark in test_landmark_sanitization file by @RUTUPARNk in https://github.com/serengil/deepface/pull/1485
- patched mockes' types specified by @serengil in https://github.com/serengil/deepface/pull/1487
- Pass test suite with python 3.8 by @ddaanet in https://github.com/serengil/deepface/pull/1492
- distance to confidence calculation added by @serengil in https://github.com/serengil/deepface/pull/1497
New Contributors
- @Circuit8 made their first contribution in https://github.com/serengil/deepface/pull/1319
- @tyasnk made their first contribution in https://github.com/serengil/deepface/pull/1362
- @seavphing made their first contribution in https://github.com/serengil/deepface/pull/1369
- @cobycloud made their first contribution in https://github.com/serengil/deepface/pull/1370
- @mone855 made their first contribution in https://github.com/serengil/deepface/pull/1374
- @sachadee made their first contribution in https://github.com/serengil/deepface/pull/1377
- @nriviera made their first contribution in https://github.com/serengil/deepface/pull/1397
- @dohyeonYoon made their first contribution in https://github.com/serengil/deepface/pull/1402
- @mehran66 made their first contribution in https://github.com/serengil/deepface/pull/1407
- @huulockt made their first contribution in https://github.com/serengil/deepface/pull/1409
- @Mehrab-Shahbazi made their first contribution in https://github.com/serengil/deepface/pull/1415
- @PyWoody made their first contribution in https://github.com/serengil/deepface/pull/1418
- @gustavn19 made their first contribution in https://github.com/serengil/deepface/pull/1421
- @NatLee made their first contribution in https://github.com/serengil/deepface/pull/1396
- @galthran-wq made their first contribution in https://github.com/serengil/deepface/pull/1433
- @dakotah-jones made their first contribution in https://github.com/serengil/deepface/pull/1427
- @jabiinfante made their first contribution in https://github.com/serengil/deepface/pull/1446
- @Raghucharan16 made their first contribution in https://github.com/serengil/deepface/pull/1439
- @timselier made their first contribution in https://github.com/serengil/deepface/pull/1456
- @CatBraaain made their first contribution in https://github.com/serengil/deepface/pull/1463
- @arsaIan made their first contribution in https://github.com/serengil/deepface/pull/1472
- @catherinetcai made their first contribution in https://github.com/serengil/deepface/pull/1475
- @ivanmilevtues made their first contribution in https://github.com/serengil/deepface/pull/1479
- @RUTUPARNk made their first contribution in https://github.com/serengil/deepface/pull/1484
- @ddaanet made their first contribution in https://github.com/serengil/deepface/pull/1492
Full Changelog: https://github.com/serengil/deepface/compare/v0.0.93...v0.0.94