label-studio/docs/source/templates/image_classification.md

528 B

title type order meta_title meta_description
Image Classification templates 101 Image Classification Data Labeling Template Label Studio Image Classification Template for machine learning and data science data labeling projects.

Image classification with checkboxes.

Config

<View>
  <Image name="img" value="$image"></Image>
  <Choices name="tag" toName="img" choice="single-radio">
    <Choice value="Airbus"></Choice>
    <Choice value="Boeing" background="blue"></Choice>
  </Choices>
</View>