接口: ObjectDetectionOutputValue
属性
box
• box: 对象
一个字典(包含键 [xmin,ymin,xmax,ymax]),表示检测到的对象的边界框。
类型声明
名称 | 类型 |
---|---|
xmax | 数字 |
xmin | 数字 |
ymax | 数字 |
ymin | 数字 |
定义于
inference/src/tasks/cv/objectDetection.ts:16
label
• label: 字符串
检测到的对象的类别(模型特定)的标签。
定义于
inference/src/tasks/cv/objectDetection.ts:25
得分
• 得分: 数字
表示检测到的物体属于给定类别的可能性。
定义于
inference/src/tasks/cv/objectDetection.ts:30
< > 在 GitHub 上更新