New
v0.0.96
What's Changed
- store configurations in seperate folder not in main code by @serengil in https://github.com/serengil/deepface/pull/1503
- replace training.Model with Model in ArcFace by @niteshsahujhansi in https://github.com/serengil/deepface/pull/1507
- Expose AVAILABLE_MODELS from build_model. by @timohl in https://github.com/serengil/deepface/pull/1514
- Yolo 12 models added, eye detection is done in global point if not available by @serengil in https://github.com/serengil/deepface/pull/1518
- output normalization functionalities added to represent by @serengil in https://github.com/serengil/deepface/pull/1526
- encrypt module added by @serengil in https://github.com/serengil/deepface/pull/1527
New Contributors
- @niteshsahujhansi made their first contribution in https://github.com/serengil/deepface/pull/1507
- @timohl made their first contribution in https://github.com/serengil/deepface/pull/1514
Full Changelog: https://github.com/serengil/deepface/compare/v0.0.95...v0.0.96