v0.0.92
版本发布时间: 2024-06-09 05:31:36
serengil/deepface最新发布版本:v0.0.93(2024-08-17 15:30:49)
DeepFace 0.0.92 Release Notes 🎉
New Features & Improvements 🚀
-
Enhanced Find Function 🔍 Added refresh_database argument to the find function. The default value is True, but when set to False, a pickle file is used without checking for differences. (https://github.com/serengil/deepface/pull/1235)
-
Version Display 📋 Package version is now shown on the API's homepage and in console logs, making it easier to track which version you're using. (https://github.com/serengil/deepface/pull/1246)
-
Service Port Update 🔄 Service port moved from 5000 to 5005 to avoid conflicts with AirDrop on MacBooks. (https://github.com/serengil/deepface/pull/1246)
-
Image Alignment Improvement 🖼️ When faces are close to the borders, alignment previously moved them outside the image. A border with black pixels is now added to avoid this issue. (https://github.com/serengil/deepface/pull/1247)
-
Official Docker Image 🐳 Pushed the official DeepFace image to DockerHub for easier deployment and consistency. (https://github.com/serengil/deepface/pull/1249)
-
Face Anti-Spoofing 🔒 Added a face anti-spoofing feature to enhance security and prevent fraudulent face inputs. (https://github.com/serengil/deepface/pull/1253)