Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deepface requirement from <=0.0.92 to <=0.0.93 #209

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Updates the requirements on deepface to permit the latest version.

Release notes

Sourced from deepface's releases.

v0.0.93

🚀 DeepFace v0.093 Release Notes

We’re excited to announce the latest release of DeepFace, packed with enhancements, bug fixes, and new features. Here’s what’s new in v0.093:

🌐 New Features

  • CORS Enabled for All Routes: Now, CORS is enabled across all routes, enhancing cross-origin requests. (#1257)
  • Face Extraction Options: Added an option to extract_faces to return faces in RGB, BGR, or Grayscale formats. More flexibility for your image processing! (#1279)
  • Batch Prediction for Demography Models: We've introduced batch prediction support for demography models, speeding up the process. (#1298)
  • Max Faces Argument: A new max_faces argument in represent lets you limit the number of faces processed in large images. (#1283)

🔧 Enhancements

  • Image Quality Improvement: The resample argument is now set to Image.BICUBIC when rotating faces, improving the quality of low-resolution images. (#1269)
  • Global Variable Management: We've centralized the management of global variables for better efficiency and maintainability. (#1296)
  • Logger Class Update: The logger class is now fully Singleton, ensuring consistent logging throughout the application. (#1291)

🛠️ Refactorings

  • Distance Calculation Optimization: Distance calculation functions are now more efficient, using fewer commands and leveraging numpy. (#1299)
  • Detection Module Revamp: The DetectorWrapper is retired; detection is now handled directly within the detection module. (#1302)
  • Model Structure Overhaul: Facial recognition, face detector, demography, and spoofing models are now organized into dedicated folders under the models directory. (#1303)
  • File System Command Refactor: We’ve streamlined file system commands for better performance. (#1305)
  • Facial Database Optimization: We now use set instead of list when creating the facial database, improving performance. (#1306)
  • Verification Module Refactor: The verification module has been refactored to improve readability and efficiency. Previously, the same code block was run twice for an image pair; now, the logic has been moved to a subfunction, which is called separately for each image. This change simplifies the code and enhances maintainability. (#1309)

🐛 Bug Fixes

  • Grayscale Face Bug Fix: Resolved an issue that occurred when returning a face in grayscale. (#1276)
  • Facial Area Coordinate Bug: Fixed a bug where facial area coordinates could sometimes fall outside image borders. (#1308)

Thank you for your continued support and contributions to DeepFace! 🎉

Packages

https://pypi.org/project/deepface/0.0.93/

Commits
  • f2c2bb2 Merge pull request #1310 from serengil/feat-task-1708-exception-messages-refa...
  • e9d96a7 these things covered
  • 52d6873 exception messages updated
  • 39a6d24 whitespace removed
  • 9768abc Merge pull request #1309 from kremnik/verification
  • 3416aa9 Merge branch 'verification' of github.com:kremnik/deepface into verification
  • a2e590c Update minimum distance between embeddings calculation: fixes
  • 6f224a7 Merge branch 'serengil:master' into verification
  • 8365f14 Update README.md
  • 7609a3d Update README.md
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [deepface](https://github.com/serengil/deepface) to permit the latest version.
- [Release notes](https://github.com/serengil/deepface/releases)
- [Commits](serengil/deepface@v0.0.81...v0.0.93)

---
updated-dependencies:
- dependency-name: deepface
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
Copy link

sonarcloud bot commented Aug 19, 2024

@iulusoy iulusoy merged commit 2af0354 into main Sep 26, 2024
7 of 8 checks passed
@iulusoy iulusoy deleted the dependabot/pip/deepface-lte-0.0.93 branch September 26, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant