Class NonMaxSuppression.Inputs<T extends TNumber>
java.lang.Object
org.tensorflow.op.RawOpInputs<NonMaxSuppression<T>>
org.tensorflow.op.image.NonMaxSuppression.Inputs<T>
- Enclosing class:
NonMaxSuppression<T extends TNumber>
public static class NonMaxSuppression.Inputs<T extends TNumber>
extends RawOpInputs<NonMaxSuppression<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionA 2-D float tensor of shape[num_boxes, 4].A 0-D float tensor representing the threshold for deciding whether boxes overlap too much with respect to IOU.A scalar integer tensor representing the maximum number of boxes to be selected by non max suppression.final booleanIf true, the outputselected_indicesis padded to be of lengthmax_output_size.A 1-D float tensor of shape[num_boxes]representing a single score corresponding to each box (each row of boxes).A 0-D float tensor representing the threshold for deciding when to remove boxes based on score.A 0-D float tensor representing the sigma parameter for Soft NMS; see Bodla et al (c.f. https://arxiv.org/abs/1704.04503).final DataTypeThe T attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
boxes
-
scores
-
maxOutputSize
-
iouThreshold
-
scoreThreshold
-
softNmsSigma
-
T
The T attribute -
padToMaxOutputSize
public final boolean padToMaxOutputSizeIf true, the outputselected_indicesis padded to be of lengthmax_output_size. Defaults to false.
-
-
Constructor Details
-
Inputs
-