label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

how to set Toggle Interpolation default NOT continuous in Video Object Tracking task?

Open dao027 opened this issue 1 year ago • 1 comments

i just want to add a bbox in one keyframe of the video in Video Object Tracking task.I don't want it be continuous the default setting is continuous, i need to press the Toggle Interpolation button, it's too tiring

dao027 avatar Jul 30 '24 11:07 dao027

/jira create

Workflow run Jira issue TRIAG-750 is created

jombooth avatar Jul 31 '24 22:07 jombooth

Any workaround to achieve this? I'm also willing to edit the code on my self hosted version

Any workaround to achieve this? I'm also willing to edit the code on my self hosted version

Hey! Thank you for raising this! Locally you can just change this default value for enabled to false: https://github.com/HumanSignal/label-studio/blob/05d4a8c1a7fad41a53e50468a6cde23f5d09bd94/web/libs/editor/src/tags/object/Video/Video.js#L215

And we are going to add hotkey for toggles, so that would make it more smooth.

hlomzik avatar Jan 22 '25 14:01 hlomzik