接口: ImageSegmentationOutputValue
属性
label
• label: string
片段的类标签(模型特定)。
定义在
inference/src/tasks/cv/imageSegmentation.ts:16
mask
• mask: string
表示片段掩码的 str(单通道黑白图像的 base64 str)。
定义在
inference/src/tasks/cv/imageSegmentation.ts:20
score
• score: number
一个浮点数,表示检测到的物体属于给定类的可能性。
定义在
inference/src/tasks/cv/imageSegmentation.ts:24
< > 在 GitHub 上更新