---
title: EllipseLabels
type: tags
order: 407
meta_title: Ellipse Label Tag for Labeling Images with Elliptical Bounding Boxes
The EllipseLabels tag creates labeled ellipses. Use to apply labels to ellipses for semantic segmentation.
Use with the following data types: image.
{% insertmd includes/tags/ellipselabels.md %}
Basic semantic image segmentation labeling configuration
<View>
<EllipseLabels name="labels" toName="image">
<Label value="Person" />
<Label value="Animal" />
</EllipseLabels>
<Image name="image" value="$image" />
</View>