v0.0.85
版本发布时间: 2024-02-25 23:43:18
serengil/deepface最新发布版本:v0.0.93(2024-08-17 15:30:49)
Fixes and Enhancements:
🐛 Bug Fix: Resolved issue with image processing from the web. Now your DeepFace package handles web images seamlessly. https://github.com/serengil/deepface/pull/1026
🔄 Interface Upgrade: The interface of detectors has been revamped! Detectors now return facial area coordinates, eye locations, and confidence scores. https://github.com/serengil/deepface/pull/1025
🛠 Common Functionality Centralization: All detectors now share common functionalities like detection, alignment, and expanding facial areas, thanks to the new parent module - DetectorWrapper. https://github.com/serengil/deepface/pull/1025
🎭 Improved Face Alignment: We've switched the order! Now, face alignment precedes facial area extraction. No more black pixels, providing a cleaner output. https://github.com/serengil/deepface/pull/1025
📐 Dlib Detector Fix: Corrected the returned facial area coordinates for the dlib detector. https://github.com/serengil/deepface/pull/1020
📣 Version Information: Now you can easily access version information directly from the DeepFace module with version variable. https://github.com/serengil/deepface/pull/1007
🔄 Streaming Module Refactoring: The streaming module has undergone a thorough refactoring, enhancing its efficiency and performance. Enjoy a smoother streaming experience! https://github.com/serengil/deepface/pull/1031
🔄 Recognition Module Overhaul: The backend of the find function, the recognition module, has been revamped for improved functionality and reliability. https://github.com/serengil/deepface/pull/1031, https://github.com/serengil/deepface/pull/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! https://github.com/serengil/deepface/pull/1038
🌐 Confidence Score Standardization: Now, all detectors uniformly return confidence scores in the scale [0, 1]. This standardization ensures consistency across your DeepFace detections. https://github.com/serengil/deepface/pull/1041
## Package