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