tfm.vision.box_ops.decode_boxes

Stay organized with collections Save and categorize content based on your preferences.

Decode boxes.

encoded_boxes a tensor whose last dimension is 4 representing the coordinates of encoded boxes in ymin, xmin, ymax, xmax order.
anchors a tensor whose shape is the same as, or broadcastable to boxes, representing the coordinates of anchors in ymin, xmin, ymax, xmax order.
weights None or a list of four float numbers used to scale coordinates.

encoded_boxes a tensor whose shape is the same as boxes representing the decoded box targets.