A Tensor of type float32.
A 4-D float tensor of shape [num_images, height, width, num_achors] containing scores of the boxes for given anchors, can be unsorted.
bbox_deltas
A Tensor of type float32.
A 4-D float tensor of shape [num_images, height, width, 4 x num_anchors]. encoding boxes with respec to each anchor.
Coordinates are given in the form [dy, dx, dh, dw].
image_info
A Tensor of type float32.
A 2-D float tensor of shape [num_images, 5] containing image information Height, Width, Scale.
anchors
A Tensor of type float32.
A 2-D float tensor of shape [num_anchors, 4] describing the anchor boxes. Boxes are formatted in the form [y1, x1, y2, x2].
nms_threshold
A Tensor of type float32.
A scalar float tensor for non-maximal-suppression threshold.
pre_nms_topn
A Tensor of type int32.
A scalar int tensor for the number of top scoring boxes to be used as input.
min_size
A Tensor of type float32.
A scalar float tensor. Any box that has a smaller size than min_size will be discarded.
post_nms_topn
An optional int. Defaults to 300.
An integer. Maximum number of rois in the output.
name
A name for the operation (optional).
Returns
A tuple of Tensor objects (rois, roi_probabilities).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]