tfm.vision.box_ops.decode_boxes

Decodes boxes.

encoded_boxes a tensor whose last dimension is 4 representing the coordinates of encoded boxes in dy, dx, dh, dw in 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.

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