tensorflow::ops::NonMaxSuppression::Attrs

#include <image_ops.h>

Optional attribute setters for NonMaxSuppression.

Summary

Public attributes
iou_threshold_ = 0.5f
float
Public functions
IouThreshold(float x)
TF_MUST_USE_RESULT Attrs
A float representing the threshold for deciding whether boxes overlap too much with respect to IOU.

Public attributes

iou_threshold_

float tensorflow::ops::NonMaxSuppression::Attrs::iou_threshold_ = 0.5f

Public functions

IouThreshold

TF_MUST_USE_RESULT Attrs tensorflow::ops::NonMaxSuppression::Attrs::IouThreshold(
  float x
)

A float representing the threshold for deciding whether boxes overlap too much with respect to IOU.

Defaults to 0.5

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/struct/tensorflow/ops/non-max-suppression/attrs