MCPcopy Create free account

hub / github.com/Ground-A-Video/Ground-A-Video / functions

Functions1,051 in github.com/Ground-A-Video/Ground-A-Video

Methodforward
Forward pass. Args: x (tensor): input Returns: tensor: interpolated data
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:226
Methodforward
Forward pass. Args: x (tensor): input Returns: tensor: output
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:265
Methodforward
Forward pass. Returns: tensor: output
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:297
Methodforward
Forward pass. Args: x (tensor): input Returns: tensor: output
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:351
Methodforward
Forward pass. Returns: tensor: output
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:410
Methodforward
Forward pass. Args: x (tensor): input data (image) Returns: tensor: depth
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/midas_net.py:49
Methodforward
(self, x)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/dpt_depth.py:165
Methodforward
(self, x)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:11
Methodforward
(self, x)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:20
Methodforward
(self, x)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:35
Methodforward
(self, x)
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:48
Methodforward
Args: x (torch.Tensor): Input image tensor of shape (B, C, H, W) return_final_centers (bool, optional): Whether to re
annotator/zoe/zoedepth/models/zoedepth/zoedepth_v1.py:124
Methodforward
Forward pass Args: x (torch.Tensor - NCHW): Input feature tensor Returns: torch.Tensor - SNE: Transformer ou
annotator/zoe/zoedepth/models/layers/patch_transformer.py:71
Methodforward
Compute log binomial distribution for x Args: x (torch.Tensor - NCHW): probabilities t (float, torch.Tensor - NCHW, o
annotator/zoe/zoedepth/models/layers/dist_layers.py:51
Methodforward
Forward pass Args: x (torch.Tensor - NCHW): Main feature cond (torch.Tensor - NCHW): condition feature Retur
annotator/zoe/zoedepth/models/layers/dist_layers.py:100
Methodforward
Returns tensor of bin_width vectors (centers). One vector b for every pixel
annotator/zoe/zoedepth/models/layers/localbins_layers.py:52
Methodforward
Returns tensor of bin_width vectors (centers). One vector b for every pixel
annotator/zoe/zoedepth/models/layers/localbins_layers.py:91
Methodforward
(self, x)
annotator/zoe/zoedepth/models/layers/localbins_layers.py:116
Methodforward
x : feature block; shape - n, c, h, w b_prev : previous bin widths normed; shape - n, prev_nbins, h, w
annotator/zoe/zoedepth/models/layers/localbins_layers.py:137
Methodforward
Args: x (torch.Tensor) : feature block; shape - n, c, h, w b_prev (torch.Tensor) : previous bin centers normed; shape
annotator/zoe/zoedepth/models/layers/attractor.py:85
Methodforward
Args: x (torch.Tensor) : feature block; shape - n, c, h, w b_prev (torch.Tensor) : previous bin centers normed; shape
annotator/zoe/zoedepth/models/layers/attractor.py:164
Methodforward
Args: x (torch.Tensor): Input image tensor of shape (B, C, H, W). Assumes all images are from the same domain. return
annotator/zoe/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py:159
Methodforward
(self,model)
ldm/modules/ema.py:25
Methodforward
(self, x)
ldm/modules/x_transformer.py:34
Methodforward
(self, x, seq_dim=1, offset=0)
ldm/modules/x_transformer.py:45
Methodforward
(self, x, **kwargs)
ldm/modules/x_transformer.py:123
Methodforward
(self, x, **kwargs)
ldm/modules/x_transformer.py:134
Methodforward
(self, x)
ldm/modules/x_transformer.py:146
Methodforward
(self, x)
ldm/modules/x_transformer.py:158
Methodforward
(self, x, residual)
ldm/modules/x_transformer.py:164
Methodforward
(self, x, residual)
ldm/modules/x_transformer.py:173
Methodforward
(self, x)
ldm/modules/x_transformer.py:189
Methodforward
(self, x)
ldm/modules/x_transformer.py:210
Methodforward
( self, x, context=None, mask=None, context_mask=N
ldm/modules/x_transformer.py:268
Methodforward
( self, x, context=None, mask=None, context_mask=N
ldm/modules/x_transformer.py:481
Methodforward
( self, x, return_embeddings=False, mask=None, ret
ldm/modules/x_transformer.py:598
Methodforward
(self, x)
ldm/modules/attention.py:42
Methodforward
(self, x)
ldm/modules/attention.py:63
Methodforward
(self, x)
ldm/modules/attention.py:88
Methodforward
(self, x, key, value, mask=None)
ldm/modules/attention.py:118
Methodforward
(self, x, key, value, mask=None)
ldm/modules/attention.py:166
Methodforward
(self, x)
ldm/modules/attention.py:231
Methodforward
(self, hidden_states, attention_mask=None, clip_length=None)
ldm/modules/attention.py:255
Methodforward
(self, x, objs, clip_length=None)
ldm/modules/attention.py:320
Methodforward
(self, x, objs, clip_length)
ldm/modules/attention.py:358
Methodforward
(self, x, context, objs)
ldm/modules/attention.py:380
Methodforward
(self, x, context, objs, clip_length=None)
ldm/modules/attention.py:427
Methodforward
(self, x, context, objs)
ldm/modules/attention.py:471
Methodforward
(self, x, context, objs)
ldm/modules/attention.py:509
Methodforward
Apply the module to `x` given `emb` timestep embeddings.
ldm/modules/diffusionmodules/openaimodel.py:31
Methodforward
(self, x, emb, context, objs)
ldm/modules/diffusionmodules/openaimodel.py:43
Methodforward
(self, x)
ldm/modules/diffusionmodules/openaimodel.py:72
Methodforward
(self, x)
ldm/modules/diffusionmodules/openaimodel.py:111
Methodforward
Apply the block to a Tensor, conditioned on a timestep embedding. :param x: an [N x C x ...] Tensor of features. :param emb:
ldm/modules/diffusionmodules/openaimodel.py:196
Methodforward
(self, input)
ldm/modules/diffusionmodules/openaimodel.py:420
Methodforward
(self, x)
ldm/modules/diffusionmodules/convnext.py:37
Methodforward
(self, x)
ldm/modules/diffusionmodules/convnext.py:115
Methodforward
(self, x)
ldm/modules/diffusionmodules/convnext.py:136
Methodforward
Apply the module to `x` given `emb` timestep embeddings.
ldm/modules/diffusionmodules/openaimodel3d.py:30
Methodforward
(self, x, emb, context, objs, cross_attention_kwargs=None)
ldm/modules/diffusionmodules/openaimodel3d.py:42
Methodforward
(self, x)
ldm/modules/diffusionmodules/openaimodel3d.py:75
Methodforward
(self, x)
ldm/modules/diffusionmodules/openaimodel3d.py:113
Methodforward
Apply the block to a Tensor, conditioned on a timestep embedding. :param x: an [N x C x ...] Tensor of features. :param emb:
ldm/modules/diffusionmodules/openaimodel3d.py:201
Methodforward
(self, input, down_block_additional_residuals=None, mid_block_additional_residual=None, cross_attention_kwargs
ldm/modules/diffusionmodules/openaimodel3d.py:432
Methodforward
(ctx, run_function, length, *args)
ldm/modules/diffusionmodules/util.py:130
Methodforward
(self, x)
ldm/modules/diffusionmodules/util.py:225
Methodforward
(self, x)
ldm/modules/diffusionmodules/util.py:230
Methodforward
(self, c_concat, c_crossattn)
ldm/modules/diffusionmodules/util.py:275
Methodforward
(self, x)
ldm/modules/diffusionmodules/util.py:316
Methodforward
(self, boxes, masks, text_masks, image_masks, text_embeddings, image_embeddings)
ldm/modules/diffusionmodules/text_image_grounding_net.py:41
Methodforward
(self, boxes, masks, positive_embeddings)
ldm/modules/diffusionmodules/text_grounding_net.py:30
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:53
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:72
Methodforward
(self, x, temb)
ldm/modules/diffusionmodules/model.py:121
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:178
Methodforward
(self, x, t=None, context=None)
ldm/modules/diffusionmodules/model.py:316
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:434
Methodforward
(self, z)
ldm/modules/diffusionmodules/model.py:535
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:594
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:641
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:680
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:705
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:722
Methodforward
(self, x)
ldm/modules/diffusionmodules/model.py:741
Methodforward
(self, x, scale_factor=1.0)
ldm/modules/diffusionmodules/model.py:763
Methodforward
(self,x)
ldm/modules/diffusionmodules/model.py:822
Methodforward
(self, x: Tensor)
ldm/modules/diffusionmodules/resnet.py:68
Methodforward
(self, x: Tensor)
ldm/modules/diffusionmodules/resnet.py:122
Methodforward
(self, x)
ldm/modules/diffusionmodules/resnet.py:265
Methodforward
(self, batch, key=None)
ldm/modules/encoders/modules_backup.py:27
Methodforward
(self, tokens)
ldm/modules/encoders/modules_backup.py:44
Methodforward
(self, text)
ldm/modules/encoders/modules_backup.py:63
Methodforward
(self, text)
ldm/modules/encoders/modules_backup.py:93
Methodforward
(self,x)
ldm/modules/encoders/modules_backup.py:125
Methodforward
(self, text)
ldm/modules/encoders/modules_backup.py:152
Methodforward
(self, text)
ldm/modules/encoders/modules_backup.py:182
Methodforward
(self, x)
ldm/modules/encoders/modules_backup.py:226
Methodforward
(self, batch, key=None)
ldm/modules/encoders/modules.py:27
Methodforward
(self, tokens)
ldm/modules/encoders/modules.py:44
Methodforward
(self, text)
ldm/modules/encoders/modules.py:63
← previousnext →801–900 of 1,051, ranked by callers