started hooking up right-click menu for Dir and Files all the way through to calling the new ScanFileForPerson() - which is still incomplete but does use the new Faces DB linkages and functions
This commit is contained in:
10
TODO
10
TODO
@@ -1,11 +1,11 @@
|
||||
## GENERAL
|
||||
|
||||
* create a new table file_face_refimg_link:
|
||||
file_id, face_enc, ref_img (can be null)
|
||||
* allow rotate of image (permanently on FS, so its right everywhere)
|
||||
|
||||
* improve photo browser -> view file, rather than just allowing browser to show image
|
||||
|
||||
* need AI code to:
|
||||
scan for unknown faces, instead of storing array of all faces in FILE->FACES use table above one row per FILE & FACE with refimg_link as null to start
|
||||
* when we do ai matching, we find all refimg is null (for a specific file) and match that
|
||||
* need pa_job_mgr AI jobs to have low-level functions:
|
||||
- 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:
|
||||
|
||||
Reference in New Issue
Block a user