(beta)torch_npu.npu_iou
函数原型
[object Object]
功能说明
根据ground-truth和预测区域计算交并比(IoU)或前景交叉比(IoF)。
参数说明
- bboxes (Tensor) - 输入张量。
- gtboxes (Tensor) - 输入张量。
- mode (Int,默认值为0) - 0为IoU模式,1为IoF模式。
支持的型号
- [object Object]Atlas 训练系列产品[object Object]
- [object Object]Atlas A2 训练系列产品[object Object]
- [object Object]Atlas A3 训练系列产品[object Object]
- [object Object]Atlas 推理系列产品[object Object]
调用示例
[object Object]