Skip to content

Labelimg

在线标注图片

在线预览图片

Labelimg 属性

属性名说明类型可选值默认值
className自定义样式类名string--
style自定义样式object CSSProperties--
classes标注类型名称列表string[]--
data标注图片地址和标注的数据列表ImageItem[]--
options全局配置objectoptions-

ImageItem 属性

属性名说明类型可选值默认值
imageSrc图片地址string--
labels标注的数据RectProps[]--
RectProps 属性
属性名说明类型可选值默认值
type标注类型number--
startX标注数据number--
startY标注数据number--
rectWidth标注数据number--
rectHeight标注数据number--
canvasWidth标注数据number--
canvasHeight标注数据number--

options 配置

属性名说明类型可选值默认值
mainContentHeight标注图片高度number--

Labelimg 事件

事件名说明回调参数
change标注数据更新会触发该事件rects, txt
save处理标注数据保存触发该事件node, done 函数, error 函数

Labelimg Exposes

名稱说明类型
convertToLabelcanvas标注数据转yolo数据格式Function (rect: RectProps), 函数返回yolo数据格式
canvertToCanvasyolo数据格式转canvas标注数据Function (labelData: number[], canvasWidth: number, canvasHeight: number), 函数返回RectProps,数据格式

Released under the MIT License.