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
17.28k stars 2.14k forks source link

Data type is linked between main and single task views and cannot be set independently. #4130

Open Antoine101 opened 1 year ago

Antoine101 commented 1 year ago

Is your feature request related to a problem? Please describe. The data type is kept from main view to single task labelling view. For audio events labelling, I set the type to "aud" to be able to quicklen listen to each audio. Clicking on one audio to go and label it, the "aud" type is kept in the labelling view, which is pointless because we have the player on the right. Furthermore, there is no indication of the audio name in this view, if we don't set the data type back to "str" on the left panel. Switching to "str" in this view changes the type back in the main view, what I don't want.

Describe the solution you'd like I would like to have the "aud" type selected in main view and "str" type selected in single task labelling view without having to manually switch it each time.

Describe alternatives you've considered I didn't find any alternatives other than manually switching the types each time.

Additional context Please refer to the below screenshots. Note the irrelevance of having "aud" type in screenshot 2 compared to screenshot 1. Changing one automatically changes the other. Also note that there is no other indication of the data name in screenshot 2.

Screenshot 1 image

Screenshot 2 image (1)

AbubakarSaad commented 1 year ago

Hello Antoine,

I think the workaround would be to enable the Upload filename column, which will allow you to see that. Would that work for your usecase?

Screenshot 2023-05-20 at 11 30 32 PM