MCPcopy Create free account

hub / github.com/amazon-science/siam-mot / functions

Functions255 in github.com/amazon-science/siam-mot

↓ 1 callersFunctionload_coco_anno
(dataset_folder, anno_file)
siammot/data/adapters/utils/data_utils.py:33
↓ 1 callersFunctionload_public_detection
(cfg, dataset_key)
siammot/data/adapters/utils/data_utils.py:64
↓ 1 callersFunctionlog_softmax
(cls_logits)
siammot/modelling/track_head/EMM/track_loss.py:25
↓ 1 callersFunctionmain
()
tools/test_net.py:70
↓ 1 callersFunctionmain
()
tools/train_net.py:118
↓ 1 callersFunctionmain
(args, description="Initial ingestion", det_options=None, mot17=True)
siammot/data/ingestion/ingest_mot.py:93
↓ 1 callersFunctionmake_roi_box_post_processor
(cfg)
siammot/modelling/box_head/inference.py:194
↓ 1 callersMethodmatch_targets_with_iou
(self, proposal: BoxList, gt: BoxList)
siammot/modelling/track_head/EMM/target_sampler.py:24
↓ 1 callersMethodnormalize_output
(self, frame, results: BoxList)
demos/utils/vis_generator.py:40
↓ 1 callersMethodpad_feature
Pad the feature maps with 0 :param f: [torch.tensor] or torch.tensor
siammot/modelling/track_head/track_utils.py:87
↓ 1 callersFunctionprecision_recall_curve
Return a list of precision/recall based on different confidence thresholds
siammot/eval/eval_utils.py:31
↓ 1 callersMethodprepare_targets
(self, points, src_bbox, gt_bbox)
siammot/modelling/track_head/EMM/track_loss.py:70
↓ 1 callersMethodprocess
(self, frame)
demos/demo_inference.py:98
↓ 1 callersMethodprocess_frame_sequence
(self, frame_iterator)
demos/demo_inference.py:112
↓ 1 callersMethodremove_invisible_box
Remove boxes that are not visible (out of image boundary) after motion augmentation
siammot/data/adapters/augmentation/image_augmentation.py:61
↓ 1 callersMethodreset_roi_status
Reset the status of ROI Heads
siammot/modelling/roi_heads.py:53
↓ 1 callersMethodreset_track_pool
Reset the track pool
siammot/modelling/track_head/track_head.py:48
↓ 1 callersMethodresume_track
Resume a dormant track
siammot/modelling/track_head/track_utils.py:199
↓ 1 callersFunctionsample_from_mot_csv
(csv_path, fps, sample=None, mot17=True, has_gt=False)
siammot/data/ingestion/ingest_mot.py:33
↓ 1 callersFunctionselect_cross_entropy_loss
(pred, label)
siammot/modelling/track_head/EMM/track_loss.py:15
↓ 1 callersFunctionsetup_env_and_logger
(args, cfg)
tools/train_net.py:84
↓ 1 callersMethodshuffle_feature
odd-even order swap of the feature tensor in the batch dimension
siammot/modelling/track_head/track_utils.py:33
↓ 1 callersMethodstart_track
Return a new track id, when starting a new track
siammot/modelling/track_head/track_utils.py:221
↓ 1 callersMethodsuspend_track
Suspend an active track, and add it to dormant track pools
siammot/modelling/track_head/track_utils.py:156
↓ 1 callersMethodswap_pairs
(entity_list)
siammot/modelling/track_head/track_utils.py:25
↓ 1 callersFunctiontest
(cfg, args, output_dir)
tools/test_net.py:34
↓ 1 callersFunctiontrain
(cfg, train_dir, local_rank, distributed, logger)
tools/train_net.py:35
↓ 1 callersMethodupdate_cache
Update the latest position (bbox) / search region / template feature for each track in the cache
siammot/modelling/track_head/track_utils.py:180
↓ 1 callersFunctionwrap_results_to_boxlist
(bb, bb_conf, boxes: [BoxList], amodal=False)
siammot/modelling/track_head/EMM/track_core.py:165
↓ 1 callersFunctionwrite_data_split
(args, dataset)
siammot/data/ingestion/ingest_mot.py:171
↓ 1 callersFunctionxcorr_depthwise
depthwise cross correlation
siammot/modelling/track_head/EMM/xcorr.py:37
Method__call__
siammot/modelling/track_head/EMM/track_loss.py:123
Method__call__
(self, proposals: [BoxList], gts: [BoxList])
siammot/modelling/track_head/EMM/target_sampler.py:272
Method__call__
(self, batch)
siammot/data/video_dataset.py:138
Method__call__
A data transformation wrapper for video :param video: a list of images :param target: a list of BoxList (per image)
siammot/data/adapters/augmentation/video_augmentation.py:16
Method__call__
(self, video, target=None)
siammot/data/adapters/augmentation/video_augmentation.py:39
Method__call__
(self, video, target=None)
siammot/data/adapters/augmentation/video_augmentation.py:66
Method__call__
(self, video, target=None)
siammot/data/adapters/augmentation/video_augmentation.py:92
Method__call__
(self, video, target=None)
siammot/data/adapters/augmentation/video_augmentation.py:120
Method__call__
(self, video, target)
siammot/data/adapters/augmentation/video_augmentation.py:147
Method__call__
(self, video, target)
siammot/data/adapters/augmentation/video_augmentation.py:173
Method__call__
(self, image, target=None)
siammot/data/adapters/augmentation/image_augmentation.py:44
Method__call__
(self, image, target)
siammot/data/adapters/augmentation/image_augmentation.py:101
Method__call__
(self, image)
siammot/data/adapters/augmentation/image_augmentation.py:152
Method__call__
(self, image)
siammot/data/adapters/augmentation/image_augmentation.py:168
Method__call__
(self, image, target=None)
siammot/data/adapters/augmentation/image_augmentation.py:178
Method__call__
(self, image, target=None)
siammot/data/adapters/augmentation/image_augmentation.py:186
Method__call__
(self, image, target=None)
siammot/data/adapters/augmentation/build_augmentation.py:74
Method__call__
Check each entity whether it is valid or should be filtered (ignored). :param entities: A list of entities (for a single fram
siammot/data/adapters/handler/data_filtering.py:33
Method__call__
:param iter: :param loss_dict: :param images: :return:
siammot/engine/tensorboard_writer.py:24
Method__call__
(self)
siammot/engine/inferencer.py:155
Method__call__
(self)
demos/video_iterator.py:35
Method__call__
(self)
demos/video_iterator.py:65
Method__call__
(self)
demos/video_iterator.py:110
Method__getitem__
(self, item_id)
siammot/data/video_dataset.py:48
Method__getitem__
(self, index)
siammot/data/image_dataset.py:55
Method__getitem__
(self, id)
siammot/data/build_inference_data_loader.py:26
Method__init__
(self, cfg)
siammot/modelling/rcnn.py:25
Method__init__
(self, cfg, heads)
siammot/modelling/roi_heads.py:17
Method__init__
(self, inplanes, planes, stride=1, dilation=1, batch_norm=FrozenBatchNorm2d, **_)
siammot/modelling/backbone/dla.py:32
Method__init__
(self, inplanes, outplanes, stride=1, dilation=1, cardinality=1, base_width=64, batch_norm=Fr
siammot/modelling/backbone/dla.py:64
Method__init__
(self, inplanes, outplanes, stride=1, dilation=1, scale=4, cardinality=8, base_width=4, batch
siammot/modelling/backbone/dla.py:114
Method__init__
(self, in_channels, out_channels, kernel_size, residual, batch_norm=FrozenBatchNorm2d)
siammot/modelling/backbone/dla.py:173
Method__init__
(self, levels, block, in_channels, out_channels, stride=1, dilation=1, cardinality=1, base_wi
siammot/modelling/backbone/dla.py:193
Method__init__
:param search_expansion: expansion ratio (of the search region) w.r.t the size of tracking targets :param min_search_wh: mini
siammot/modelling/track_head/track_utils.py:12
Method__init__
(self, active_ids=None, max_entangle_length=10, max_dormant_frames=1)
siammot/modelling/track_head/track_utils.py:142
Method__init__
(self, track_pool, track_thresh=0.3, start_track_thresh=0.5
siammot/modelling/track_head/track_solver.py:8
Method__init__
(self, tracker, tracker_sampler, track_utils, track_pool)
siammot/modelling/track_head/track_head.py:9
Method__init__
(self, cfg)
siammot/modelling/track_head/EMM/track_loss.py:63
Method__init__
(self, cfg)
siammot/modelling/track_head/EMM/feature_extractor.py:14
Method__init__
(self, track_utils, matcher, propsals_per_image=256, pos_ratio=0.25, hn_ratio=0.25)
siammot/modelling/track_head/EMM/target_sampler.py:16
Method__init__
Arguments: output_size (list[tuple[int]] or list[int]): output size for the pooled region scales (list[float]): scale
siammot/modelling/track_head/EMM/sr_pool.py:17
Method__init__
(self, cfg, track_utils)
siammot/modelling/track_head/EMM/track_core.py:16
Method__init__
(self, cfg, in_channels)
siammot/modelling/box_head/box_head.py:15
Method__init__
Arguments: score_thresh (float) nms (float) detections_per_img (int) box_coder (BoxCoder)
siammot/modelling/box_head/inference.py:18
Method__init__
(self, amodal=False, *args, **kwargs)
siammot/operator_patch/rpn_patch.py:10
Method__init__
( self, in_channels_list, out_channels, conv_block, top_blocks=None )
siammot/operator_patch/fpn_patch.py:9
Method__init__
:param dataset: the ingested dataset with GluonCVMotionDataset :param sampling_interval: the temporal stride (in ms) of sliding windo
siammot/data/video_dataset.py:17
Method__init__
(self, size_divisible=0)
siammot/data/video_dataset.py:135
Method__init__
:param dataset: the ingested dataset with COCO-format :param transforms: image transformation :param frames_per_image: how ma
siammot/data/image_dataset.py:14
Method__init__
Construct a data loader for inference :param video: a video stream in DataSample format :param clip_len: the length of video
siammot/data/build_inference_data_loader.py:13
Method__init__
(self, transform_fn=None)
siammot/data/adapters/augmentation/video_augmentation.py:11
Method__init__
(self, prob=0.5)
siammot/data/adapters/augmentation/video_augmentation.py:63
Method__init__
(self, brightness=None, contrast=None, saturation=None,
siammot/data/adapters/augmentation/video_augmentation.py:85
Method__init__
(self, motion_limit=None, amodal=False)
siammot/data/adapters/augmentation/video_augmentation.py:113
Method__init__
(self, motion_blur_prob=None)
siammot/data/adapters/augmentation/video_augmentation.py:141
Method__init__
(self, max_compression=None)
siammot/data/adapters/augmentation/video_augmentation.py:167
Method__init__
(self, min_size, max_size, size_divisibility)
siammot/data/adapters/augmentation/image_augmentation.py:13
Method__init__
(self, crop_limit=None, amodal=False)
siammot/data/adapters/augmentation/image_augmentation.py:57
Method__init__
(self)
siammot/data/adapters/augmentation/image_augmentation.py:144
Method__init__
(self, max_compression)
siammot/data/adapters/augmentation/image_augmentation.py:165
Method__init__
(self, to_bgr255=True)
siammot/data/adapters/augmentation/image_augmentation.py:183
Method__init__
(self, transforms)
siammot/data/adapters/augmentation/build_augmentation.py:71
Method__init__
(self)
siammot/data/adapters/handler/data_filtering.py:23
Method__init__
:param iou_thresh: a predicted entity which overlaps with any ignored gt entity with at least iou_thresh would be filtered
siammot/data/adapters/handler/data_filtering.py:59
Method__init__
(self, visibility_thresh=0.1, iou_thresh=0.5, is_train=False)
siammot/data/adapters/handler/data_filtering.py:83
Method__init__
(self, range_distance_thresh=1200, iou_thresh=0.2, is_train=False)
siammot/data/adapters/handler/data_filtering.py:116
Method__init__
(self, cfg, train_dir)
siammot/engine/tensorboard_writer.py:11
Method__init__
(self, cfg, model, dataset, output_dir, data_filter_fn=None, public_detection=None, distribut
siammot/engine/inferencer.py:78
Method__init__
:param video_file: video file path :param frame_idxs: frame that are to be processed, a list of integers
demos/video_iterator.py:15
← previousnext →101–200 of 255, ranked by callers