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

build(deps): bump deepface from 0.0.81 to 0.0.86 #139

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps deepface from 0.0.81 to 0.0.86.

Release notes

Sourced from deepface's releases.

v0.0.86

🌟 Release Notes: Enhancements & Fixes 🌟

🎯 All detectors now return a confidence score between 0 and 1 (serengil/deepface#1041)

📏 Fixed the "expand facial area" logic – it was doubling the expand_percentage for width and height instead of applying it correctly. Now, it's just right. (serengil/deepface#1047)

🔄 Ensured rotation angles are now nicely constrained within a [0, 360) range, keeping things in a perfect circle. (https://github.com/serengil/deepface/pull/1047)

🚫💬 Added meaningful error messages for when a face can't be detected for a given a numpy array or base64 encoded image. (serengil/deepface#1059)

🚀 Optimized the verify function to avoid unnecessary recalculations of embeddings when multiple faces are detected in one of the image pairs. (serengil/deepface#1059)

🌐 Loading images from web if and only if given image is really link, discarding files with name starting with http prefix (serengil/deepface#1059)

🔍 In the find function, we're now checking the type of base64 encoded images to ensure compatibility with jpg, jpeg, and png formats. (serengil/deepface#1059)

🚨 The fastmtcnn detector has been fixed to gracefully handle cases where no face is detected. (serengil/deepface#1059)

🔄 Verify function now gracefully accepts pre-calculated embeddings as inputs. (serengil/deepface#1072)

📊 We're now including column names in the output pickle files of the file function for that extra clarity and convenience. (serengil/deepface#1072)

🔍📁 In find function, we are now tracking replaced files in a folder (serengil/deepface#1072, serengil/deepface#1074)

🛠️ Updated GitHub Actions configuration to wave goodbye to those pesky warnings. Smooth sailing ahead! (serengil/deepface#1082)

🤖 We now check the TensorFlow version in DeepFace model to avoid issues with LocallyConnected2D not being supported after tf 2.12. Ensuring smooth imports and no surprises! (serengil/deepface#1083)

v0.0.85

Fixes and Enhancements:

🐛 Bug Fix: Resolved issue with image processing from the web. Now your DeepFace package handles web images seamlessly. serengil/deepface#1026

🔄 Interface Upgrade: The interface of detectors has been revamped! Detectors now return facial area coordinates, eye locations, and confidence scores. serengil/deepface#1025

🛠 Common Functionality Centralization: All detectors now share common functionalities like detection, alignment, and expanding facial areas, thanks to the new parent module - DetectorWrapper. serengil/deepface#1025

🎭 Improved Face Alignment: We've switched the order! Now, face alignment precedes facial area extraction. No more black pixels, providing a cleaner output. serengil/deepface#1025

📐 Dlib Detector Fix: Corrected the returned facial area coordinates for the dlib detector. serengil/deepface#1020

📣 Version Information: Now you can easily access version information directly from the DeepFace module with version variable. serengil/deepface#1007

🔄 Streaming Module Refactoring: The streaming module has undergone a thorough refactoring, enhancing its efficiency and performance. Enjoy a smoother streaming experience! serengil/deepface#1031

🔄 Recognition Module Overhaul: The backend of the find function, the recognition module, has been revamped for improved functionality and reliability. serengil/deepface#1031, serengil/deepface#1032

🐛 Image Loading Bug Fix: Resolved a pesky bug where OpenCV's imread was returning 'None' instead of a valid image. Say goodbye to unexpected errors when loading images! serengil/deepface#1038

... (truncated)

Commits
  • 42e9119 tf requirement for deepface package
  • cdb0fa0 Merge pull request #1083 from serengil/feat-task-0902-enhancements
  • ca4bd25 docstring updated
  • 65c47ba LocallyConnected2D not supported after tf 2.12
  • 46f0141 Merge pull request #1082 from Unpublished/fixCIWarnings
  • 3697884 Update deprecated github actions
  • 84603a4 Merge pull request #1081 from Fadeleke57/patch-3
  • 31a0bb5 Update requirements.txt
  • 3da81ce Merge pull request #1074 from serengil/feat-task-0803-hash-approach
  • 54d678c get rid of unused import, add a comment
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [deepface](https://github.com/serengil/deepface) from 0.0.81 to 0.0.86.
- [Release notes](https://github.com/serengil/deepface/releases)
- [Commits](serengil/deepface@v0.0.81...v0.0.86)

---
updated-dependencies:
- dependency-name: deepface
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #141.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/deepface-0.0.86 branch March 18, 2024 20:40
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.

0 participants