MCPcopy Create free account

hub / github.com/Ground-A-Video/Ground-A-Video / types & classes

Types & classes244 in github.com/Ground-A-Video/Ground-A-Video

↓ 22 callersClassDPTDepthModel
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/dpt_depth.py:142
↓ 17 callersClassResnetBlock
ldm/modules/diffusionmodules/model.py:82
↓ 14 callersClassNormalizeImage
Normlize image by given mean and std.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/transforms.py:197
↓ 12 callersClassTranspose
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:42
↓ 9 callersClassPrepareForNet
Prepare sample for usage as network input.
annotator/zoe/zoedepth/models/base_models/midas_repo/tf/transforms.py:211
↓ 9 callersClassResize
Resize sample to given size (width, height).
annotator/zoe/zoedepth/models/base_models/midas_repo/tf/transforms.py:48
↓ 8 callersClassLoRALinearLayer
controlnet/attention_processor.py:314
↓ 7 callersClassNormalizeImage
Normlize image by given mean and std.
annotator/zoe/zoedepth/models/base_models/midas_repo/tf/transforms.py:197
↓ 7 callersClassPseudoConv3d
controlnet/resnet.py:10
↓ 6 callersClassPseudoConv3d
ldm/modules/diffusionmodules/util.py:287
↓ 6 callersClassResnetBlockPseudo3D
controlnet/resnet.py:195
↓ 5 callersClassConvNeXt
r""" ConvNeXt A PyTorch impl of : `A ConvNet for the 2020s` - https://arxiv.org/pdf/2201.03545.pdf Args: in_chans (int
ldm/modules/diffusionmodules/convnext.py:52
↓ 5 callersClassFeatureFusionBlock_custom
Feature fusion block.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:379
↓ 5 callersClassFeedForward
ldm/modules/attention.py:47
↓ 5 callersClassTimestepEmbedSequential
A sequential module that passes timestep embeddings to the children that support it as an extra input.
ldm/modules/diffusionmodules/openaimodel.py:37
↓ 5 callersClassTimestepEmbedSequential
A sequential module that passes timestep embeddings to the children that support it as an extra input.
ldm/modules/diffusionmodules/openaimodel3d.py:36
↓ 4 callersClassEncoder
ldm/modules/x_transformer.py:541
↓ 4 callersClassFeatureFusionBlock
Feature fusion block.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:282
↓ 4 callersClassProjector
annotator/zoe/zoedepth/models/layers/localbins_layers.py:99
↓ 4 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
ldm/modules/diffusionmodules/openaimodel.py:116
↓ 4 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
ldm/modules/diffusionmodules/openaimodel3d.py:118
↓ 4 callersClassTransformerWrapper
ldm/modules/x_transformer.py:548
↓ 4 callersClassUpsample
ldm/modules/diffusionmodules/model.py:42
↓ 3 callersClassAttnProcessor
controlnet/attention_processor.py:276
↓ 3 callersClassDecoder
ldm/modules/diffusionmodules/model.py:462
↓ 3 callersClassDepthDataLoader
annotator/zoe/zoedepth/data/data_mono.py:70
↓ 3 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
ldm/modules/diffusionmodules/openaimodel.py:87
↓ 3 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
ldm/modules/diffusionmodules/openaimodel3d.py:88
↓ 3 callersClassDownsample
ldm/modules/diffusionmodules/model.py:60
↓ 3 callersClassDownsamplePseudo3D
A downsampling layer with an optional convolution. Parameters: channels: channels in the inputs and outputs. use_conv: a boo
controlnet/resnet.py:139
↓ 3 callersClassInterpolate
Interpolation module.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:208
↓ 3 callersClassLatentRescaler
ldm/modules/diffusionmodules/model.py:655
↓ 3 callersClassLayerNorm
r""" LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_
ldm/modules/diffusionmodules/convnext.py:120
↓ 3 callersClassSpatialTransformer
ldm/modules/attention.py:446
↓ 3 callersClassSpatialTransformer3D
ldm/modules/attention.py:484
↓ 3 callersClassSpatioTemporalTransformerModel
controlnet/attention.py:26
↓ 3 callersClassToTensor
annotator/zoe/zoedepth/data/ddad.py:34
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
ldm/modules/diffusionmodules/openaimodel.py:54
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
ldm/modules/diffusionmodules/openaimodel3d.py:57
↓ 3 callersClassUpsamplePseudo3D
An upsampling layer with an optional convolution. Parameters: channels: channels in the inputs and outputs. use_conv: a bool
controlnet/resnet.py:62
↓ 2 callersClassAttention
ldm/modules/x_transformer.py:215
↓ 2 callersClassAttnBlock
ldm/modules/diffusionmodules/model.py:150
↓ 2 callersClassConditionalLogBinomial
annotator/zoe/zoedepth/models/layers/dist_layers.py:72
↓ 2 callersClassControlNetConditioningEmbedding
Quoting from https://arxiv.org/abs/2302.05543: "Stable Diffusion uses a pre-processing method similar to VQ-GAN [11] to convert the entire da
controlnet/controlnet_3d.py:41
↓ 2 callersClassConvTransposeNorm
Modification of https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/levit.py: ConvNorm such that ConvTranspose2
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/levit.py:55
↓ 2 callersClassDataLoadPreprocess
annotator/zoe/zoedepth/data/data_mono.py:270
↓ 2 callersClassEncoder
ldm/modules/diffusionmodules/model.py:368
↓ 2 callersClassFourierEmbedder
ldm/modules/diffusionmodules/util.py:12
↓ 2 callersClassGradL1Loss
Gradient loss
annotator/zoe/zoedepth/trainers/loss.py:110
↓ 2 callersClassMidasNet
Network for monocular depth estimation.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/midas_net.py:12
↓ 2 callersClassMidasNet_small
Network for monocular depth estimation.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/midas_net_custom.py:12
↓ 2 callersClassResidualConvUnit
Residual convolution module.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:243
↓ 2 callersClassResidualConvUnit_custom
Residual convolution module.
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/blocks.py:319
↓ 2 callersClassRunningAverageDict
A dictionary of running averages.
annotator/zoe/zoedepth/utils/misc.py:74
↓ 2 callersClassSILogLoss
SILog loss (pixel-wise)
annotator/zoe/zoedepth/trainers/loss.py:42
↓ 2 callersClassSelfAttention
ldm/modules/attention.py:218
↓ 2 callersClassSpatialTemporalAttention
ldm/modules/attention.py:254
↓ 2 callersClassToTensor
annotator/zoe/zoedepth/data/data_mono.py:513
↓ 2 callersClassUNetMidBlockPseudo3DCrossAttn
controlnet/unet_3d_blocks.py:122
↓ 1 callersClassAbsolutePositionalEmbedding
ldm/modules/x_transformer.py:25
↓ 1 callersClassAddReadout
annotator/zoe/zoedepth/models/base_models/midas_repo/midas/backbones/utils.py:15
↓ 1 callersClassAttnAddedKVProcessor
controlnet/attention_processor.py:379
↓ 1 callersClassAttnProcessor2_0
controlnet/attention_processor.py:459
↓ 1 callersClassBERTTokenizer
Uses a pretrained BERT tokenizer by huggingface. Vocab size: 30522 (?)
ldm/modules/encoders/modules_backup.py:53
↓ 1 callersClassBERTTokenizer
Uses a pretrained BERT tokenizer by huggingface. Vocab size: 30522 (?)
ldm/modules/encoders/modules.py:53
↓ 1 callersClassBasicTransformerBlock
ldm/modules/attention.py:367
↓ 1 callersClassBasicTransformerBlock3D
ldm/modules/attention.py:394
↓ 1 callersClassBlock
r""" ConvNeXt Block. There are two equivalent implementations: (1) DwConv -> LayerNorm (channels_first) -> 1x1 Conv -> GELU -> 1x1 Conv; all in (N
ldm/modules/diffusionmodules/convnext.py:15
↓ 1 callersClassCachedReader
annotator/zoe/zoedepth/data/data_mono.py:247
↓ 1 callersClassControlNetConditioningEmbedding
Quoting from https://arxiv.org/abs/2302.05543: "Stable Diffusion uses a pre-processing method similar to VQ-GAN [11] to convert the entire da
controlnet/controlnet.py:31
↓ 1 callersClassControlNetOutput
controlnet/controlnet.py:26
↓ 1 callersClassControlNetOutput
controlnet/controlnet_3d.py:36
↓ 1 callersClassCropParams
annotator/zoe/zoedepth/data/preprocess.py:31
↓ 1 callersClassCrossAttention
ldm/modules/attention.py:99
↓ 1 callersClassCrossAttnDownBlockPseudo3D
controlnet/unet_3d_blocks.py:207
↓ 1 callersClassCrossAttnUpBlockPseudo3D
controlnet/unet_3d_blocks.py:412
↓ 1 callersClassCrossFrameGatedAttentionDense
ldm/modules/attention.py:330
↓ 1 callersClassDDAD
annotator/zoe/zoedepth/data/ddad.py:82
↓ 1 callersClassDDIMSampler
ldm/models/diffusion/ddim.py:9
↓ 1 callersClassDIML_Indoor
annotator/zoe/zoedepth/data/diml_indoor_test.py:81
↓ 1 callersClassDIML_Outdoor
annotator/zoe/zoedepth/data/diml_outdoor_test.py:78
↓ 1 callersClassDIODE
annotator/zoe/zoedepth/data/diode.py:82
↓ 1 callersClassDiagonalGaussianDistribution
ldm/modules/distributions/distributions.py:24
↓ 1 callersClassDiscreteNLLLoss
Cross entropy loss
annotator/zoe/zoedepth/trainers/loss.py:183
↓ 1 callersClassDownBlockPseudo3D
controlnet/unet_3d_blocks.py:327
↓ 1 callersClassFeedForward
ldm/modules/x_transformer.py:194
↓ 1 callersClassFixedPositionalEmbedding
ldm/modules/x_transformer.py:39
↓ 1 callersClassFrozenCLIPEmbedder
Uses the CLIP transformer encoder for text (from Hugging Face)
ldm/modules/encoders/modules_backup.py:137
↓ 1 callersClassFrozenCLIPEmbedder
Uses the CLIP transformer encoder for text (from Hugging Face)
ldm/modules/encoders/modules.py:144
↓ 1 callersClassGEGLU
ldm/modules/x_transformer.py:184
↓ 1 callersClassGEGLU
ldm/modules/attention.py:37
↓ 1 callersClassGRUGating
ldm/modules/x_transformer.py:168
↓ 1 callersClassGatedSelfAttentionDense
ldm/modules/attention.py:299
↓ 1 callersClassGroupNorm16
ldm/modules/diffusionmodules/util.py:224
↓ 1 callersClassHyperSim
annotator/zoe/zoedepth/data/hypersim.py:98
↓ 1 callersClassImReader
annotator/zoe/zoedepth/data/data_mono.py:261
↓ 1 callersClassImageNetTrain
ldm/data/imagenet.py:134
↓ 1 callersClassImageNetValidation
ldm/data/imagenet.py:197
↓ 1 callersClassLinAttnBlock
to match AttnBlock usage
ldm/modules/diffusionmodules/model.py:144
↓ 1 callersClassLoRAAttnProcessor
controlnet/attention_processor.py:337
next →1–100 of 244, ranked by callers