↓ 15 callersMethod__init__(self, in_dim, out_dim, kernel_size=1, stride=1, padding=0, bias=True)
NLQ/VSLNet/model/layers.py:17
↓ 12 callersFunctionconv(
in_planes,
out_planes,
kernel_size=3,
stride=1,
padding=1,
dilation=1,
freeze_bn
EgoTracks/tracking/models/stark_tracker/head.py:7
↓ 9 callersFunction_resnet(arch, block, layers, pretrained, progress, **kwargs)
EgoTracks/tracking/models/stark_tracker/resnet.py:186
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False)
EgoTracks/tracking/models/stark_tracker/resnet.py:120
↓ 3 callersFunctiondataset_gen(
data, vfeat_lens, word_dict, char_dict, max_pos_len, scope, num_workers=1
)
NLQ/VSLNet/utils/data_gen.py:151
↓ 3 callersFunctionxywh_2_cxywh Top-left x, y to center x, y. Args: bbox: bounding box with [x, y, w, h], x,y are top-left position of the box. context_rati
EgoTracks/tracking/utils/bbox_helper.py:217