refimgs now contain face, orig_w, orig_h and face_locns. This is done via json.* to allow arrays to be saved/loaded back into face_locn - not useful for refimg as there has to be only 1, but tested for images where there will be many faces. This commit has a fair few changes. So overall, no more refimg menus/creation. You now create a person (the add button is hidden until you save), when you save you go back to the person you created rather than the list of persons. From there you can click add ref img, and it will create a thumbnail, and draw a green box around the face locations based on the data. Persons can have many refimgs, and they will all work the same, be formatted prettily no matter how many you have. Each refimg "tab" not only has the thumbnail, but also a red X click to delete button that will remove all refimg data and connection to the person table too. This all works/is tested.
This commit is contained in:
22
TODO
22
TODO
@@ -1,20 +1,21 @@
|
||||
## GENERAL
|
||||
|
||||
* refimg
|
||||
- remove AI menu from top-level -> make a sub-of Person, and just have Match or AI
|
||||
- store the face locations? (good for debugging later, and we calc them as part of GenFace anyway) ...
|
||||
(really, doing this properly, we shoudl keep the face locns for ALL images)...
|
||||
---> may well mean in a week or so, we move to the new DB structure, and START FORM SCRATCH)
|
||||
|
||||
* allow rotate of image (permanently on FS, so its right everywhere)
|
||||
|
||||
* improve photo browser -> view file, rather than just allowing browser to show image
|
||||
|
||||
* face locations:
|
||||
START FORM SCRATCH so all images have face_locn data
|
||||
right now GenThumb is in shared, and does width, height as well --> in person.py BUT need this for pa_job_manager
|
||||
|
||||
* allow for threshold/settings to be tweaked from the GUI
|
||||
- it would be good to then say, just run the scanner against this image or maybe this DIR, to see how it IDs ppl
|
||||
---> settings for default value
|
||||
---> override table to do per file combos?
|
||||
|
||||
* refimg
|
||||
- remove AI menu from top-level -> make a sub-of Person, and just have Match or AI
|
||||
|
||||
* fix up logging in general
|
||||
* comment your code
|
||||
* more OO goodness :)
|
||||
@@ -33,9 +34,6 @@
|
||||
|
||||
*** Need to use thread-safe sessions per Thread, half-assed version did not work
|
||||
|
||||
- would it be quicker/smarter to use md5 hash matching on import (and if
|
||||
so, not re-do face* ) ???
|
||||
|
||||
need a manual button to restart a job in the GUI,
|
||||
(based on file-level optims, just run the job as new and it will optim over already done parts and continue)
|
||||
|
||||
@@ -67,7 +65,6 @@
|
||||
need to copy into here the jquery/fa files so we don't need internet to function
|
||||
- for that matter run lightspeed against all this
|
||||
|
||||
|
||||
timelineview? (I think maybe sunburst for large amounts of files, then maybe something more timeline-series for drilling in?)
|
||||
(vertical timeline, date has thumbnails (small) horizontally along
|
||||
a page, etc.?
|
||||
@@ -81,3 +78,8 @@
|
||||
* exif processing?
|
||||
* location stuff - test a new photo from my camera out
|
||||
-- image is in dir, need to look at exifread output
|
||||
|
||||
### FUTURE:
|
||||
* can emby use nfo for images (for AI/tags?)
|
||||
-NO sadly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user