↓ 1 callersFunction_do_paste_mask Args: masks: N, 1, H, W boxes: N, 4 img_h, img_w (int): skip_empty (bool): only paste masks within the region tha
detectron2/layers/mask_ops.py:16
↓ 1 callersMethodapply_deltas Apply transformation `deltas` (dx, dy, dw, dh, da) to `boxes`. Args: deltas (Tensor): transformation deltas of shape (N,
detectron2/modeling/box_regression.py:177
↓ 1 callersMethodbuild_hooks Build a list of default hooks, including timing, evaluation, checkpointing, lr scheduling, precise BN, writing events. Retur
detectron2/engine/defaults.py:299
↓ 1 callersMethodbuild_hooks Build a list of default hooks, including timing, evaluation, checkpointing, lr scheduling, precise BN, writing events. Retur
detectron2/engine/defaults.py:628