↓ 6 callersMethod__init__(self, d_model=512, nhead=8, num_encoder_layers=6,
num_decoder_layers=6, dim_feedforward=2048
adet/modeling/abinet/transformer.py:479
↓ 5 callersMethod__init__(self, cfg, levels, channels, block=BasicBlock, residual_root=False)
adet/modeling/backbone/dla.py:234
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, groups=1, norm_layer=None, filter_size=1)
adet/modeling/backbone/resnet_lpf.py:229
↓ 2 callersMethod__init__(self, cfg, block, layers, num_classes=1000, zero_init_residual=False,
groups=1, width_per_gr
adet/modeling/backbone/resnet_lpf.py:151
↓ 2 callersFunctiononehot Args: label: shape (n1, n2, ..., ) depth: a scalar Returns: onehot: (n1, n2, ..., depth)
adet/data/dataset_language.py:21
↓ 2 callersFunctionpolygon_from_points Returns a Polygon object to use with the Polygon2 class from a list of 8 points: x1,y1,x2,y2,x3,y3,x4,y4
adet/evaluation/text_eval_script.py:74
↓ 2 callersMethodpredict_proposals(
self, logits_pred, reg_pred, ctrness_pred,
locations, image_sizes, top_feats=None
adet/modeling/fcos/fcos_outputs.py:398
↓ 1 callersMethod__init__(self, pad_type='reflect', filt_size=3, stride=2, channels=None, pad_off=0)
adet/modeling/backbone/lpf.py:9
↓ 1 callersMethod__init__(self, max_length, in_channels=512, num_channels=64,
mode='nearest', s_start=(1, 2), **kwarg
adet/modeling/abinet/attention.py:20