cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.47k stars 2.99k forks source link

Add multiple selectable attribute values #8613

Closed huayecaibcc closed 2 hours ago

huayecaibcc commented 3 hours ago

Actions before raising this issue

Is your feature request related to a problem? Please describe.

Currently, the label attributes of cvat do not support multiple options. For example, checkbox can only select true or false, and radio can select only one value from multiple values. However, when labeling, you often need to select multiple values. For example, I have a label chart, and one of its attributes is chart_type, which contains multiple values (line, bar, pie, etc.). Some charts may contain multiple attributes at the same time. In this case, multiple selections are required. The current possible solution is to make each value a checkbox attribute, but this will increase the complexity of the attribute list.

Describe the solution you'd like

Add an attribute that can select multiple values

Describe alternatives you've considered

No response

Additional context

No response

bsekachev commented 2 hours ago

7500