---
title: Object Detection with Ellipses
type: templates
category: Computer Vision
cat: computer-vision
order: 115
meta_title: Object Detection with Ellipses Data Labeling Template

If you want to perform object detection or semantic segmentation using ellipses, use this template.
<View>
<EllipseLabels name="tag" toName="img">
<Label value="Blood Cell" />
<Label value="Stem Cell" />
</EllipseLabels>
<Image name="img" value="$image" />
</View>
All labeling configurations must be wrapped in View tags.
Use the EllipseLabels control tag to add ellipses with specific labels to your image.xml <EllipseLabels name="tag" toName="img"> <Label value="Blood Cell" /> <Label value="Stem Cell" /> </EllipseLabels>
Use the Image object tag to specify the image data:xml <Image name="img" value="$image" />