Home
last modified time | relevance | path

Searched defs:iou (Results 1 – 12 of 12) sorted by relevance

/external/armnn/python/pyarmnn/examples/object_detection/
Dyolo.py12 def iou(box1: list, box2: list): function
/external/armnn/samples/ObjectDetection/src/
DNonMaxSuppression.cpp79 auto iou = IntersectionOverUnion(inputDetections[sortedIndicies[i]], in NonMaxSuppression() local
/external/armnn/src/backends/reference/test/
DRefDetectionPostProcessTests.cpp46 float iou = armnn::IntersectionOverUnion(boxI, boxJ); variable
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DNMS.cpp29 float iou(const Box& box1, const Box& box2) in iou() function
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc139 const auto iou = b.box.IoU(it->box); in FromBoxes() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h140 const float iou = ComputeIntersectionOverUnion( in NonMaxSuppression() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DUnexposedTextCheck.java821 float iou = in findBestMatchView() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc537 xla::XlaOp iou = i_area / u_area; in ComputeResult() local
/external/pytorch/test/
Dtest_jit_fuser.py623 def iou(b1x1, b1y1, b1x2, b1y2, b2x1, b2y1, b2x2, b2y2): function
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op_test.cc820 float iou; in AddIoUInput() local
Dnon_max_suppression_op.cc369 float iou; in DoNMSPerClass() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5204 def _self_suppression(iou, _, iou_sum, iou_threshold): argument