Please add image classification. Binary and multi classification
Please add image classification. Binary and multi classification
Hi, @sonfiree ! Could you please clarify what exactly do you mean? The data labeling for image classification with single and multi label support is currently available. This config does the job:
<View>
<Choices name="image_class" toName="image" choice="single">
<Choice value="first_class"></Choice>
<Choice value="second_class"></Choice>
</Choices>
<Image name="image" value="$image_source"></Text>
</View>
and changing choice="multiple" lead to multilabel classification.
Please refer to docs or see examples for details
Most helpful comment
Hi, @sonfiree ! Could you please clarify what exactly do you mean? The data labeling for image classification with single and multi label support is currently available. This config does the job:
and changing
choice="multiple"lead to multilabel classification.Please refer to docs or see examples for details