↓ 1 callersMethoddraw_box Args: box_coord (tuple): a tuple containing x0, y0, x1, y1 coordinates, where x0 and y0 are the coordinates of th
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/utils/visualizer.py:812
↓ 1 callersFunctiondraw_pose(pose, H, W, draw_body=True, draw_hand=True, draw_face=True)
imagdressing/preprocess/openpose/annotator/openpose/__init__.py:25
↓ 1 callersMethoddraw_rotated_box_with_label Args: rotated_box (tuple): a tuple containing (cnt_x, cnt_y, w, h, angle), where cnt_x and cnt_y are the center c
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/utils/visualizer.py:846
↓ 1 callersMethodexecute_on_outputs(
cls: type, context: Dict[str, Any], entry: Dict[str, Any], outputs: Instances
)
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/projects/DensePose/apply_net.py:149
↓ 1 callersFunctionfind_top_rrpn_proposals For each feature map, select the `pre_nms_topk` highest scoring proposals, apply NMS, clip proposals, and remove small boxes. Return the `pos
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/modeling/proposal_generator/rrpn.py:19
↓ 1 callersMethodforward(ctx, x, weight, bias, running_mean, running_var,
training=True, momentum=0.1, eps=1e-05, acti
imagdressing/preprocess/humanparsing/modules/functions.py:80
↓ 1 callersMethodget_deltas Get box regression transformation deltas (dx, dy, dw, dh, da) that can be used to transform the `src_boxes` into the `target_boxes`.
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/modeling/box_regression.py:165