↓ 29 callersMethod_xywh2csThis encodes bbox(x,y,w,h) into (center, scale) Args: x, y, w, h (float): left, top, width and height padding (float)
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/datasets/base/kpt_2d_sview_rgb_vid_top_down_dataset.py:125
↓ 9 callersFunctionnmsGreedily select boxes with high confidence and overlap <= thr. Args: dets: [[x1, y1, x2, y2, score]]. thr: Retain overlap < thr.
engine/pose_estimation/third-party/ViTPose/mmpose/core/post_processing/nms.py:9