From d7e74ec53ade11c2d75365004000018798ad910b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 1 Jul 2021 21:55:17 +1000 Subject: [PATCH] removed todo on doing AI, and added new ones --- TODO | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/TODO b/TODO index 9274105..f16d027 100644 --- a/TODO +++ b/TODO @@ -4,18 +4,10 @@ * improve photo browser -> view file, rather than just allowing browser to show image - * need AI code to: - - make use of new FACE structures/links ... (code for this is in pa_job_manager, just not being called/used as yet) && something like: - FindUnknownFacesInFile() - MatchRefImgWithUnknownFace() - Then create wrapper funcs: - MatchPersonWithFile() - for each ref img for person - MatchRefImgWithUnknownFace() - - MatchPersonInDir() - for each file in Dir: - MatchPersonWithFile() + * need AI job to: + log amount matched + also create refimg encoding when we load the refimg not per AI job + commit 100 logs on a job * then in UI: allow right-click folders in folder view (at least for AI scan) for all files in Dir [DONE]