使用椭圆进行目标检测
如需使用椭圆进行目标检测或语义分割,请使用此模板。
交互式模板预览
标注配置
<View>
<EllipseLabels name="tag" toName="img">
<Label value="Blood Cell" />
<Label value="Stem Cell" />
</EllipseLabels>
<Image name="img" value="$image" />
</View>
关于标注配置
所有标注配置必须包含在View标签内。
使用EllipseLabels控制标签为您的图像添加带有特定标签的椭圆。
<EllipseLabels name="tag" toName="img">
<Label value="Blood Cell" />
<Label value="Stem Cell" />
</EllipseLabels>
使用Image对象标签来指定图像数据:
<Image name="img" value="$image" />