↓ 5 callersMethod__init__(self, num_modules=1, end_relu=False, gray_scale=False, num_landmarks=68, device='cuda')
facexlib/alignment/awing_arch.py:271
↓ 2 callersFunctionconvert_bbox_to_zTakes a bounding box in the form [x1,y1,x2,y2] and returns z in the form [x,y,s,r] where x,y is the centre of the box and s is the scale/area and
facexlib/tracking/kalman_tracker.py:5
↓ 2 callersFunctionconvert_x_to_bboxTakes a bounding box in the centre form [x,y,s,r] and returns it in the form [x1,y1,x2,y2] where x1,y1 is the top left and x2,y2 is the bottom
facexlib/tracking/kalman_tracker.py:19
↓ 1 callersMethodbatched_transform Arguments: frames: a list of PIL.Image, or torch.Tensor(shape=[n, h, w, c], type=np.float32, BGR format).
facexlib/detection/retinaface.py:261
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
facexlib/detection/retinaface_utils.py:79