|
|
86761994df
|
need to check length of faces, not just it exists - it comes back as an empty array when no faces
|
2025-10-04 10:37:29 +10:00 |
|
|
|
a15fbd74d5
|
update for new db models/marshmallow object
|
2025-10-03 21:40:48 +10:00 |
|
|
|
3c8babb619
|
made basic viewer now handle new marshmallowed data - faces, model_used, face_distance, etc.
|
2025-10-03 21:28:25 +10:00 |
|
|
|
4bb99ce589
|
catch all to cover when we try to view an img/video and the dir contents is empty, so nothing to show
|
2025-09-30 18:38:20 +10:00 |
|
|
|
a0e06717ac
|
viewer now works for files_ip, still have broken bits everywhere - files_rbp, change_opts, do I want a back button? lots of dead/old code, probably cam move more js into *_support, and do I want to keep files_support separate to view_support
|
2025-09-30 00:29:11 +10:00 |
|
|
|
e3c94bf5eb
|
added match_add_refimg support to context menu, allows us to take existing (presumably) better image and make it a refimg for someone its matched
|
2025-08-19 20:20:50 +10:00 |
|
|
|
ef9f26189a
|
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
|
2023-01-12 16:47:43 +11:00 |
|
|
|
a29cbb143c
|
Huge change, removed Status class and all "alert" messages are now shown as BS toast() and are via the DB and handled async in the F/E in jscript via Ajax. Fixed BUG-113 where toasts() were repeating. Removed many of the explicit alert messages (other than errors) and hooked {New|Finish}Job to consistently send messages to the F/E. Other messages (F/E without a job, like save settings) now use this model as well. Finally converted most of the older POST responses to formal json
|
2023-01-11 13:50:05 +11:00 |
|
|
|
a8af00fe66
|
big change to get metadata working fully in DB and on Filesystem, and recover from most common scenarios, improved GUI as well for allowing an immediate search after adding refimg as well
|
2022-08-01 23:44:38 +10:00 |
|
|
|
96810fa1e3
|
can now do an AI search if we add refimg to new/existing person, cleaned up that dialog to look better with buttons for those options rather than a link. Noticed BUG-100, 2 x mich in one image
|
2022-07-28 18:16:10 +10:00 |
|
|
|
fd79ee2cf4
|
fix BUG-98 (user cancel of a job not dealing with dependant jobs) & constrain the width of the chosen face in DBox for overrides/create refimg
|
2022-07-19 20:45:54 +10:00 |
|
|
|
382647a91b
|
now can create a new person and refimg from viewer - all works
|
2022-07-17 23:03:46 +10:00 |
|
|
|
f62eaef1cd
|
fixed BUG-96 (no longer wrapped name of file for image viewer)
|
2022-07-17 16:45:11 +10:00 |
|
|
|
b9359b4680
|
improve usability on face dbox for search/overrides, etc.
|
2022-07-10 19:25:35 +10:00 |
|
|
|
6b7694f382
|
first pass of consolidating search in DBox for existing person, and then using the results to add override force match to that person, and WORKING version of adding refimg to existing person too. Still does not kick off new AI scan at this point, and still need to re-format dbox to be easier to use and code for resetting DB contents, rescaning files from scratch and matching overrides back
|
2022-07-10 15:21:31 +10:00 |
|
|
|
ba6fbbca70
|
added <Enter> convenience binding for search person in add manual override
|
2022-06-13 18:53:07 +10:00 |
|
|
|
b935aa8ab8
|
can now add/remove overrides (manual or no matchx3) in any sequence of load/reload, or back-to-back and it all works
|
2022-06-13 18:30:13 +10:00 |
|
|
|
83819a0cb3
|
minor clean-ups, link-primary now has cursor set via role=button (go figure?) and face distance is not undefined on override, its deliberately set to N/A
|
2022-06-12 17:09:45 +10:00 |
|
|
|
a53d4896b0
|
now have functional add/remove manual override to existing person
|
2022-06-11 22:41:31 +10:00 |
|
|
|
8c78d9e633
|
progress towards allowing overrides. dbox can now allow finding a person and clicking them to post to back-end.. More work to make this real, for now it goes through the routes but does not update the DB, see bottom of face.py for next steps
|
2022-06-10 16:53:13 +10:00 |
|
|
|
3d30d21763
|
adding wrong person to menu, no code to process, just the item
|
2022-05-28 09:25:58 +10:00 |
|
|
|
e9ab49c60a
|
with viewer, unmatched face now has img data / thumbnail, so we know what it really looks like when we choose to override - still major WIP, tables.sql also has some override types, but not convinced I have design yet
|
2022-02-06 23:21:23 +11:00 |
|
|
|
3fe5f1438e
|
quick switch off of context menu so we can push log viewing to prod
|
2022-02-06 16:13:12 +11:00 |
|
|
|
66eab072ce
|
polished log button and content of dbox
|
2022-02-06 16:11:41 +11:00 |
|
|
|
645d419748
|
moved JoblogSearch to internal/js/ as it does not need any jinja processing, added button and hotkey to show logs, and brief logs into dbox - it works, but needs prettying up
|
2022-02-06 11:36:25 +11:00 |
|
|
|
10cbee450f
|
framework for a left-click menu per face that calls up a DBox with basics -- needs much more love
|
2022-02-04 22:33:11 +11:00 |
|
|
|
a09188d811
|
fixed BUG-84, only exit fullscreen if we are in fullscreen and we set fullscreen var to False, pretty much only when in FS and we hit the "F" key
|
2022-02-02 18:48:06 +11:00 |
|
|
|
b4c0a25760
|
allow F in viewer to toggle fullscreen, rather than have to use Esc to exit fullscreen
|
2022-01-30 22:55:40 +11:00 |
|
|
|
08ca9b4e74
|
partial implementation of first_eid, last_eid -- I think the vals work -- they do for searches anyway, but not stored in pa_user_state yet
|
2022-01-25 00:48:14 +11:00 |
|
|
|
db6319c5ab
|
when viewing image, with fname, show full path with icon of path
|
2021-09-22 19:59:18 +10:00 |
|
|
|
69f49b0662
|
fixed bug where video_div was not shown unless you start viewing on a video
|
2021-09-22 18:14:01 +10:00 |
|
|
|
67b1c0dd49
|
fix BUG-53 video/image viewer switching had spacing and name wrong
|
2021-09-16 21:06:05 +10:00 |
|
|
|
301b3d220b
|
fixed BUG-54/55, viewer now works in PROD, current_file being set in run_ai_on job, added "new" bug-53 re video fname not being set properly when next/prev in viewer
|
2021-09-14 17:56:06 +10:00 |
|
|
|
c503bd71ac
|
fix bug with 2 captions when video caption has to be outside <video> tag
|
2021-09-12 18:28:31 +10:00 |
|
|
|
e25cb9fd02
|
more comments for js files
|
2021-09-07 21:50:01 +10:00 |
|
|
|
78170cace7
|
fixed bug in viewer where video needs to be resized after prev/next move, also updated TODO
|
2021-08-30 17:42:58 +10:00 |
|
|
|
10fcda0d7c
|
convert OPT from a dict to a class
|
2021-08-29 20:13:26 +10:00 |
|