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.74k stars 2.2k forks source link

Pascal VOC XML object attributes #794

Open kenlee-ga opened 3 years ago

kenlee-ga commented 3 years ago

In Pascal VOC XMLs, there are truncated, difficult, and occluded object attributes (see annotation guidelines) that can be helpful when selecting data for training, but these options don't seem to be available in Label Studio. Would you consider adding this feature?

makseq commented 3 years ago

@kenlee-ga What would you say if we tried to solve this via checkboxes truncated, difficult, and occluded in the labeling config? And then export them into VOC XMLs.

kenlee-ga commented 3 years ago

@kenlee-ga What would you say if we tried to solve this via checkboxes truncated, difficult, and occluded in the labeling config? And then export them into VOC XMLs.

I like the idea of having check boxes for each of truncated, difficult, and occluded, but I believe they would be better placed in the Results section, where one sees details of a particular box (see attached)

Screen Shot 2021-04-12 at 6 27 14 PM

bdeng3 commented 1 year ago

Is marking the bounding box as "difficult" or "occluded" part of Label Studio? I'm still a bit confused on how to implement that by reading the comments above. Is it something that we can achieve by customizing the label interface?

makseq commented 1 year ago

You can achieve this using the similar template. However choices won't be exported to Pascal VOC, only to LS JSON.

tobyj-sony commented 1 year ago

Any update on this?