Get the affine transform matrix, given the center/scale/rot/output_size. Args: center (np.ndarray[2, ]): Center of the bounding box (x, y). scale (np.ndarray[2, ]): Scale of the bounding box wrt [width, height]. rot (float): Rotation angle (degree). o
(center,
input_size,
rot,
output_size,
shift=(0., 0.),
inv=False)
source not stored for this graph (policy: none)
no test coverage detected