how to set Toggle Interpolation default NOT continuous in Video Object Tracking task?
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
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.