Skip to content

Commit

Permalink
doc: fix description of attribute CVAT XML format (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemisart authored Mar 10, 2020
1 parent e9160b6 commit 546c941
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cvat/apps/documentation/xml_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ There are two different formats for annotation and interpolation modes at the mo
<label>
<name>String: name of the label (e.g. car, person)</name>
<attributes>
<attribute>String: attributes for the label (e.g. @select=quality:good,bad)</attribute>
<attribute>
<name>String: attribute name</name>
<mutable>Boolean: mutable (allow different values between frames)</mutable>
<input_type>String: select, checkbox, radio, number, text</input_type>
<default_value>String: default value</default_value>
<values>String: possible values, separated by newlines
ex. value 2
ex. value 3</values>
</attribute>
</attributes>
</label>
</labels>
Expand Down

0 comments on commit 546c941

Please sign in to comment.