removed todo on doing AI, and added new ones

This commit is contained in:
2021-07-01 21:55:17 +10:00
parent afee300471
commit d7e74ec53a

16
TODO
View File

@@ -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]