Skip to content

Latest commit

 

History

History
384 lines (382 loc) · 24.6 KB

rectTool.md

File metadata and controls

384 lines (382 loc) · 24.6 KB

目标检测(rectTool)

格式说明

{
  "width": 4368,
  "height": 2912,
  "valid": true,
  "rotate": 0,
  "annotations": [
  {
    "toolName": "rectTool",
    "result": [
      {
        "x": 530.7826086956522,
        "y": 1149.217391304348,
        "width": 1314.7826086956522,
        "height": 1655.6521739130435,
        "attribute": "",
        "valid": true,
        "id": "Rp1x6bZs",
        "textAttribute": "",
        "order": 1
      }
    ]
  }
 ]
} 

名称

类型

是否必须

默认值

备注

其他信息

result

object []

必须

item 类型: object

id

string

必须

矩形框 id

x

number

必须

矩形框起始点横坐标(左上角)

y

number

必须

矩形框起始点纵坐标(左上角)

width

number

必须

矩形框宽度

height

number

必须

矩形框高度

valid

boolean

必须

有无效性

order

number

必须

矩形框顺序

textAttribute

string

必须

文本属性

label

string

必须

标签