MCPcopy Create free account

hub / github.com/botaoye/OSTrack / functions

Functions788 in github.com/botaoye/OSTrack

↓ 1 callersMethod_read_bb_anno
(self, seq_path)
lib/train/dataset/lasot.py:99
↓ 1 callersMethod_read_bb_anno
(self, seq_path)
lib/train/dataset/lasot_lmdb.py:93
↓ 1 callersMethod_read_bb_anno
(self, seq_id)
lib/train/dataset/tracking_net_lmdb.py:98
↓ 1 callersMethod_read_meta
(self, seq_path)
lib/train/dataset/got10k.py:91
↓ 1 callersMethod_read_target_visible
(self, seq_path)
lib/train/dataset/got10k_lmdb.py:131
↓ 1 callersMethod_read_target_visible
(self, seq_path)
lib/train/dataset/got10k.py:134
↓ 1 callersMethod_read_target_visible
(self, seq_path)
lib/train/dataset/lasot.py:104
↓ 1 callersMethod_read_target_visible
(self, seq_path)
lib/train/dataset/lasot_lmdb.py:100
↓ 1 callersFunction_results_exist
()
lib/test/evaluation/running.py:116
↓ 1 callersFunction_save_tracker_output
Saves the output of the tracker.
lib/test/evaluation/running.py:14
↓ 1 callersMethod_set_default_settings
(self)
lib/train/trainers/ltr_trainer.py:56
↓ 1 callersMethod_split_inputs
(self, inputs)
lib/train/data/transforms.py:65
↓ 1 callersMethod_stats_new_epoch
(self)
lib/train/trainers/ltr_trainer.py:202
↓ 1 callersMethod_track_sequence
(self, tracker, seq, init_info)
lib/test/evaluation/tracker.py:90
↓ 1 callersMethod_update_stats
(self, new_stats: OrderedDict, batch_size, loader)
lib/train/trainers/ltr_trainer.py:147
↓ 1 callersMethod_write_tensorboard
(self)
lib/train/trainers/ltr_trainer.py:223
↓ 1 callersFunctionadd_path
(path)
lib/test/utils/_init_paths.py:9
↓ 1 callersFunctionadd_path
(path)
lib/train/_init_paths.py:9
↓ 1 callersFunctionadd_path
(path)
tracking/_init_paths.py:9
↓ 1 callersFunctionadjust_keep_rate
(epoch, warmup_epochs, total_epochs, ITERS_PER_EPOCH, base_keep_rate=0.5, max_keep_rate=1, iters=-1)
lib/utils/ce_utils.py:68
↓ 1 callersMethodannToRLE
Convert annotation which can be polygons, uncompressed RLE to RLE. :return: binary mask (numpy 2D array)
lib/train/dataset/COCO_tool.py:409
↓ 1 callersFunctionbox_cxcywh_to_xyxy
(x)
lib/utils/box_ops.py:6
↓ 1 callersFunctionbox_iou
:param boxes1: (N, 4) (x1,y1,x2,y2) :param boxes2: (N, 4) (x1,y1,x2,y2) :return:
lib/utils/box_ops.py:36
↓ 1 callersFunctionbox_xywh_to_xyxy
(x)
lib/utils/box_ops.py:13
↓ 1 callersFunctionbox_xyxy_to_cxcywh
(x)
lib/utils/box_ops.py:25
↓ 1 callersFunctionbuild_box_head
(cfg, hidden_dim)
lib/models/layers/head.py:224
↓ 1 callersFunctioncalc_iou_overlap
(pred_bb, anno_bb)
lib/test/analysis/extract_results.py:28
↓ 1 callersFunctioncalc_seq_err_robust
(pred_bb, anno_bb, dataset, target_visible=None)
lib/test/analysis/extract_results.py:40
↓ 1 callersFunctioncandidate_elimination
Eliminate potential background candidates for computation reduction and noise cancellation. Args: attn (torch.Tensor): [B, num_hea
lib/models/layers/attn_blocks.py:9
↓ 1 callersFunctioncheck_eval_data_is_valid
Checks if the pre-computed results are valid
lib/test/analysis/plot_results.py:34
↓ 1 callersMethodclean_seq_list
(self)
lib/test/evaluation/lasotextensionsubsetdataset.py:23
↓ 1 callersMethodclean_seq_list
(self)
lib/test/evaluation/lasot_lmdbdataset.py:25
↓ 1 callersMethodclean_seq_list
(self)
lib/test/evaluation/lasotdataset.py:24
↓ 1 callersMethodclear
(self)
lib/train/admin/stats.py:10
↓ 1 callersMethodclear
(self)
lib/train/admin/stats.py:31
↓ 1 callersFunctionclip_box
(box: list, H, W, margin=0)
lib/utils/box_ops.py:97
↓ 1 callersMethodcompute_losses
(self, pred_dict, gt_dict, return_status=True)
lib/train/actors/ostrack.py:77
↓ 1 callersFunctioncreate_default_local_file
()
lib/test/evaluation/environment.py:29
↓ 1 callersFunctioncreate_default_local_file
()
lib/train/admin/environment.py:6
↓ 1 callersFunctioncreate_default_local_file_ITP_test
(workspace_dir, data_dir, save_dir)
lib/test/evaluation/environment.py:87
↓ 1 callersFunctioncreate_default_local_file_ITP_train
(workspace_dir, data_dir)
lib/train/admin/environment.py:45
↓ 1 callersFunctioncreate_mask_from_string
mask_encoding: a string in the following format: x0, y0, w, h, RLE output: mask, offset mask: 2-D binary mask, size defined in the mask e
lib/test/evaluation/votdataset.py:313
↓ 1 callersMethodcycle_dataset
Do a cycle of training or validation.
lib/train/trainers/ltr_trainer.py:66
↓ 1 callersMethoddownload
Download COCO images from mscoco.org server. :param tarDir (str): COCO results directory name imgIds (list): images to
lib/train/dataset/COCO_tool.py:362
↓ 1 callersFunctiondownload_results
Script to automatically download tracker results for PyTracking. args: download_path - Directory where the zipped results are downloa
tracking/download_pytracking_results.py:57
↓ 1 callersMethoddraw_data
(self)
lib/vis/visdom_cus.py:126
↓ 1 callersMethoddraw_data
(self)
lib/vis/visdom_cus.py:417
↓ 1 callersMethoddraw_gaussian
(fmap, center, radius, k=1)
lib/utils/heapmap_utils.py:81
↓ 1 callersMethoddraw_grid
(self, data)
lib/vis/visdom_cus.py:222
↓ 1 callersFunctionevaluate_vit
Speed Test
tracking/profile_model.py:31
↓ 1 callersFunctionevaluate_vit_separate
Speed Test
tracking/profile_model.py:65
↓ 1 callersMethodfinetune_track
(self, cfg, patch_start_index=1)
lib/models/ostrack/base_backbone.py:37
↓ 1 callersMethodforward
(self, x)
lib/models/layers/head.py:218
↓ 1 callersMethodforward_features
(self, z, x)
lib/models/ostrack/base_backbone.py:110
↓ 1 callersMethodforward_features
(self, z, x, mask_z=None, mask_x=None, ce_template_mask=None, ce_keep_rate=None,
lib/models/ostrack/vit_ce.py:102
↓ 1 callersMethodforward_head
cat_feature: output embeddings of the backbone, it can be (HW1+HW2, B, C) or (HW2, B, C)
lib/models/ostrack/ostrack.py:61
↓ 1 callersMethodforward_pass
(self, data)
lib/train/actors/ostrack.py:38
↓ 1 callersMethodgaussian2D
(radius, sigma=1)
lib/utils/heapmap_utils.py:71
↓ 1 callersFunctiongen_masked_tokens
(tokens, indices, alpha=0.2)
lib/test/tracker/vis_utils.py:15
↓ 1 callersFunctiongen_visualization
(image, mask_indices, patch_size=16)
lib/test/tracker/vis_utils.py:36
↓ 1 callersFunctiongeneralized_box_iou
Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format boxes1: (N, 4) boxes2: (N, 4)
lib/utils/box_ops.py:61
↓ 1 callersFunctiongenerate_bbox_mask
(bbox_mask, bbox)
lib/utils/ce_utils.py:7
↓ 1 callersMethodgenerate_display_text
(self, data)
lib/vis/visdom_cus.py:273
↓ 1 callersFunctiongenerate_heatmap
Generate ground truth heatmap same as CenterNet Args: bboxes (torch.Tensor): shape of [num_search, bs, 4] Returns:
lib/utils/heapmap_utils.py:5
↓ 1 callersMethodgenerate_score_map
(fmap, gt_class, gt_wh, centers_int, min_overlap)
lib/utils/heapmap_utils.py:31
↓ 1 callersMethodgetImgIds
Get img ids that satisfy given filter conditions. :param imgIds (int array) : get imgs for given ids :param catIds (int array
lib/train/dataset/COCO_tool.py:174
↓ 1 callersMethodget_center_box
(self, H, W, ratio=1/8)
lib/train/data/sampler.py:258
↓ 1 callersMethodget_class_list
(self)
lib/train/dataset/coco_seq_lmdb.py:89
↓ 1 callersMethodget_class_list
(self)
lib/train/dataset/coco_seq.py:83
↓ 1 callersMethodget_class_list
(self)
lib/train/dataset/coco.py:86
↓ 1 callersMethodget_fileNames
(self, rootdir)
lib/test/evaluation/itbdataset.py:45
↓ 1 callersMethodget_gaussian_radius
copyed from CornerNet box_size (w, h), it could be a torch.Tensor, numpy.ndarray, list or tuple notice: we are using a bug
lib/utils/heapmap_utils.py:40
↓ 1 callersMethodget_image_info
(self, im_id)
lib/train/dataset/coco.py:106
↓ 1 callersMethodget_meta_info
(self, seq_id)
lib/train/dataset/coco_seq_lmdb.py:140
↓ 1 callersMethodget_meta_info
(self, seq_id)
lib/train/dataset/coco_seq.py:133
↓ 1 callersMethodget_meta_info
(self, im_id)
lib/train/dataset/coco.py:128
↓ 1 callersMethodget_num_images
Number of sequences in a dataset returns: int - number of sequences in the dataset.
lib/train/dataset/base_image_dataset.py:42
↓ 1 callersMethodget_num_sequences
Number of sequences in a dataset returns: int - number of sequences in the dataset.
lib/train/dataset/base_video_dataset.py:59
↓ 1 callersMethodget_num_sequences
(self)
lib/train/dataset/lasot.py:90
↓ 1 callersFunctionget_rank
()
lib/utils/misc.py:392
↓ 1 callersMethodget_score_map
(self, x)
lib/models/layers/head.py:67
↓ 1 callersMethodget_score_map
(self, x)
lib/models/layers/head.py:175
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/got10k_lmdb.py:149
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/imagenetvid.py:67
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/tracking_net.py:111
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/coco_seq_lmdb.py:115
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/got10k.py:152
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/coco_seq.py:109
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/imagenetvid_lmdb.py:55
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/lasot_lmdb.py:121
↓ 1 callersMethodget_sequence_info
(self, seq_id)
lib/train/dataset/tracking_net_lmdb.py:107
↓ 1 callersMethodget_sequence_list
Overload this in your dataset. Should return the list of sequences in the dataset.
lib/test/evaluation/data.py:16
↓ 1 callersFunctionget_target_to_image_ratio
(seq)
lib/train/dataset/imagenetvid.py:11
↓ 1 callersFunctionget_target_to_image_ratio
(seq)
lib/train/dataset/imagenetvid_lmdb.py:10
↓ 1 callersFunctionget_trknet_dict
(trknet_dir)
tracking/pre_read_datasets.py:22
↓ 1 callersMethodgetitem
returns: TensorDict - dict containing all the data blocks
lib/train/data/sampler.py:100
↓ 1 callersMethodgetitem_cls
args: index (int): Index (Ignored since we sample randomly) aux (bool): whether the current data is for auxiliary use
lib/train/data/sampler.py:174
↓ 1 callersFunctionhann2d
2D cosine window.
lib/test/utils/hann.py:14
↓ 1 callersFunctionimread_indexed
Load indexed image with given filename. Used to read segmentation annotations.
lib/train/data/image_loader.py:83
↓ 1 callersFunctionindex_to_color
(idx)
lib/vis/visdom_cus.py:26
← previousnext →201–300 of 788, ranked by callers