v0.0.90
版本发布时间: 2024-04-17 05:08:09
serengil/deepface最新发布版本:v0.0.93(2024-08-17 15:30:49)
🚀 DeepFace 0.0.90 Release Notes
👁️ Improved Eye Detection:
-
Now utilizes dlib detector for obtaining the centers of the left and right eyes, enhancing accuracy and reliability (https://github.com/serengil/deepface/pull/1138).
-
Eye positioning is now relative to the person instead of the observer, aligning with biological standards (https://github.com/serengil/deepface/pull/1140).
💻 Enhanced Performance:
- Fast MtCnn detector now supports GPU acceleration for faster processing (https://github.com/serengil/deepface/pull/1145).
🔍 Model Correction:
- FaceNet model now correctly uses InceptionResNetV1, rectifying the mislabeling as V2 in its docstring (https://github.com/serengil/deepface/pull/1151).
🔧 Streamlined Functionality:
-
Embeddings extraction function renamed to "forward" and moved to superclass for improved modularity (https://github.com/serengil/deepface/pull/1156).
-
Improved file detection by examining content type instead of relying solely on file extension, enhancing security (https://github.com/serengil/deepface/pull/1171, https://github.com/serengil/deepface/pull/1173, https://github.com/serengil/deepface/pull/1174).
-
Separated resize functionality into representation module for better code organization (https://github.com/serengil/deepface/pull/1175).
-
Singleton pattern implemented for logger classes to optimize resource usage (https://github.com/serengil/deepface/pull/1177).
-
Introduction of CenterFace face detector to DeepFace's toolkit (https://github.com/serengil/deepface/pull/1184).
-
Consideration of additional arguments impacting embeddings during facial database creation (https://github.com/serengil/deepface/pull/1185).
-
Introduction of File Utils for improved file management (https://github.com/serengil/deepface/pull/1186).
🛠️ Bug Fixes:
- Detection post-alignment now validates projected coordinates against base image size to prevent failures due to invalid coordinates (https://github.com/serengil/deepface/pull/1191).