From d3f10aabc36d630ee03b5d96adc02159ce27c092 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 22 May 2024 14:01:15 -0300 Subject: [PATCH] Face Recognition v0.9.50 --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69481c58..d52ba905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.9.50] - 2024-05-22 +- Enable Nextcloud 29 and drop 27. +- Add support to authorization imaginary with key. PR #746, Issue #700. Thanks + to fabalexsie. +- Add button to "Review ignored people". PR #747, Issue #735. Thanks to wronny. +- Add the sixth model to the application. Aka DlibTaguchiHog model. =) + This model was trained from scratch by Taguchi Tokuji to slightly improve the + bias of the original model on non-Caucasian/American people, training with a + greater number of Japanese and others Asians people. It obtained a similar + result in the LFW tests, slightly lower, but within the acceptable margins of + error. + This model should improve the behavior of the application with people with + these traits. +- Update translations. Many thanks to everyone!. + ## [0.9.40] - 2024-04-24 - Enable PHP 8.3 and NC28 - Add special modes to background_job command that allows images to be analyzed diff --git a/appinfo/info.xml b/appinfo/info.xml index 3f3fb2f5..61553114 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - **🚀 Build your own thing:** FaceRecognition app is just a basic building block. Through FaceRecognition API, you can build your advanced scenarios - automatically add tags to images, connect contacts and persons, share images from specific person… We want to hear your ideas! ]]> - 0.9.40 + 0.9.50 agpl Matias De lellis Branko Kokanovic