Convert boxes from [xc, yc, w, h] format to [x0, y0, x1, y1] format Input: - boxes: Input boxes of shape (N, 4) in [xc, yc, w, h] format Returns: - boxes: Output boxes of shape (N, 4) in [x0, y0, x1, y1] format
(boxes)
source not stored for this graph (policy: none)