MCPcopy Create free account

hub / github.com/HwangBo94/Anti-UAV410 / functions

Functions4,312 in github.com/HwangBo94/Anti-UAV410

↓ 4 callersFunctionget_plot_draw_styles
()
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/plot_results.py:13
↓ 4 callersMethodget_positional_encoding
(self, feat)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/transformer/filter_predictor.py:41
↓ 4 callersMethodget_positional_encoding
(self, feat)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/transformer/filter_predictor.py:173
↓ 4 callersFunctionget_prec_curve
(ave_success_rate_plot_center, valid_sequence)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/plot_results.py:204
↓ 4 callersFunctionhann1d
1D cosine window.
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/dcf.py:8
↓ 4 callersMethodinit
(self)
trackers/SiamDT/libs/swintransformer/tests/test_runtime/test_async.py:45
↓ 4 callersFunctioninterpolate
(t, sz, mode='bilinear')
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/lwl/utils.py:11
↓ 4 callersMethodis_video_sequence
(self)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/coco_seq.py:71
↓ 4 callersFunctionlevels_to_images
Concat multi-level feature maps by image. [feature_level0, feature_level1...] -> [feature_image0, feature_image1...] Convert the shape of eac
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/paa_head.py:17
↓ 4 callersMethodmake_stage_plugins
Make plugins for ResNet ``stage_idx`` th stage. Currently we support to insert ``context_block``, ``empirical_attention_block``, ``no
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/resnet.py:453
↓ 4 callersFunctionmodel_aug_test_template
(cfg_file)
trackers/SiamDT/libs/swintransformer/tests/test_data/test_pipelines/test_transform/test_models_aug_test.py:12
↓ 4 callersFunctionmulti_gpu_test
Test model with multiple gpus. This method tests model with multiple gpus and collects the results under two different modes: gpu and cpu mod
trackers/SiamDT/libs/swintransformer/mmdet/apis/test.py:69
↓ 4 callersFunctionplot_draw_save
(y, x, scores, trackers, plot_draw_styles, result_plot_path, plot_opts)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/plot_results.py:109
↓ 4 callersMethodpoints2bbox
Converting the points set into bounding box. :param pts: the input points sets (fields), each points set (fields) is represented
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/reppoints_head.py:165
↓ 4 callersFunctionpreprocess_example_input
Prepare an example input image for ``generate_inputs_and_wrap_model``. Args: input_config (dict): customized config describing the exampl
trackers/SiamDT/libs/swintransformer/mmdet/core/export/pytorch2onnx.py:98
↓ 4 callersFunctionrand_uniform
sample numbers uniformly between a and b. args: a - lower bound b - upper bound shape - shape of the output tensor r
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing_utils.py:433
↓ 4 callersMethodresults2json
Dump the detection results to a COCO style json file. There are 3 types of results: proposals, bbox predictions, mask predictions, an
trackers/SiamDT/libs/swintransformer/mmdet/datasets/coco.py:273
↓ 4 callersMethodrun_CG
Main conjugate gradient method. args: num_iter: Number of iterations. x: Initial guess. Assumed zero if None.
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:72
↓ 4 callersMethodsave_best_checkpoint
(self, runner, key_score)
trackers/SiamDT/libs/swintransformer/mmdet/core/evaluation/eval_hooks.py:160
↓ 4 callersMethodside_aware_split
Split side-aware features aligned with orders of bucketing targets.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/bbox_heads/sabl_head.py:265
↓ 4 callersFunctionsingle_gpu_test
(model, data_loader, show=False, out_dir=None,
trackers/SiamDT/libs/swintransformer/mmdet/apis/test.py:16
↓ 4 callersMethodstep
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/playback_results.py:77
↓ 4 callersMethodto_tensor
See :func:`BaseInstanceMasks.to_tensor`.
trackers/SiamDT/libs/swintransformer/mmdet/core/mask/structures.py:498
↓ 4 callersMethodtrack
(self, image, info: dict = None)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/multi_object_wrapper.py:135
↓ 4 callersFunctiontrackerlist
Generate list of trackers. args: name: Name of tracking method. parameter_name: Name of parameter file. run_ids: A single
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/tracker.py:24
↓ 4 callersMethodtransform
(self, image, do_blur=None)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/transforms.py:348
↓ 4 callersMethodvisdom_draw_tracking
(self, image, box, segmentation)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/multi_object_wrapper.py:183
↓ 4 callersMethodxyxy2xywh
Convert ``xyxy`` style bounding boxes to ``xywh`` style for COCO evaluation. Args: bbox (numpy.ndarray): The bounding box
trackers/SiamDT/libs/swintransformer/mmdet/datasets/coco.py:183
↓ 3 callersMethod__init__
args: datasets - List of datasets to be used for training p_datasets - List containing the probabilities by which eac
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/sampler.py:209
↓ 3 callersMethod__init__
(self, layer_dims, use_bn=True)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/rts/label_encoder.py:11
↓ 3 callersMethod__init__
(self, scale=(512, 512), interp=None)
trackers/SiamDT/libs/data/transforms/pair_transforms/mmdet_transforms.py:99
↓ 3 callersMethod__init__
(self, dataset, start=None, stop=None, step=None)
trackers/SiamDT/libs/data/datasets/structure.py:343
↓ 3 callersMethod__init__
(self, in_channels, out_channels, num_outs,
trackers/SiamDT/libs/swintransformer/mmdet/models/necks/fpg.py:145
↓ 3 callersMethod__init__
(self, groups=1, base_width=4, radix=2, re
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/resnest.py:294
↓ 3 callersMethod__init__
(self, depth, in_channels=3, stem_channels=None,
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/resnet.py:363
↓ 3 callersMethod__init__
(self, num_classes, in_channels, anchor_generator=dict(
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/yolact_head.py:41
↓ 3 callersMethod_add_conv_fc_branch
Add shared or separable branch. convs -> avg pool (optional) -> fcs
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/bbox_heads/convfc_bbox_head.py:85
↓ 3 callersMethod_add_fc_branch
(self, num_branch_fcs, in_channels, roi_feat_size, fc_out_channels)
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/bbox_heads/sabl_head.py:180
↓ 3 callersMethod_bbox_forward
Box head forward function used in both training and testing. Returns all regression, classification results and a intermediate feature.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/sparse_roi_head.py:72
↓ 3 callersFunction_check_roi_extractor
(config, roi_extractor, prev_roi_extractor=None)
trackers/SiamDT/libs/swintransformer/tests/test_runtime/test_config.py:168
↓ 3 callersMethod_construct_t_mat
(self, image_shape, do_flip, theta, shear_values, scale_factors, scale_center)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/transforms.py:399
↓ 3 callersFunction_convert_dict
(input_dict)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/running.py:81
↓ 3 callersMethod_decode_init_proposals
Decode init_proposal_bboxes according to the size of images and expand dimension of init_proposal_features to batch_size. Args:
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/embedding_rpn_head.py:46
↓ 3 callersMethod_gather_feat
Gather feature according to index. Args: feat (Tensor): Target feature map. ind (Tensor): Target coord index.
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/corner_head.py:787
↓ 3 callersMethod_get_frame
(self, seq_path, frame_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/lasot.py:136
↓ 3 callersMethod_get_sequence_path
(self, root, seq_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/lasot_candidate_matching.py:158
↓ 3 callersMethod_init_cls_convs
Initialize classification conv layers of the head.
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/anchor_free_head.py:85
↓ 3 callersMethod_init_reg_convs
Initialize bbox regression conv layers of the head.
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/anchor_free_head.py:105
↓ 3 callersMethod_make_stage
(self, layer_config, in_channels, multiscale_output=True)
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/hrnet.py:438
↓ 3 callersMethod_make_transition_layer
(self, num_channels_pre_layer, num_channels_cur_layer)
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/hrnet.py:357
↓ 3 callersMethod_mask_forward
Mask head forward function used in both training and testing.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/standard_roi_head.py:196
↓ 3 callersMethod_mask_forward_train
Run forward function and calculate loss for mask head in training.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/scnet_roi_head.py:197
↓ 3 callersMethod_random_next
(self)
trackers/SiamDT/libs/data/datasets/structure.py:165
↓ 3 callersMethod_record
(self, record_file, bboxes, times)
trackers/SiamDT/libs/data/evaluators/vot_eval.py:531
↓ 3 callersMethod_set_defaults
(self, tracker_out: dict, defaults=None)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/multi_object_wrapper.py:55
↓ 3 callersMethodanchor_center
Get anchor centers from anchors. Args: anchors (Tensor): Anchor list with shape (N, 4), "xyxy" format. Returns:
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/gfl_head.py:196
↓ 3 callersMethodassign_wrt_overlaps
Assign w.r.t. the overlaps of bboxes with gts. Args: overlaps (Tensor): Overlaps between k gt_bboxes and n bboxes,
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/assigners/max_iou_assigner.py:127
↓ 3 callersFunctionasync_inference_detector
Async inference image(s) with the detector. Args: model (nn.Module): The loaded detector. img (str | ndarray): Either image files
trackers/SiamDT/libs/swintransformer/mmdet/apis/inference.py:155
↓ 3 callersMethodaug_test_bboxes
Test det bboxes with test time augmentation. Args: feats (list[Tensor]): the outer list indicates test-time augme
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/dense_test_mixins.py:38
↓ 3 callersMethodaug_test_rpn
(self, feats, img_metas)
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/rpn_test_mixin.py:39
↓ 3 callersFunctionbbox2distance
Decode bounding box based on distances. Args: points (Tensor): Shape (n, 2), [x, y]. bbox (Tensor): Shape (n, 4), "xyxy" format
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/transforms.py:159
↓ 3 callersFunctionbbox2fields
The key correspondence from bboxes to labels, masks and segmentations.
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/auto_augment.py:28
↓ 3 callersFunctionbbox_xyxy_to_cxcywh
Convert bbox coordinates from (x1, y1, x2, y2) to (cx, cy, w, h). Args: bbox (Tensor): Shape (n, 4) for bboxes. Returns: Ten
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/transforms.py:229
↓ 3 callersFunctionbitget
(byteval, idx)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/utils/plotting.py:93
↓ 3 callersFunctionbuild_base_components
(filter_size, num_filters, optim_iter, optim_init_reg, backbone_pretrained, clf_feat
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/rts/rts_net.py:263
↓ 3 callersFunctionbuild_match_cost
Builder of IoU calculator.
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/match_costs/builder.py:6
↓ 3 callersFunctionbuild_neck
Build neck.
trackers/SiamDT/libs/swintransformer/mmdet/models/builder.py:42
↓ 3 callersFunctioncarl_loss
Classification-Aware Regression Loss (CARL). Args: cls_score (Tensor): Predicted classification scores. labels (Tensor): Targets
trackers/SiamDT/libs/swintransformer/mmdet/models/losses/pisa_loss.py:122
↓ 3 callersFunctioncheck_norm_state
Check if norm layer is in correct train state.
trackers/SiamDT/libs/swintransformer/tests/test_models/test_backbones/utils.py:25
↓ 3 callersFunctioncollect_env
Collect the information of the running environments.
trackers/SiamDT/libs/swintransformer/mmdet/utils/collect_env.py:7
↓ 3 callersFunctioncompleted
Async context manager that waits for work to complete on given CUDA streams.
trackers/SiamDT/libs/swintransformer/mmdet/utils/contextmanagers.py:16
↓ 3 callersMethodcompute_bbreg_loss
(self, test_ltrb_target, test_sample_region, bbox_preds)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/actors/tracking.py:623
↓ 3 callersMethodcompute_cls_loss
(self, test_label, target_scores, test_anno, test_sample_region)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/actors/tracking.py:610
↓ 3 callersFunctionconstruct_toy_data
(poly2mask=True)
trackers/SiamDT/libs/swintransformer/tests/test_data/test_pipelines/test_transform/test_translate.py:134
↓ 3 callersFunctionconvert_bn
(blobs, state_dict, caffe_name, torch_name, converted_names)
trackers/SiamDT/libs/swintransformer/tools/model_converters/detectron2pytorch.py:10
↓ 3 callersFunctionconvert_conv_fc
(blobs, state_dict, caffe_name, torch_name, converted_names)
trackers/SiamDT/libs/swintransformer/tools/model_converters/detectron2pytorch.py:23
↓ 3 callersFunctionconvert_result_list
Convert the torch forward outputs containing tuple or list to a list only containing torch.Tensor. Args: output (list(Tensor) | tuple
trackers/SiamDT/libs/swintransformer/tests/test_onnx/utils.py:94
↓ 3 callersMethodcrop
see :func:`BaseInstanceMasks.crop`
trackers/SiamDT/libs/swintransformer/mmdet/core/mask/structures.py:663
↓ 3 callersFunctiondavis_jaccard_measure
Compute region similarity as the Jaccard Index. :param fg_mask: (ndarray): binary segmentation map. :param gt_mask: (ndarray): binary annota
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/vos_utils.py:34
↓ 3 callersMethoddraw_data
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/utils/visdom.py:28
↓ 3 callersFunctionenhance_level_to_value
Map from level to values.
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/auto_augment.py:18
↓ 3 callersFunctioneval
(out_res, label_res)
trackers/SiamDT/utils/run_antiuav.py:55
↓ 3 callersFunctioneval_recalls
Calculate recalls. Args: gts (list[ndarray]): a list of arrays of shape (n, 4) proposals (list[ndarray]): a list of arrays of sha
trackers/SiamDT/libs/swintransformer/mmdet/core/evaluation/recall.py:64
↓ 3 callersMethodextract_feat
Directly extract features from the backbone+neck.
trackers/SiamDT/libs/swintransformer/mmdet/models/detectors/single_stage.py:52
↓ 3 callersFunctionflatten_binary_scores
Flattens predictions in the batch (binary case) Remove labels equal to 'ignore'
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/loss/lovasz_loss.py:125
↓ 3 callersMethodformat_results
Format the results to json (standard format for COCO evaluation). Args: results (list[tuple | numpy.ndarray]): Testing results of
trackers/SiamDT/libs/swintransformer/mmdet/datasets/coco.py:337
↓ 3 callersMethodforward_train
Args: img (Tensor): Input images of shape (N, C, H, W). Typically these should be mean centered and std scaled.
trackers/SiamDT/libs/swintransformer/mmdet/models/detectors/rpn.py:65
↓ 3 callersMethodframe_info
(self, frame_num)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/data.py:96
↓ 3 callersMethodgenerate
Count the annotation mask pixels per object, per frame, in all sequences in a dataset :param dset_name: Dataset name, for prin
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/vos_base.py:34
↓ 3 callersMethodget_backbone_clf_feat
(self, backbone_feat)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/tracking/dimpnet.py:71
↓ 3 callersMethodget_backbone_clf_feat
(self, backbone_feat)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/tracking/kysnet.py:79
↓ 3 callersMethodget_cat_ids
Get category ids of repeat dataset by index. Args: idx (int): Index of data. Returns: list[int]: All categor
trackers/SiamDT/libs/swintransformer/mmdet/datasets/dataset_wrappers.py:153
↓ 3 callersMethodget_cat_ids
Get COCO category ids by index. Args: idx (int): Index of data. Returns: list[int]: All categories in the im
trackers/SiamDT/libs/swintransformer/mmdet/datasets/coco.py:85
↓ 3 callersMethodget_image
(self, image_id, anno=None)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/sbd.py:107
↓ 3 callersMethodget_image_info
(self, im_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/sbd.py:81
↓ 3 callersMethodget_label_function
(self, sample_pos, sample_scale, output_sz=None)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/tracker/kys/kys.py:410
↓ 3 callersFunctionget_results
(filename, dataset='coco', task='bbox', metric=None,
trackers/SiamDT/libs/swintransformer/tools/analysis_tools/robustness_eval.py:155
↓ 3 callersMethodget_target_state
Estimate target bounding box using the predicted segmentation probabilities
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/tracker/lwl/lwl.py:276
↓ 3 callersMethodget_targets
A wrapper for computing ATSS and FCOS targets for points in multiple images. Args: cls_scores (list[Tensor]): Box iou-awa
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/vfnet_head.py:622
↓ 3 callersMethodget_unique_attribute
(self, name: str)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/features/extractor.py:80
← previousnext →301–400 of 4,312, ranked by callers