use r.face now, instead of r.encodings - prep for big cutover to new refimg DB and thumb/face creation

This commit is contained in:
2021-07-04 20:20:20 +10:00
parent 95b8b4e17b
commit 65d781c1d6

16
TODO
View File

@@ -1,16 +1,12 @@
## GENERAL
* remove file_refimg_link stuff...
* refimgs need to be done via job_mgr:
- have local FS chooser of ref img, do html file upload to b/e -> job mgr -> save it to reference_images/<p.tag>/<ref-img-fname>
* refimg
- upload from client, make only thumb and face encoding into DB, & no b/e at all [DONE]
-- person needs an:
add refimg (see bits of newrefimg.html) [DONE]
remove refimg (see person2.html) -- processing it needs to be smart... [DONE]
- remove refimg menu from top-level -> sub of Person (to view/mangage?)
- from person create, allow upload ref img instead of create refimg menu item
- make a thumbnail and store in refimg
- work out face_recog. encodings store at this point
- by default store ref img into above FS location
- will require p.tag modification to move FS location
- allow to also remove refimg from this view??? (simple X/bin icon overlay on thumb)
-- at the moment refimg menu (view/create) needs thought, remove create totally, view might be okay? (BUT, might also cause issues)
- remove AI menu from top-level -> make a sub-of Person, and just have Match or AI
(Fix BUG-41 and bits of BUG-43 & TODO: many ref imgs on create person should span multiple rows)