#include <image_ops.h>
Optional attribute setters for NonMaxSuppression.
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. |
float tensorflow::ops::NonMaxSuppression::Attrs::iou_threshold_ = 0.5f
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
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/non-max-suppression/attrs.html