↓ 2 callersFunctioncv2ImgAddText(img, text, pos, textColor=(255, 0, 0), textSize=22)
SLPNet_Demo/img_process.py:108
↓ 1 callersFunctioncalc_centers
:param corners: tensor(N, 8), eight corner coordinate, clockwise, or size(B, H, W, 8)
:return: centers tensor(N, 2)
module/det_part/GTProcessing.py:7
↓ 1 callersFunctioncalc_centers
:param corners: tensor(N, 8), eight corner coordinate, clockwise, or size(B, H, W, 8)
:return: centers tensor(N, 2)
SLPNet_Demo/utils/GTProcessing.py:7
↓ 1 callersMethodfocal_for_gauss
:param sample_target: positive and negative sample, size(B, H, W)
:param gauss_out: score, size(B, H, W, 4)
:param gauss_t
module/det_part/detection_head.py:196
↓ 1 callersMethodfocal_for_gauss
:param sample_target: positive and negative sample, size(B, H, W)
:param gauss_out: score, size(B, H, W, 4)
:param gauss_t
module/det_part/detection_head.py:357
↓ 1 callersMethodfocal_for_gauss
:param sample_target: positive and negative sample, size(B, H, W)
:param gauss_out: score, size(B, H, W, 4)
:param gauss_t
module/det_part/detection_head.py:453
↓ 1 callersMethodfocal_for_gauss
:param sample_target: positive and negative sample, size(B, H, W)
:param gauss_out: score, size(B, H, W, 4)
:param gauss_t
SLPNet_Demo/utils/detection_head.py:172
↓ 1 callersMethodgen_distance_maps
:param out_centers: size(B, H, W, 2)
:param target_centers: size(B, H, W, 2)
:param out_bbox: size(B, H, W, 4)
:p
module/det_part/detection_head.py:160
↓ 1 callersMethodgen_distance_maps
:param out_centers: size(B, H, W, 2)
:param target_centers: size(B, H, W, 2)
:param out_bbox: size(B, H, W, 4)
:p
SLPNet_Demo/utils/detection_head.py:136
↓ 1 callersFunctionresult_show(img_for_show, per_img_coords, per_img_scores, lp_chars, det_size=(512, 512))
SLPNet_Demo/img_process.py:72