↓ 4 callersMethod__init__(self, in_dim, reduction_dim=256, output_stride=16,
rates=[(1, 6), (18, 15), (6, 21), (1, 1),
network/utils.py:268
↓ 4 callersMethod_make_layer(self, block, planes, blocks, groups, reduction, stride=1,
downsample_kernel_size=1, downs
network/SEresnext.py:317
↓ 2 callersMethod__init__(self, inplanes, planes, reps, stride=1, dilation=1,
BatchNorm=None, start_with_relu=True, gr
network/xception.py:44
↓ 2 callersMethodcrop_in_image(centroid, target_w, target_h, w, h, img, mask)
transforms/joint_transforms.py:102