↓ 4 callersFunctionsplat :param bbox: (O, 4) in [0, 1] :param feat: (O, D, h, w) :return: (O, D, H, W)
cvp/layout.py:415
↓ 3 callersFunctionextents_to_centers Convert boxes from [x0, y0, x1, y1] format to [xc, yc, w, h] format Input: - boxes: Input boxes of shape (N, 4) in [x0, y0, x1, y1] form
utils/box_utils.py:155
↓ 2 callersMethodperceptual_metric :param im0: (dt, V, 1, 3, H, W) in mean=(0, 0, 0) std=(1, 1, 1,)
cvp/evaluator.py:39
↓ 2 callersFunctionsplat_with_wgt :param bbox: (O, 4) in [0, 1] :param feat: (O, D, h, w) :return: (O, D, H, W)
cvp/layout.py:318
↓ 1 callersFunction_bbox_to_grid_fwd01 :param boxes: (O, 4) [x0, y0, x1, y1] in (0, 1) :return: (O, H, W, 2)
cvp/layout.py:571
↓ 1 callersMethod_forward_bg :param bg_feat: (N, Di, h, w) :param mask: (N, 1, H, W) :return: (N, Do, Hm, Wm)
cvp/decoder.py:147
↓ 1 callersMethod_forward_bg :param bg_feat: (N, Di, h, w) :param mask: (N, 1, H, W) :return: (N, Do, Hm, Wm)
cvp/decoder.py:365