Method__init__(self,in_channels,out_channels,kernel_size,stride,padding,bias)
models/head/DB_Head.py:14
Methodforward pred: one or two heatmaps of shape (N, 1, H, W), the losses of tow heatmaps are added together. gt: (N, 1, H, W)
loss/dice_loss.py:19
Methodforward Args: pred: shape :math:`(N, 1, H, W)`, the prediction of network gt: shape :math:`(N, 1, H, W)`, the target
loss/balance_cross_entropy_loss.py:29
Functionget_tl_line_values_from_file_contents Returns all points, confindences and transcriptions of a file in lists. Valid line formats: xmin,ymin,xmax,ymax,[confidence],[transcription]
cal_rescall/rrc_evaluation_funcs.py:281