no need for one-off copy of icons.svg, its now in internal/
This commit is contained in:
27
TODO
27
TODO
@@ -1,19 +1,8 @@
|
||||
## GENERAL
|
||||
|
||||
* viewer needs to allow toggle to scan_model (and prob. right-click on file... AI (with CNN) AI (with hog)
|
||||
- [DONE] I think go to html5 toggles for: face, distance (only shows if you toggle face on), drop-down for model (allow change to cnn and reprocess)
|
||||
- [DONE] show matching face distance in viewer
|
||||
- [DONE] set AI model based on model used
|
||||
- [DONE] remember fname/face/distance toggles between images in viewer
|
||||
- [DONE] might be best for AI_Model to have friendly name (slow, slower) :)
|
||||
- make the form-select AI_Model actually do the change (but need more mem on mara really)
|
||||
|
||||
* remove dirs after the duplicate cleanup removes all its content
|
||||
|
||||
* Face matching:
|
||||
- upgrade to face distance per face per file [DONE]
|
||||
- face locations:
|
||||
START FORM SCRATCH for prod so all images have face_locn data
|
||||
* use new js/* in files.py:
|
||||
- rename rotate->transforms
|
||||
- then use in viewer to get transform buttons to work
|
||||
|
||||
* viewer:
|
||||
can we make it preload next/prev images, and only reload the image div when we jump? to make arrow-based nav much faster
|
||||
@@ -32,6 +21,13 @@
|
||||
fullscreen
|
||||
to (re)do faces (always or somehow turn on for select???)
|
||||
|
||||
* remove dirs after the duplicate cleanup removes all its content
|
||||
|
||||
* Face matching:
|
||||
- upgrade to face distance per face per file [DONE]
|
||||
- face locations:
|
||||
START FORM SCRATCH for prod so all images have face_locn data
|
||||
|
||||
* could look to remove the hand fixing of json.loads of array data --> seems you can make your own datatype in the ORM, and it can do the conversion every time you use it
|
||||
- https://stackoverflow.com/questions/28143557/sqlalchemy-convert-column-value-back-and-forth-between-internal-and-database-fo
|
||||
|
||||
@@ -40,6 +36,9 @@
|
||||
* js files
|
||||
* html files?
|
||||
* more OO goodness :)
|
||||
* viewer needs to allow toggle to scan_model (and prob. right-click on file... AI (with CNN) AI (with hog)
|
||||
- make the form-select AI_Model actually do the change (but need more mem on mara really)
|
||||
|
||||
|
||||
## DB
|
||||
* Dir can have date in the DB, so we can do Oldest/Newest dirs in Folder view
|
||||
|
||||
Reference in New Issue
Block a user