FunctionIOU(ax1, ay1, ax2, ay2, bx1, by1, bx2, by2)
FaceLandmarkDetection/face_alignment/detection/sfd/bbox.py:17
Method__init__(self, in_channels,conv_layer=nn.Conv2d, norm_layer=nn.BatchNorm2d, kernel_size=3, dilation=[1,1,1,1], bias=Tr
models/networks.py:161
Method__init__(self, landmarks_type, network_size=NetworkSize.LARGE,
device='cuda', flip_input=False, face
FaceLandmarkDetection/face_alignment/api.py:54
Method__init__(self, block=Bottleneck, layers=[3, 8, 36, 3], num_classes=68)
FaceLandmarkDetection/face_alignment/models.py:206
Functionbboxlog(x1, y1, x2, y2, axc, ayc, aww, ahh)
FaceLandmarkDetection/face_alignment/detection/sfd/bbox.py:30
Functionbboxloginv(dx, dy, dw, dh, axc, ayc, aww, ahh)
FaceLandmarkDetection/face_alignment/detection/sfd/bbox.py:37