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

Is it possible to switch tracks in video annotation? #4314

Open tctco opened 1 year ago

tctco commented 1 year ago

Thanks for this wonderful work!! I am importing a pre-annotated tracking result to label-studio. However, there could be some id-switches and id drifting. Is it possible to switch the tracks in the middle so that I can correct my tracking result in label studio?

For example, if an id-switch happens between 2 tracks like this

-------\ /------
        X
-------/ \------

How should I correct it in label studio?

AbubakarSaad commented 1 year ago

Hello Tctco,

I'm not sure I completely understand this, you are tracking an object and then it switches to different video (given a single track is video file, correct)?

tctco commented 1 year ago

Hi @AbubakarSaad

I have a video and its corresponding tracking result and imported it to label-studio for human calibration. However, there may be some id switches in the result. How can I switch them back?

jpoberhauser commented 1 year ago

Hi @tctco, wondering if you figured out an easy way to achieve this goal?

Thanks!