IAnomalibSegModelPostprocess 方法
Processes raw model outputs into structured anomaly segmentation results
将原始模型输出处理为结构化的异常分割结果
命名空间: DeploySharp.Model程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
protected override Result[] Postprocess(
DataTensor dataTensor,
ImageAdjustmentParam imageAdjustmentParam
)
- dataTensor DataTensor
- Raw tensor outputs from model/模型的原始张量输出
- imageAdjustmentParam ImageAdjustmentParam
- Image transformation parameters/图像变换参数
ResultArray of processed anomaly results/处理后的异常结果数组
Exception |
Thrown when model output tensor count is unexpected
当模型输出张量数量不符合预期时抛出
|