mindspore/docs/api/api_python/ops/mindspore.ops.IOU.rst

10 lines
317 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.IOU
=================
.. py:class:: mindspore.ops.IOU(mode='iou')
计算矩形的IOU即真实区域和预测区域的交并比。
根据真实区域和预测区域计算IOU(intersection over union)或IOF(intersection over foreground)。
更多参考详见 :func:`mindspore.ops.iou`