label-studio
Version:
Data Labeling Tool that is backend agnostic and can be embedded into your applications
12 lines (11 loc) • 350 B
text/xml
<View>
<Image name="img" value="$image"></Image>
<RectangleLabels name="tag" toName="img" canRotate="false">
<Label value="Planet"></Label>
<Label value="Moonwalker" background="blue"></Label>
</RectangleLabels>
<Choices name="choice" toName="img">
<Choice value="Space" />
<Choice value="Underground" />
</Choices>
</View>