MCPcopy Create free account

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

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

↓ 3 callersMethodinit_weights
Initialize the weights in detector. Args: pretrained (str, optional): Path to pre-trained weights. Defaults to No
trackers/SiamDT/libs/swintransformer/mmdet/models/detectors/rpn.py:31
↓ 3 callersMethodiou
Calculates the intersection-over-union of two bounding boxes. Args: bbox1 (numpy.array, list of floats): bounding box in
experiments/anti_uav.py:86
↓ 3 callersMethodip_input
Inner product of the input space.
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:16
↓ 3 callersFunctionis_norm
Check if is one of the norms.
trackers/SiamDT/libs/swintransformer/tests/test_models/test_backbones/utils.py:18
↓ 3 callersFunctionisr_p
Importance-based Sample Reweighting (ISR_P), positive part. Args: cls_score (Tensor): Predicted classification scores. bbox_pred
trackers/SiamDT/libs/swintransformer/mmdet/models/losses/pisa_loss.py:8
↓ 3 callersFunctionlevel_to_value
Map from level to values based on max_value.
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/auto_augment.py:13
↓ 3 callersMethodnorm1
nn.Module: normalization layer after the first convolution layer
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/resnet.py:246
↓ 3 callersMethodobject_frames
(self, seq_name, obj_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/youtubevos.py:53
↓ 3 callersMethodobject_init_data
(self, frame_num=None)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/data.py:120
↓ 3 callersMethodout_feature_channels
(self)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/lwl/decoder.py:127
↓ 3 callersFunctionoverlay_mask
Overlay mask over image. Source: https://github.com/albertomontesg/davis-interactive/blob/master/davisinteractive/utils/visualization.py This
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/utils/plotting.py:113
↓ 3 callersMethodprepare_train_img
Get training data and annotations after pipeline. Args: idx (int): Index of data. Returns: dict: Training da
trackers/SiamDT/libs/swintransformer/mmdet/datasets/custom.py:199
↓ 3 callersFunctionprint_coco_results
(results)
trackers/SiamDT/libs/swintransformer/tools/analysis_tools/robustness_eval.py:8
↓ 3 callersFunctionrandom_negative
Randomly negate value based on random_negative_prob.
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/auto_augment.py:23
↓ 3 callersMethodrescale
See :func:`BaseInstanceMasks.rescale`.
trackers/SiamDT/libs/swintransformer/mmdet/core/mask/structures.py:260
↓ 3 callersMethodrescaling_update
(self, is_lost)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/tracker/rts/rts.py:122
↓ 3 callersFunctionretinanet_config
RetinanNet Head Config.
trackers/SiamDT/libs/swintransformer/tests/test_onnx/test_head.py:22
↓ 3 callersMethodsample
Sample positive and negative bboxes. This is a simple implementation of bbox sampling given candidates, assigning results and ground
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/samplers/score_hlr_sampler.py:215
↓ 3 callersFunctionscale_boxes
Expand an array of boxes by a given scale. Args: bboxes (Tensor): Shape (m, 4) scale (float): The scale factor of bboxes Ret
trackers/SiamDT/libs/swintransformer/mmdet/core/bbox/assigners/center_region_assigner.py:9
↓ 3 callersMethodset_data
(self, frame_number, feat, state, im, bb, label, bb_patch)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/tracker/kys/kys.py:20
↓ 3 callersFunctionset_random_seed
Set random seed. Args: seed (int): Seed to be used. deterministic (bool): Whether to set the deterministic option for
trackers/SiamDT/libs/swintransformer/mmdet/apis/train.py:23
↓ 3 callersMethodshow
(self, image, bb_list, trackers, gt=None)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/playback_results.py:86
↓ 3 callersMethodsimple_test_bboxes
Test only det bboxes without augmentation. Args: x (tuple[Tensor]): Feature maps of all scale level. img_metas (list[
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/test_mixins.py:52
↓ 3 callersMethodsimple_test_mask
Simple test for mask head without augmentation.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/test_mixins.py:246
↓ 3 callersMethodstride
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/features/featurebase.py:30
↓ 3 callersFunctiontorch_to_numpy
(a: torch.Tensor)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/features/preprocessing.py:10
↓ 3 callersMethodupdate_target_scale_size
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/tracker/rts/rts.py:132
↓ 3 callersFunctionverify_model
Run the model in onnxruntime env. Args: feat (list[Tensor]): A list of tensors from torch.rand, each is a 4D-tensor. Ret
trackers/SiamDT/libs/swintransformer/tests/test_onnx/utils.py:64
↓ 2 callersMethodA
(self, x)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:166
↓ 2 callersMethodM1
(self, x)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:622
↓ 2 callersMethodM2
(self, x)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:625
↓ 2 callersFunctionMLP
(channels, do_bn=True)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/target_candidate_matching/superglue.py:86
↓ 2 callersFunctionMLP
(channels, do_bn=True)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/transformer/filter_predictor.py:6
↓ 2 callersMethod__init__
args: net - The network model to train objective - Loss functions loss_weight - Weights for each training
implementation_in_pytracking/pytracking-AntiUAV410/ltr/actors/segmentation.py:10
↓ 2 callersMethod__init__
(self, block, layers, output_layers, num_classes=1000, inplanes=64, dilation_factor=1, frozen_layers=())
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/backbone/resnet.py:97
↓ 2 callersMethod__init__
(self, num_iter=1, feat_stride=16, init_step_length=1.0, init_filter_reg=1e-2, init_gauss_sig
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/target_classifier/optimizer.py:31
↓ 2 callersMethod__init__
(self, min_val, inplace=False)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/layers/activation.py:23
↓ 2 callersMethod__init__
(self, layer_dims, use_bn=True)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/lwl/label_encoder.py:11
↓ 2 callersMethod__init__
(self, features)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/features/extractor.py:10
↓ 2 callersMethod__init__
(self, output_layers, net_path=None, use_gpu=True, *args, **kwargs)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/features/deep.py:94
↓ 2 callersMethod__init__
(self, problem: MinimizationProblem, variable: TensorList, init_hessian_reg = 0.0, hessian_reg_factor = 1.0,
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/libs/optimization.py:525
↓ 2 callersMethod__init__
(self, transforms)
trackers/SiamDT/libs/data/transforms/img_transforms/reid_transforms.py:13
↓ 2 callersMethod__init__
(self, dataset, nbins_iou=101, nbins_ce=51, result_dir='results', report_dir='reports',
trackers/SiamDT/libs/data/evaluators/uavtir_eval.py:32
↓ 2 callersMethod__init__
(self, block, inplanes, planes, num_blocks
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/detectors_resnet.py:139
↓ 2 callersMethod__init__
(self, scales=4, base_width=26, style='pytorch',
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/res2net.py:302
↓ 2 callersMethod__init__
(self, in_channels, out_channels, kernel_size,
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/trident_resnet.py:29
↓ 2 callersMethod__init__
(self, in_channels, out_channels, kernel_size=3,
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/cascade_rpn_head.py:39
↓ 2 callersMethod__init__
(self, num_shared_convs=0, num_shared_fcs=0, num_cls_convs=
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/bbox_heads/convfc_bbox_head.py:20
↓ 2 callersMethod__len__
(self)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/sampler.py:240
↓ 2 callersMethod__nice__
str: a "nice" summary string describing this module
trackers/SiamDT/libs/swintransformer/mmdet/utils/util_mixins.py:75
↓ 2 callersFunction_adjust_contrast
(img, factor)
trackers/SiamDT/libs/swintransformer/tests/test_data/test_pipelines/test_transform/test_img_augment.py:155
↓ 2 callersMethod_bbox_forward
Box head forward function used in both training and testing.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/standard_roi_head.py:133
↓ 2 callersMethod_bboxes_nms
(self, bboxes, labels, cfg)
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/corner_head.py:765
↓ 2 callersMethod_broadcast_bn_buffer
(self, runner)
trackers/SiamDT/libs/swintransformer/mmdet/core/evaluation/eval_hooks.py:247
↓ 2 callersMethod_build_seq_per_class
(self)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/got10k.py:105
↓ 2 callersMethod_calc_iou
(self, bboxes, anno, bound, burnin=False)
trackers/SiamDT/libs/data/evaluators/vot_eval.py:577
↓ 2 callersMethod_check_head
Check whether the `num_classes` in head matches the length of `CLASSSES` in `dataset`. Args: runner (obj:`EpochBasedRunne
trackers/SiamDT/libs/swintransformer/mmdet/datasets/utils.py:117
↓ 2 callersFunction_check_img_seg
(results, results_translated, keys, offset, fill_val, direction)
trackers/SiamDT/libs/swintransformer/tests/test_data/test_pipelines/test_transform/test_translate.py:288
↓ 2 callersFunction_check_use_shared_memory
()
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/loader.py:10
↓ 2 callersMethod_compute_loss
(self, res)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/meta/steepestdescent.py:28
↓ 2 callersMethod_crop_and_resize
(self, image, center, size, out_size, pad_color)
trackers/SiamFC/siamfc.py:239
↓ 2 callersMethod_crop_image_and_paste
Crop image with a given center and size, then paste the cropped image to a blank image with two centers align. This function is equiv
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/transforms.py:1562
↓ 2 callersFunction_datasets
(name)
trackers/SiamDT/datasets/wrappers.py:11
↓ 2 callersFunction_download_file
(file_id, path)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/util_scripts/download_results.py:117
↓ 2 callersMethod_evaluate
(self, ious, times)
trackers/SiamDT/libs/data/evaluators/got10k_eval.py:280
↓ 2 callersMethod_filter_boxes
Check whether the center of each box is in the patch. Args: patch (list[int]): The cropped area, [left, top, right, bottom].
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/transforms.py:1546
↓ 2 callersMethod_freeze_stages
(self)
trackers/SiamDT/libs/swintransformer/mmdet/models/backbones/swin_transformer.py:557
↓ 2 callersMethod_fuse_glbctx
Fuse global context feats with roi feats.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/scnet_roi_head.py:91
↓ 2 callersMethod_generate_label_density
Generates the gaussian label density centered at target_bb args: target_bb - target bounding box (num_images, 4) returns
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:579
↓ 2 callersMethod_generate_label_function
Generates the gaussian label function centered at target_bb args: target_bb - target bounding box (num_images, 4) return
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:429
↓ 2 callersMethod_generate_label_function
Generates the gaussian label function centered at target_bb args: target_bb - target bounding box (num_images, 4) return
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:563
↓ 2 callersMethod_generate_label_function
(self, target_bb, target_absent=None)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:896
↓ 2 callersMethod_generate_label_function
Generates the gaussian label function centered at target_bb args: target_bb - target bounding box (num_images, 4) return
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:1493
↓ 2 callersMethod_generate_label_function
Taken from DiMP processing Generates the gaussian label function centered at target_bb args: target_bb - target bounding
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:1690
↓ 2 callersMethod_generate_ltbr_regression_targets
(self, target_bb)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/data/processing.py:1511
↓ 2 callersFunction_get_3rd_point
(a, b)
trackers/SiamDT/libs/ops/transforms.py:312
↓ 2 callersFunction_get_activation_fn
Return an activation function given a string
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/transformer/transformer.py:282
↓ 2 callersMethod_get_anno
(self, seq_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/coco_mot_seq.py:106
↓ 2 callersMethod_get_bboxes
Transform outputs for a batch item into bbox predictions. Args: mlvl_cls_scores (list[Tensor]): Each element in the list is
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/anchor_head.py:593
↓ 2 callersMethod_get_bboxes_single
Transform outputs for a single batch item into bbox predictions. Args: cls_scores (list[Tensor]): Box iou-aware scores for a sing
trackers/SiamDT/libs/swintransformer/mmdet/models/dense_heads/vfnet_head.py:524
↓ 2 callersMethod_get_border
Get final border for the target size. This function generates a ``final_border`` according to image's shape. The area between ``final
trackers/SiamDT/libs/swintransformer/mmdet/datasets/pipelines/transforms.py:1527
↓ 2 callersMethod_get_class
(self, seq_path)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/lasot_candidate_matching.py:183
↓ 2 callersMethod_get_class
(self, seq_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/tracking_net.py:124
↓ 2 callersMethod_get_class
(self, seq_path)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/lasot.py:139
↓ 2 callersFunction_get_clones
(module, N)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/models/transformer/transformer.py:265
↓ 2 callersFunction_get_config_directory
Find the predefined detector config directory.
trackers/SiamDT/libs/swintransformer/tests/test_runtime/test_config.py:13
↓ 2 callersFunction_get_config_module
Load a configuration as a python module.
trackers/SiamDT/libs/swintransformer/tests/test_models/test_forward.py:25
↓ 2 callersMethod_get_fine_grained_point_feats
Sample fine grained feats from each level feature map and concatenate them together.
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/point_rend_roi_head.py:71
↓ 2 callersMethod_get_frame_path
(self, seq_path, frame_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/lasot_candidate_matching.py:177
↓ 2 callersMethod_get_mask_from_mat
(self, mat)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/sbd.py:62
↓ 2 callersFunction_get_mmcv_home
()
trackers/SiamDT/libs/swintransformer/mmcv_custom/checkpoint.py:30
↓ 2 callersMethod_get_sequence_path
(self, seq_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/got10k.py:146
↓ 2 callersMethod_get_sequence_path
(self, seq_id)
implementation_in_pytracking/pytracking-AntiUAV410/ltr/dataset/antiuav410.py:127
↓ 2 callersMethod_get_sequence_path
(self, seq_id)
implementation_in_pytracking/ForTraining/antiuav410.py:127
↓ 2 callersMethod_get_speed
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/analysis/playback_results.py:68
↓ 2 callersMethod_get_uncertainty
Estimate uncertainty based on pred logits. We estimate uncertainty as L1 distance between 0.0 and the logits prediction in 'mask_pred
trackers/SiamDT/libs/swintransformer/mmdet/models/roi_heads/mask_heads/mask_point_head.py:187
↓ 2 callersFunction_import_prroi_pooling
()
implementation_in_pytracking/pytracking-AntiUAV410/ltr/external/PreciseRoIPooling/pytorch/prroi_pool/functional.py:21
↓ 2 callersMethod_init_rule
Initialize rule, key_indicator, comparison_func, and best score. Args: rule (str | None): Comparison rule for best score.
trackers/SiamDT/libs/swintransformer/mmdet/core/evaluation/eval_hooks.py:81
↓ 2 callersMethod_load_attributes
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/uavdataset.py:60
↓ 2 callersMethod_load_attributes
(self)
implementation_in_pytracking/pytracking-AntiUAV410/pytracking/evaluation/otbdataset.py:60
← previousnext →401–500 of 4,312, ranked by callers