↓ 1 callersFunctioncompute_loss_softmax(gt_bitmasks, mask_logits, num_loss, num_instances, direction, direction_mask_logits, gt_keypoint, max_ranges,
adet/modeling/fcpose/utils.py:99
↓ 1 callersFunctionfcos_losses(
labels,
reg_targets,
bezier_targets,
logits_pred,
reg_pred,
adet/modeling/batext/batext_outputs.py:51
↓ 1 callersMethodforward_for_single_feature_map(
self, locations, box_cls,
reg_pred, ctrness,
image_sizes, top_feat=None)
adet/modeling/batext/batext_outputs.py:435
↓ 1 callersMethodforward_for_single_feature_map(
self, locations, logits_pred, reg_pred,
ctrness_pred, image_sizes, top_feat=None
adet/modeling/fcos/fcos_outputs.py:457
↓ 1 callersMethodforward_for_single_feature_map(
self, locations, box_cls,
reg_pred, ctrness, mask_regression, image_sizes
)
adet/modeling/MEInst/MEInst_outputs.py:554
↓ 1 callersMethodget_sample_region(self, gt, strides, num_loc_list, loc_xs, loc_ys, radius=1)
adet/modeling/batext/batext_outputs.py:224
↓ 1 callersMethodget_sample_region(self, boxes, strides, num_loc_list, loc_xs, loc_ys, bitmasks=None, radius=1)
adet/modeling/fcos/fcos_outputs.py:152
↓ 1 callersFunctionget_tight_rect(points, start_x, start_y, image_height, image_width, scale)
adet/evaluation/text_evaluation_all.py:472