MCPcopy Create free account

hub / github.com/EGO4D/episodic-memory / functions

Functions1,142 in github.com/EGO4D/episodic-memory

Methodforward
(self, visual_input)
NLQ/2D-TAN/lib/models/frame_modules/frame_pool.py:15
Methodforward
(self, visual_input)
NLQ/2D-TAN/lib/models/frame_modules/frame_pool.py:27
Methodforward
(self, x)
NLQ/2D-TAN/lib/models/prop_modules/sparse.py:17
Methodforward
(self, x)
NLQ/2D-TAN/lib/models/prop_modules/sparse.py:79
Methodforward
(self, x)
NLQ/2D-TAN/lib/models/prop_modules/dense.py:13
Methodforward
(self, textual_input, textual_mask, map_h, map_mask)
NLQ/2D-TAN/lib/models/fusion_modules/base_fusion.py:18
Methodforward
(self, x, mask)
NLQ/2D-TAN/lib/models/map_modules/map_conv.py:24
Methodforward
(self, x)
NLQ/VSLNet/model/layers.py:28
Methodforward
(self, word_ids)
NLQ/VSLNet/model/layers.py:56
Methodforward
(self, char_ids)
NLQ/VSLNet/model/layers.py:91
Methodforward
(self, word_ids, char_ids)
NLQ/VSLNet/model/layers.py:138
Methodforward
(self, word_ids)
NLQ/VSLNet/model/layers.py:162
Methodforward
(self, inputs)
NLQ/VSLNet/model/layers.py:174
Methodforward
(self, visual_features)
NLQ/VSLNet/model/layers.py:195
Methodforward
(self, x)
NLQ/VSLNet/model/layers.py:233
Methodforward
(self, x, mask=None)
NLQ/VSLNet/model/layers.py:282
Methodforward
(self, x, mask=None)
NLQ/VSLNet/model/layers.py:333
Methodforward
(self, context, query, c_mask, q_mask)
NLQ/VSLNet/model/layers.py:359
Methodforward
(self, x, mask)
NLQ/VSLNet/model/layers.py:403
Methodforward
(self, context, query, q_mask)
NLQ/VSLNet/model/layers.py:422
Methodforward
(self, x, mask)
NLQ/VSLNet/model/layers.py:442
Methodforward
(self, x, mask)
NLQ/VSLNet/model/layers.py:474
Methodforward
(self, x, mask)
NLQ/VSLNet/model/layers.py:530
Methodforward
(self, word_ids, char_ids, video_features, v_mask, q_mask)
NLQ/VSLNet/model/VSLNet.py:118
Methodforward
Inputs: x - (N, F) y - (N, F) Output: output - (N, 1) dot-product output
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:29
Methodforward
(self, x: torch.Tensor)
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:67
Methodforward
(self, query: torch.Tensor, points: torch.Tensor)
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:126
Methodforward
(self, query: torch.Tensor, points: torch.Tensor)
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:179
Methodforward
Each element of x and y are (N, F, H, W) and (1, F, H, W) tensors. The required output is a (N, 1) matrix of similarities.
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:367
Methodforward
See :class:`ROIHeads.forward`.
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:753
Methodforward
Inputs: x - (N, F) y - (N, F) Output: output - (N, 1) dot-product output
VQ2D/detectron2_extensions/modeling/roi_heads/siam_heads.py:20
Methodforward
(self, x: torch.Tensor)
VQ2D/detectron2_extensions/modeling/roi_heads/siam_heads.py:58
Methodforward
Each element of x and y are (N, F, H, W) and (1, F, H, W) tensors. The required output is a (N, 1) matrix of similarities.
VQ2D/detectron2_extensions/modeling/roi_heads/siam_heads.py:165
Methodforward
See :class:`ROIHeads.forward`.
VQ2D/detectron2_extensions/modeling/roi_heads/siam_heads.py:445
Methodforward
Args: batched_inputs: a list, batched outputs of :class:`DatasetMapper` . Each item in the list contains the inpu
VQ2D/detectron2_extensions/modeling/meta_arch/siam_rcnn.py:46
Methodforward_and_compute_loss
(self, data)
EgoTracks/tools/trainers/starkst_trainer.py:279
Functionframe_extractor
(inputs)
VQ3D/camera_pose_estimation/extract_frames_all_clips.py:75
Methodfrom_config
(cls, cfg: CfgNode, input_shape: Dict[str, ShapeSpec])
VQ2D/detectron2_extensions/modeling/roi_heads/set_heads.py:668
Methodfrom_config
(cls, cfg: CfgNode, input_shape: Dict[str, ShapeSpec])
VQ2D/detectron2_extensions/modeling/roi_heads/siam_heads.py:366
Methodfrom_config
(cls, cfg: CfgNode)
VQ2D/detectron2_extensions/modeling/meta_arch/siam_rcnn.py:32
Methodfrom_config
(cls, cfg, is_train: bool = True)
VQ2D/vq2d/baselines/dataloader.py:121
Methodfrom_json
(data)
VQ2D/vq2d/structures.py:105
Functiongather_ego4d_lt_tracking_result
(result)
EgoTracks/tools/eval_datasets/eval_ego4d_lt_tracking.py:168
Functiongaussian_noise
Apply diagonal covaraiance normally-distributed noise to the N,D array x. Parameters: ----------- x : array (N,D) array of
VQ2D/vq2d/tracking/pfilter.py:114
Functiongen_config
(config_file)
EgoTracks/tracking/models/stark_tracker/config/stark_st2/config.py:280
Functiongen_detection_multicore
(opt)
MQ/Evaluation/ego4d/generate_detection.py:90
Functiongen_retrieval_multicore
(opt)
MQ/Evaluation/ego4d/generate_retrieval.py:104
Functionget_axis_aligned_bbox
(region)
EgoTracks/tracking/utils/bbox_helper.py:72
Methodget_camera_intrinsics
(self, images_dir: str)
VQ3D/camera_pose_estimation/Camera_Intrinsics_API/get_camera_intrinsics.py:176
Methodget_class_list
(self)
EgoTracks/tracking/dataset/base_video_dataset.py:73
Methodget_class_list
(self)
EgoTracks/tracking/dataset/base_image_dataset.py:57
Methodget_class_name
(self, image_id)
EgoTracks/tracking/dataset/base_image_dataset.py:51
Methodget_class_name
(self, seq_id)
EgoTracks/tracking/dataset/train_datasets/tracking_net.py:174
Methodget_class_name
(self, seq_id)
EgoTracks/tracking/dataset/train_datasets/got10k.py:226
Methodget_class_name
(self, seq_id)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:180
Methodget_class_name
(self, seq_id)
EgoTracks/tracking/dataset/train_datasets/lasot.py:167
Methodget_frames
Get a set of frames from a particular sequence args: seq_id - index of sequence frame_ids - a list of frame nu
EgoTracks/tracking/dataset/base_video_dataset.py:93
Methodget_frames
(self, seq_id, frame_ids, anno=None)
EgoTracks/tracking/dataset/train_datasets/tracking_net.py:179
Methodget_frames
(self, seq_id, frame_ids, anno=None)
EgoTracks/tracking/dataset/train_datasets/ego4d_lt_tracking.py:66
Methodget_frames
(self, seq_id, frame_ids, anno=None)
EgoTracks/tracking/dataset/train_datasets/got10k.py:231
Methodget_frames
(self, seq_id=None, frame_ids=None, anno=None)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:186
Methodget_frames
(self, seq_id, frame_ids, anno=None)
EgoTracks/tracking/dataset/train_datasets/ego4d_vq.py:91
Methodget_image
Get a image args: image_id - index of image anno(None) - The annotation for the sequence (see get_sequence_info
EgoTracks/tracking/dataset/base_image_dataset.py:77
Methodget_image_info
Returns information about a particular image, args: seq_id - index of the image returns: Dict
EgoTracks/tracking/dataset/base_image_dataset.py:66
Methodget_images_in_class
(self, class_name)
EgoTracks/tracking/dataset/base_image_dataset.py:60
Methodget_info
(self, keys, frame_num=None)
EgoTracks/tracking/dataset/eval_datasets/base_dataset.py:138
Methodget_instance
Get the instance associated with a given instance id. Args: instance_id (str): the instance id (number) Returns
EgoTracks/tracking/models/template.py:196
Methodget_instance_ids
Gets the instance ids from the instances dictionary. Args: None Returns: keys (list): a list of key
EgoTracks/tracking/models/template.py:208
Methodget_metrics
(self)
VQ2D/vq2d/metrics/spatio_temporal_metrics.py:78
Methodget_metrics
(self)
VQ2D/vq2d/metrics/tracking_metrics.py:85
Methodget_metrics
(self)
VQ2D/vq2d/metrics/temporal_metrics.py:82
Methodget_name
Name of the dataset returns: string - Name of the dataset
EgoTracks/tracking/dataset/base_video_dataset.py:49
Methodget_name
Name of the dataset returns: string - Name of the dataset
EgoTracks/tracking/dataset/base_image_dataset.py:33
Methodget_name
(self)
EgoTracks/tracking/dataset/train_datasets/tracking_net.py:125
Methodget_name
(self)
EgoTracks/tracking/dataset/train_datasets/ego4d_lt_tracking.py:50
Methodget_name
(self)
EgoTracks/tracking/dataset/train_datasets/got10k.py:111
Methodget_name
(self)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:96
Methodget_name
(self)
EgoTracks/tracking/dataset/train_datasets/ego4d_vq.py:50
Methodget_num_classes
(self)
EgoTracks/tracking/dataset/base_video_dataset.py:70
Methodget_num_classes
(self)
EgoTracks/tracking/dataset/base_image_dataset.py:54
Methodget_num_classes
(self)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:93
Methodget_num_classes
(self)
EgoTracks/tracking/dataset/train_datasets/lasot.py:107
Methodget_num_sequences
(self)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:111
Functionget_optimizer_scheduler
(net, cfg)
EgoTracks/tracking/solver/build.py:85
Functionget_qkv
The 1st element of the inp_list is about the template, the 2nd (the last) element is about the search region
EgoTracks/tracking/models/stark_tracker/utils/merge.py:20
Methodget_sequence_info
Returns information about a particular sequences, args: seq_id - index of the sequence returns: Dict
EgoTracks/tracking/dataset/base_video_dataset.py:82
Methodget_sequence_list
Overload this in your dataset. Should return the list of sequences in the dataset.
EgoTracks/tracking/dataset/eval_datasets/base_dataset.py:20
Methodget_sequences_in_class
(self, class_name)
EgoTracks/tracking/dataset/base_video_dataset.py:76
Methodget_sequences_in_class
(self, class_name)
EgoTracks/tracking/dataset/train_datasets/tracking_net.py:131
Methodget_sequences_in_class
(self, class_name)
EgoTracks/tracking/dataset/train_datasets/got10k.py:163
Methodget_sequences_in_class
(self, class_name)
EgoTracks/tracking/dataset/train_datasets/coco_seq.py:125
Methodget_sequences_in_class
(self, class_name)
EgoTracks/tracking/dataset/train_datasets/lasot.py:110
Methodget_target_weights
(self)
NLQ/2D-TAN/lib/datasets/charades.py:99
Methodget_templates_list
Returns the list of templates. Args: None Returns: self.templates (list): the list of TemplateImage
EgoTracks/tracking/models/template.py:99
Functionget_world_size
()
EgoTracks/tracking/models/stark_tracker/utils/misc.py:21
Functiongiou_loss
:param boxes1: (N, 4) (x1,y1,x2,y2) :param boxes2: (N, 4) (x1,y1,x2,y2) :return:
EgoTracks/tracking/models/stark_tracker/utils/box_ops.py:85
Methodhas
Check if there exist a parameter with the given name.
EgoTracks/tracking/models/stark_tracker/params.py:25
Methodhas_class_info
(self)
EgoTracks/tracking/dataset/base_video_dataset.py:64
Methodhas_class_info
(self)
EgoTracks/tracking/dataset/base_image_dataset.py:48
Methodhas_class_info
(self)
EgoTracks/tracking/dataset/train_datasets/tracking_net.py:128
← previousnext →901–1,000 of 1,142, ranked by callers