clamsproject / aapb-annenv-role-filler-binder

Annotation Environment for Credits and Slate annotation
0 stars 0 forks source link

Ability to "jump back" to previously done images #3

Closed keighrim closed 1 year ago

keighrim commented 1 year ago

New Feature Summary

Especially when dealing with continuing (rolling) credit scenes, annotators often need to see (and sometimes fix) what they did in recent frames. To support viewing and editing existing annotations in general, I'd like to suggest a jumping interface that supports navigation though all images in my annotation stack.

Here's an implementation proposal

At the top of the screen, we add dropdown menus to select show and frame, plus a "GO" button to load the existing annotation file (if exists)

-------------------------------------------------------------------
Show: [cpb-aacip-xxx-yyyyyyyyy] Image: [img_id/frame_num] GO
-------------------------------------------------------------------

The items under Show menu should show the number of images in the annotation batch extracted from that GUID

[cpb-aacip-xxx-yyyyyyyyy (12/12)]
[cpb-aacip-xxx-zzzzzzzzz (5/9)]
...

And the items under Image dropdown menu should show whether there is a annotation JSON file associated with that image

[35311 (☑︎)]
[35341 (☐)]
...

Related

No response

Alternatives

No response

Additional context

No response

keighrim commented 1 year ago

Update: a screenshot from the latest WIP image

keighrim commented 1 year ago

more screenshots from recent layout

image image

In summary:

keighrim commented 1 year ago

Closed via #4 .