HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.39k stars 2.41k forks source link

Editing new TimelineLabels for videos #6439

Open idobenamram opened 1 month ago

idobenamram commented 1 month ago

Is your feature request related to a problem? Please describe. Hi, we are really excited to use the new TimelineLabels labels for our data collection projects, but currently the feature doesn't allow for editing. This causes 2 problems:

  1. it requires deleting and redoing an annotation if we missed something.
  2. if the event is really long, and is longer then the length of the context which follows the video, you stop updating the video frames which makes it hard to know whats going on.

Describe the solution you'd like We would like the ability to click on the beginning or end of an annotation and continue dragging to make the change. We would also like it so that the video context will follow us if we want to continue to drag the annotation.

thanks so much for the great work!

Here is a snapshot of the "video context" I mentioned. Screenshot 2024-09-25 at 17 52 57

wrighteap commented 1 month ago

I tried using sync=True on the Video tag in the hope that this would enable contextual syncing between the video and the annotation. It does not work and causes the task to simply linger on the loading bar. Happy to provide any specific logs to help solve the problem.

6191

idobenamram commented 1 month ago

hey, tell me if there is anything i can do to help

makseq commented 2 weeks ago

These two issues are still not yet resolved. However, we are almost done with (1) - timeline editing. It should be released very soon (https://github.com/HumanSignal/label-studio/pull/6577), but it wasn't included to LS 1.14.

idobenamram commented 2 weeks ago

very cool, thanks so much for the update