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
18.13k stars 2.26k forks source link

Scroll only list of labels when labeling bboxes #4440

Open Nobodi99 opened 1 year ago

Nobodi99 commented 1 year ago

Is your feature request related to a problem? Please describe. I currently use label studio to annotate pictures and have around 100 different labels I need to use. That means I have to scroll through the list of available labels quiet often. The problem is, that when I scroll down I also scroll away from my picture. I have around 4 to 8 labels per picture. That means I have to scroll up and down maybe 10 times per image. That is a major time waste and not really ergonomic.

Describe the solution you'd like I would love to be able to scroll through the list independent to the rest of the page.

Describe alternatives you've considered I tried the quick filter but having to type part of every label is a waste of time when labeling a larger amound of pictures. Another idea would be to be able to filter by using a checkbox list. Basically just a filter with checkboxes to only show the labels I need in that picture (with the filter settings persisting to the next task).

ghost commented 8 months ago

We are also having the same problem

Nobodi99 commented 8 months ago

We are also having the same problem

I was able to fix it for myself by editing the code for the label interface myself. I created a project with the bounding box template and added all my classes. Then I switched to the code view, copied all the

`

`

Then paste the modified code back to the code view, replacing the template code. I would prefer if that style would be the default style because it makes it easiert for everyone. I will have to see if I can make a PR for it.

ghost commented 8 months ago

Okay got it

kumarsuraj9450 commented 7 months ago

Sorry @Nobodi99 i don't get it. Could you please elaborate how you did it and where you made the changes and what changes did you made