public static class NonMaxSuppression.Options extends Object
NonMaxSuppression| Modifier and Type | Method and Description |
|---|---|
NonMaxSuppression.Options |
iouThreshold(Float iouThreshold) |
public NonMaxSuppression.Options iouThreshold(Float iouThreshold)
iouThreshold - A float representing the threshold for deciding whether boxes
overlap too much with respect to IOU.Copyright © 2015–2019. All rights reserved.