↓ 10 callersFunctionbuild_layers(input_dim, fc_dims, dropout_p, norm_layer, act_func, bias=True)
projects/SGT/sgt/meta_arch/graph_net.py:12
↓ 5 callersFunctiontransform_instance_annotations(
annotation, transforms, image_size, keypoint_hflip_indices=None, clip_by_image=False, filter_out_image=F
projects/Datasets/MOT/detection_utils.py:9
↓ 4 callersMethod__init__(self, k, inp_dim, out_dim, stride=1, with_bn=True)
projects/CenterNet/centernet/modeling/backbone/hourglass.py:56
↓ 3 callersMethodgen_data_list(mix_list_dir, seq_root, seq2img_dir, data_list_filename, seq_list, split=None)
projects/Datasets/MOT/gen_labels_mot.py:106
↓ 3 callersFunctionget_mix_dataset_dicts(dataset_names, dense_sampling_datasets=['mot15', 'mot17', 'mot20'], sparse_sampling_datasets=['caltech'], fil
projects/Datasets/MIX/build.py:82
↓ 2 callersMethod__init__(self, in_channels, out_channels, kernel_size, stride, padding, dilation=1, groups=1, deformable_groups=1)
projects/CenterNet/centernet/deform_conv.py:9
↓ 2 callersMethod_make_conv_level(self, inplanes, planes, convs, stride=1, dilation=1)
projects/CenterNet/centernet/modeling/backbone/dla.py:273
↓ 2 callersMethodfill_unmatched_gt_label(self, b_idx, unmatched_gt, unmatched_pred, gt_tlbr, gt_wh, gt_id, decoded_detections, raw_detections, gt_matc
projects/SGT/sgt/meta_arch/graphtracker_centernet.py:388
↓ 2 callersFunctionload_mot_dataset_dicts(dataset_name, root_dir: str, split: str, detector: str = None, min_vis: float = 0.0, caching: bool = False)
projects/Datasets/MOT/mot_det.py:19