MCPcopy Create free account

hub / github.com/UVA-Computer-Vision-Lab/FrameINO / functions

Functions1,469 in github.com/UVA-Computer-Vision-Lab/FrameINO

↓ 1 callersFunctionfilter_kwargs
(cls, kwargs)
train_code/train_wan_motion.py:95
↓ 1 callersFunctionfirst_camera_transform
Transform so that the first camera is the origin
preprocess/SpaTrackV2_code/models/camera_transform.py:183
↓ 1 callersFunctionfirst_pose_enc_norm
make sure the poses in on window are normalized by the first frame, where the first frame transformation is the Identity Matrix. NOTE: P
preprocess/SpaTrackV2_code/models/utils.py:388
↓ 1 callersFunctionflatten_nested_dict
Flattens a nested dictionary into a single-level dictionary, with keys as tuples.
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/tools.py:85
↓ 1 callersFunctionflow_uv_to_colors
Applies the flow color wheel to (possibly clipped) flow components u and v. According to the C++ source code of Daniel Scharstein Accord
utils/optical_flow_utils.py:54
↓ 1 callersFunctionfn_vis_all_instance_traj
(visual_canvas, traj_lists)
app.py:415
↓ 1 callersFunctionfocal_loss
(logits, targets, alpha=0.25, gamma=2.0)
preprocess/SpaTrackV2_code/models/tracker3D/co_tracker/utils.py:646
↓ 1 callersMethodforward
forward the video camera model, which predict ( `intr` `camera poses` `video depth` ) args: x: t
preprocess/SpaTrackV2_code/models/SpaTrack.py:385
↓ 1 callersMethodforward
(self, x: Tensor, pos=None)
preprocess/SpaTrackV2_code/models/vggt4track/layers/block.py:81
↓ 1 callersMethodforward
(self, x: Tensor, pos=None)
preprocess/SpaTrackV2_code/models/vggt4track/layers/attention.py:50
↓ 1 callersMethodforward
(self, x)
preprocess/oneformer_code/oneformer/modeling/backbone/dinat.py:58
↓ 1 callersMethodforward
(self, x)
preprocess/oneformer_code/oneformer/modeling/backbone/swin.py:36
↓ 1 callersMethodforward_embeddings
(self, x)
preprocess/oneformer_code/oneformer/modeling/backbone/dinat.py:211
↓ 1 callersMethodforward_features
(self, features)
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/fpn.py:284
↓ 1 callersMethodforward_features_list
(self, x_list, masks_list)
preprocess/SpaTrackV2_code/models/vggt4track/layers/vision_transformer.py:238
↓ 1 callersMethodforward_ffn
(self, src)
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/msdeformattn.py:116
↓ 1 callersMethodforward_nested
x_list contains a list of tensors to nest together and run
preprocess/SpaTrackV2_code/models/vggt4track/layers/block.py:211
↓ 1 callersMethodforward_noattn
(self, x)
preprocess/SpaTrackV2_code/models/tracker3D/delta_utils/blocks.py:501
↓ 1 callersMethodforward_post
( self, src, src_mask: Optional[Tensor] = None, src_key_padding_mask: Optional
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/transformer.py:189
↓ 1 callersMethodforward_post
( self, tgt, memory, tgt_mask: Optional[Tensor] = None, memory_mask: O
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/transformer.py:268
↓ 1 callersMethodforward_post
(self, tgt, tgt_mask: Optional[Tensor] = None, tgt_key_padding_mask:
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:59
↓ 1 callersMethodforward_post
(self, tgt, memory, memory_mask: Optional[Tensor] = None, memory_key
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:117
↓ 1 callersMethodforward_post
(self, tgt)
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:182
↓ 1 callersMethodforward_pre
( self, src, src_mask: Optional[Tensor] = None, src_key_padding_mask: Optional
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/transformer.py:207
↓ 1 callersMethodforward_pre
( self, tgt, memory, tgt_mask: Optional[Tensor] = None, memory_mask: O
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/transformer.py:299
↓ 1 callersMethodforward_pre
(self, tgt, tgt_mask: Optional[Tensor] = None, tgt_key_padding_mask: O
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:71
↓ 1 callersMethodforward_pre
(self, tgt, memory, memory_mask: Optional[Tensor] = None, memory_key_p
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:131
↓ 1 callersMethodforward_pre
(self, tgt)
preprocess/oneformer_code/oneformer/modeling/transformer_decoder/oneformer_transformer_decoder.py:188
↓ 1 callersMethodforward_stream
( self, video: torch.Tensor, queries: torch.Tensor = None, T_o
preprocess/SpaTrackV2_code/models/SpaTrack.py:127
↓ 1 callersMethodforward_tokens
(self, x)
preprocess/oneformer_code/oneformer/modeling/backbone/dinat.py:215
↓ 1 callersMethodfrom_config
(cls, cfg, input_shape: Dict[str, ShapeSpec])
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/fpn.py:126
↓ 1 callersFunctiongen_color
()
preprocess/oneformer_code/demo/colormap.py:99
↓ 1 callersFunctionget_1d_sincos_pos_embed_from_grid
This function generates a 1D positional embedding from a given grid using sine and cosine functions. Args: - embed_dim: The embedding di
preprocess/SpaTrackV2_code/models/tracker3D/co_tracker/cotracker_base.py:19
↓ 1 callersFunctionget_2d_embedding
This function generates a 2D positional embedding from given coordinates using sine and cosine functions. Args: - xy: The coordinates to
preprocess/SpaTrackV2_code/models/vggt4track/heads/track_modules/utils.py:93
↓ 1 callersFunctionget_2d_sincos_pos_embed
This function initializes a grid and generates a 2D positional embedding using sine and cosine functions. It is a wrapper of get_2d_sincos_po
preprocess/SpaTrackV2_code/models/vggt4track/heads/track_modules/utils.py:18
↓ 1 callersFunctionget_2d_sincos_pos_embed_from_grid
(embed_dim, grid)
preprocess/SpaTrackV2_code/utils/embeddings.py:75
↓ 1 callersFunctionget_2d_sincos_pos_embed_from_grid
This function generates a 2D positional embedding from a given grid using sine and cosine functions. Args: - embed_dim: The embedding di
preprocess/SpaTrackV2_code/models/vggt4track/heads/track_modules/utils.py:46
↓ 1 callersFunctionget_2d_sincos_pos_embed_from_grid
(embed_dim, grid)
preprocess/oneformer_code/oneformer/utils/pos_embed.py:35
↓ 1 callersFunctionget_2d_sincos_pos_embed_np
Creates 2D sinusoidal positional embeddings. Args: embed_dim (`int`): The embedding dimension. grid_size (`int`)
architecture/embeddings.py:356
↓ 1 callersFunctionget_3d_sincos_pos_embed
r""" Creates 3D sinusoidal positional embeddings. Args: embed_dim (`int`): The embedding dimension of inputs. It must be
architecture/embeddings.py:81
↓ 1 callersFunctionget_3d_sincos_pos_embed_from_grid
(embed_dim, grid)
preprocess/SpaTrackV2_code/utils/embeddings.py:34
↓ 1 callersFunctionget_alibi_slope
(num_heads)
preprocess/SpaTrackV2_code/models/tracker3D/delta_utils/upsample_transformer.py:318
↓ 1 callersFunctionget_args
()
train_code/train_wan_motion_FrameINO.py:137
↓ 1 callersFunctionget_args
()
train_code/train_cogvideox_motion_FrameINO.py:85
↓ 1 callersFunctionget_args
()
train_code/train_cogvideox_motion.py:86
↓ 1 callersFunctionget_args
()
train_code/train_wan_motion.py:137
↓ 1 callersFunctionget_batches
(frames)
preprocess/scoring_scene_cut_autoshot.py:33
↓ 1 callersFunctionget_branges_scales
(x, sample_drop_ratio=0.0)
preprocess/SpaTrackV2_code/models/vggt4track/layers/block.py:140
↓ 1 callersFunctionget_cityscapes_panoptic_files
(image_dir, gt_dir, json_info)
preprocess/oneformer_code/oneformer/data/datasets/register_cityscapes_panoptic.py:22
↓ 1 callersFunctionget_closest_IFrame
(frame_types, cur_ids, max_shift_allow)
preprocess/filter_panoptic_multi.py:236
↓ 1 callersFunctionget_example
()
app.py:186
↓ 1 callersFunctionget_extensions
()
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/ops/setup.py:26
↓ 1 callersFunctionget_fourier_embeds_from_boundingbox
Args: embed_dim: int box: a 3-D tensor [B x N x 4] representing the bounding boxes for GLIGEN pipeline Returns: [B x
architecture/embeddings.py:2096
↓ 1 callersFunctionget_frame_types
(video_path)
preprocess/filter_panoptic_multi.py:223
↓ 1 callersFunctionget_grid
(height, width, shape=None, dtype="torch", device="cpu", align_corners=True, normalize=True)
preprocess/SpaTrackV2_code/models/tracker3D/delta_utils/upsample_transformer.py:25
↓ 1 callersMethodget_intermediate_layers
( self, x: torch.Tensor, n: Union[int, Sequence] = 1, # Layers or n last layers to ta
preprocess/SpaTrackV2_code/models/vggt4track/layers/vision_transformer.py:309
↓ 1 callersFunctionget_metadata
()
preprocess/oneformer_code/oneformer/data/datasets/register_ade20k_panoptic.py:330
↓ 1 callersFunctionget_metadata
()
preprocess/oneformer_code/oneformer/data/datasets/register_coco_panoptic_annos_semseg.py:209
↓ 1 callersFunctionget_nested_dict
(d: Dict[str, Dict], keys: Tuple[str, ...], default: Any = None)
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/tools.py:52
↓ 1 callersFunctionget_optimizer
(config, params_to_optimize, use_8BitAdam, use_deepspeed: bool = False)
train_code/train_wan_motion_FrameINO.py:401
↓ 1 callersFunctionget_optimizer
(config, params_to_optimize, use_8BitAdam, use_deepspeed: bool = False)
train_code/train_cogvideox_motion_FrameINO.py:360
↓ 1 callersFunctionget_optimizer
(config, params_to_optimize, use_8BitAdam, use_deepspeed: bool = False)
train_code/train_cogvideox_motion.py:350
↓ 1 callersFunctionget_optimizer
(config, params_to_optimize, use_8BitAdam, use_deepspeed: bool = False)
train_code/train_wan_motion.py:379
↓ 1 callersFunctionget_points_on_a_grid
(grid_size, interp_shape, grid_center=(0, 0), device="cuda")
preprocess/SpaTrackV2_code/models/utils.py:1090
↓ 1 callersMethodget_processor
r""" Get the attention processor in use. Args: return_deprecated_lora (`bool`, *optional*, defaults to `False`):
architecture/attention_processor.py:542
↓ 1 callersMethodget_reference_points
(spatial_shapes, valid_ratios, device)
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/msdeformattn.py:141
↓ 1 callersFunctionget_sigmas
(timesteps, n_dim=4, dtype=torch.float32)
train_code/train_wan_motion_FrameINO.py:1109
↓ 1 callersFunctionget_sigmas
(timesteps, n_dim=4, dtype=torch.float32)
train_code/train_wan_motion.py:1041
↓ 1 callersFunctionget_timestep_embedding
This matches the implementation in Denoising Diffusion Probabilistic Models: Create sinusoidal timestep embeddings. Args timesteps (
architecture/embeddings.py:27
↓ 1 callersFunctionget_track_colors_by_position
Given all tracks in one sample (b), compute a (N,3) array of RGB color values in [0,255]. The color is determined by the (x,y) position in th
preprocess/SpaTrackV2_code/models/vggt4track/utils/visual_track.py:37
↓ 1 callersMethodget_valid_ratio
(self, mask)
preprocess/oneformer_code/oneformer/modeling/pixel_decoder/msdeformattn.py:52
↓ 1 callersFunctiongradient_loss
(prediction, target, mask, reduction=reduction_batch_based)
preprocess/SpaTrackV2_code/models/utils.py:649
↓ 1 callersFunctioninference_context
A context where the model is temporarily changed to eval mode, and restored to previous mode afterwards. Args: model: a torch Mo
preprocess/oneformer_code/oneformer/evaluation/evaluator.py:217
↓ 1 callersMethodinit_weights
(self)
preprocess/SpaTrackV2_code/models/vggt4track/layers/vision_transformer.py:176
↓ 1 callersMethodinitialize_weight
(self)
preprocess/SpaTrackV2_code/models/tracker3D/delta_utils/upsample_transformer.py:177
↓ 1 callersMethodinitialize_weights
(self)
preprocess/SpaTrackV2_code/models/blocks.py:487
↓ 1 callersMethodinitialize_weights
(self)
preprocess/SpaTrackV2_code/models/vggt4track/heads/track_modules/blocks.py:90
↓ 1 callersMethodinitialize_weights
(self)
preprocess/SpaTrackV2_code/models/tracker3D/co_tracker/utils.py:563
↓ 1 callersMethodinitialize_weights
(self)
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:386
↓ 1 callersMethodinstance_masks
(self)
preprocess/oneformer_code/demo/visualizer.py:234
↓ 1 callersFunctioninstances_to_coco_json
Dump an "Instances" object to a COCO-format json that's used for evaluation. Args: instances (Instances): img_id (int): the
preprocess/oneformer_code/oneformer/evaluation/detection_coco_evaluator.py:393
↓ 1 callersFunctioninstances_to_coco_json
Dump an "Instances" object to a COCO-format json that's used for evaluation. Args: instances (Instances): img_id (int): the
preprocess/oneformer_code/oneformer/evaluation/coco_evaluator.py:351
↓ 1 callersMethodinterpolate_pos_encoding
(self, x, w, h)
preprocess/SpaTrackV2_code/models/vggt4track/layers/vision_transformer.py:183
↓ 1 callersFunctionintersect_skew_line_groups
(p, r, mask)
preprocess/SpaTrackV2_code/models/camera_transform.py:146
↓ 1 callersFunctionintersect_skew_lines_high_dim
(p, r, mask=None)
preprocess/SpaTrackV2_code/models/camera_transform.py:155
↓ 1 callersFunctionis_dist_avail_and_initialized
()
preprocess/oneformer_code/oneformer/utils/misc.py:192
↓ 1 callersFunctionknn_torch
x: (B, T, N, 2) return: indices of k-NN, shape (B, T, N, k)
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:949
↓ 1 callersMethodlayers
(self, features, tasks, mask=None)
preprocess/oneformer_code/oneformer/modeling/meta_arch/oneformer_head.py:120
↓ 1 callersFunctionlinear_sum_assignment_with_nan
(cost_matrix)
preprocess/oneformer_code/oneformer/modeling/matcher.py:19
↓ 1 callersFunctionload_ade20k_panoptic_json
Args: image_dir (str): path to the raw dataset. e.g., "~/coco/train2017". gt_dir (str): path to the raw annotations. e.g., "~/coc
preprocess/oneformer_code/oneformer/data/datasets/register_ade20k_panoptic.py:221
↓ 1 callersFunctionload_cityscapes_panoptic
Args: image_dir (str): path to the raw dataset. e.g., "~/cityscapes/leftImg8bit/train". gt_dir (str): path to the raw annotations
preprocess/oneformer_code/oneformer/data/datasets/register_cityscapes_panoptic.py:54
↓ 1 callersFunctionload_coco_instance_json
(json_file, image_root, dataset_name=None)
preprocess/oneformer_code/oneformer/data/datasets/register_coco_panoptic_annos_semseg.py:43
↓ 1 callersFunctionload_coco_panoptic_json
Args: image_dir (str): path to the raw dataset. e.g., "~/coco/train2017". gt_dir (str): path to the raw annotations. e.g., "~/coc
preprocess/oneformer_code/oneformer/data/datasets/register_coco_panoptic_annos_semseg.py:253
↓ 1 callersFunctionlog_ba_summary
(summary)
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/ba.py:46
↓ 1 callersFunctionlog_validation
( base_model_path, transformer, vae,
train_code/train_wan_motion_FrameINO.py:165
↓ 1 callersFunctionlog_validation
( base_model_path, transformer, vae,
train_code/train_cogvideox_motion_FrameINO.py:113
↓ 1 callersFunctionlog_validation
( base_model_path, transformer, vae,
train_code/train_cogvideox_motion.py:113
↓ 1 callersFunctionlog_validation
( base_model_path, transformer, vae,
train_code/train_wan_motion.py:165
↓ 1 callersFunctionmain
(config, args)
train_code/train_wan_motion_FrameINO.py:677
↓ 1 callersFunctionmain
(config, args)
train_code/train_cogvideox_motion_FrameINO.py:549
← previousnext →401–500 of 1,469, ranked by callers