MCPcopy Create free account

hub / github.com/VAST-AI-Research/TriplaneGaussian / types & classes

Types & classes109 in github.com/VAST-AI-Research/TriplaneGaussian

↓ 13 callersClassMLP_CONV
tgs/models/snowflake/utils.py:65
↓ 4 callersClassMLP_Res
tgs/models/snowflake/utils.py:82
↓ 3 callersClassAdaLayerNormContinuous
r""" Norm layer modified to incorporate arbitrary continuous embeddings. Parameters: embedding_dim (`int`): The size of each embeddin
tgs/models/transformers.py:551
↓ 3 callersClassConv2d
tgs/models/snowflake/utils.py:30
↓ 3 callersClassSkipTransformer
tgs/models/snowflake/skip_transformer.py:9
↓ 2 callersClassAdaLayerNorm
r""" Norm layer modified to incorporate timestep embeddings. Parameters: embedding_dim (`int`): The size of each embedding vector.
tgs/models/transformers.py:528
↓ 2 callersClassCustomImageOrbitDataset
tgs/data.py:65
↓ 2 callersClassDinov2DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
tgs/models/tokenizers/dinov2.py:422
↓ 2 callersClassDinov2Embeddings
Construct the CLS token, mask token, position and patch embeddings.
tgs/models/tokenizers/dinov2.py:73
↓ 2 callersClassDinov2Encoder
tgs/models/tokenizers/dinov2.py:551
↓ 2 callersClassDinov2LayerScale
tgs/models/tokenizers/dinov2.py:383
↓ 2 callersClassFeedForward
r""" A feed-forward layer. Parameters: dim (`int`): The number of channels in the input. dim_out (`int`, *optional*): The num
tgs/models/transformers.py:400
↓ 2 callersClassGELU
r""" GELU activation function with tanh approximation support with `approximate="tanh"`. Parameters: dim_in (`int`): The number of ch
tgs/models/transformers.py:453
↓ 2 callersClassModulation
tgs/models/transformers.py:573
↓ 2 callersClassTGS
infer.py:15
↓ 1 callersClassAdaLayerNormZero
r""" Norm layer adaptive layer norm zero (adaLN-Zero). Parameters: embedding_dim (`int`): The size of each embedding vector.
tgs/models/transformers.py:596
↓ 1 callersClassApproximateGELU
r""" The approximate form of Gaussian Error Linear Unit (GELU). For more details, see section 2: https://arxiv.org/abs/1606.08415. Parame
tgs/models/transformers.py:509
↓ 1 callersClassBasicTransformerBlock
r""" A basic Transformer block. Parameters: dim (`int`): The number of channels in the input and output. num_attention_heads
tgs/models/transformers.py:138
↓ 1 callersClassCamera
tgs/models/renderer.py:62
↓ 1 callersClassConv1d
tgs/models/snowflake/utils.py:12
↓ 1 callersClassCouplingLayer
tgs/models/snowflake/utils.py:462
↓ 1 callersClassCustomBaseModelOutputWithPooling
tgs/models/tokenizers/dinov2.py:724
↓ 1 callersClassCustomPatchEmbeddings
This class turns `pixel_values` of shape `(batch_size, num_channels, height, width)` into the initial `hidden_states` (patch embeddings) of s
tgs/models/tokenizers/dinov2.py:1049
↓ 1 callersClassDecoder
tgs/models/snowflake/model_spdpp.py:78
↓ 1 callersClassDinov2Attention
tgs/models/tokenizers/dinov2.py:335
↓ 1 callersClassDinov2Layer
This corresponds to the Block class in the original implementation.
tgs/models/tokenizers/dinov2.py:472
↓ 1 callersClassDinov2MLP
tgs/models/tokenizers/dinov2.py:436
↓ 1 callersClassDinov2Model
tgs/models/tokenizers/dinov2.py:732
↓ 1 callersClassDinov2PatchEmbeddings
This class turns `pixel_values` of shape `(batch_size, num_channels, height, width)` into the initial `hidden_states` (patch embeddings) of s
tgs/models/tokenizers/dinov2.py:168
↓ 1 callersClassDinov2SelfAttention
tgs/models/tokenizers/dinov2.py:214
↓ 1 callersClassDinov2SelfOutput
The residual connection is defined in Dinov2Layer instead of here (as is the case with other models), due to the layernorm applied before eac
tgs/models/tokenizers/dinov2.py:314
↓ 1 callersClassDinov2SwiGLUFFN
tgs/models/tokenizers/dinov2.py:455
↓ 1 callersClassGEGLU
r""" A variant of the gated linear unit activation function from https://arxiv.org/abs/2002.05202. Parameters: dim_in (`int`): The nu
tgs/models/transformers.py:482
↓ 1 callersClassGSLayer
tgs/models/renderer.py:128
↓ 1 callersClassGatedSelfAttentionDense
r""" A gated self-attention dense layer that combines visual features and object features. Parameters: query_dim (`int`): The number
tgs/models/transformers.py:92
↓ 1 callersClassGaussianModel
tgs/models/renderer.py:86
↓ 1 callersClassImageFeature
tgs/models/image_feature.py:10
↓ 1 callersClassMLP
tgs/models/networks.py:57
↓ 1 callersClassMLP
tgs/models/snowflake/attention.py:69
↓ 1 callersClassMultiheadAttention
tgs/models/snowflake/attention.py:166
↓ 1 callersClassMultiheadCrossAttention
tgs/models/snowflake/attention.py:130
↓ 1 callersClassQKVMultiheadAttention
tgs/models/snowflake/attention.py:107
↓ 1 callersClassQKVMultiheadCrossAttention
tgs/models/snowflake/attention.py:82
↓ 1 callersClassResidualTransformerBlock
tgs/models/snowflake/attention.py:194
↓ 1 callersClassResnetBlockFC
Fully connected ResNet Block class. Args: size_in (int): input dimension size_out (int): output dimension size_h (int):
tgs/models/networks.py:162
↓ 1 callersClassSequentialFlow
A generalized nn.Sequential container for normalizing flows.
tgs/models/snowflake/utils.py:505
↓ 1 callersClassSpectralNorm
tgs/models/snowflake/utils.py:544
ClassAdaGroupNorm
r""" GroupNorm layer modified to incorporate timestep embeddings. Parameters: embedding_dim (`int`): The size of each embedding vecto
tgs/models/transformers.py:631
ClassBallQuery
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:243
ClassBaseModule
tgs/utils/base.py:88
ClassBaseObject
tgs/utils/base.py:69
ClassCheckpointFunction
tgs/models/snowflake/attention.py:32
ClassConfig
infer.py:17
ClassConfig
tgs/utils/base.py:12
ClassConfig
tgs/utils/base.py:71
ClassConfig
tgs/utils/base.py:90
ClassConfig
tgs/models/renderer.py:130
ClassConfig
tgs/models/renderer.py:190
ClassConfig
tgs/models/transformers.py:697
ClassConfig
tgs/models/networks.py:14
ClassConfig
tgs/models/networks.py:32
ClassConfig
tgs/models/image_feature.py:12
ClassConfig
tgs/models/tokenizers/point.py:9
ClassConfig
tgs/models/tokenizers/image.py:14
ClassConfig
tgs/models/tokenizers/triplane.py:14
ClassConfig
tgs/models/pointclouds/simplepoint.py:11
ClassConfig
tgs/models/pointclouds/pointnet.py:26
ClassConfig
tgs/models/snowflake/model_spdpp.py:164
ClassConfigurable
tgs/utils/base.py:10
ClassCustomEmbeddings
Construct the CLS token, mask token, position and patch embeddings.
tgs/models/tokenizers/dinov2.py:1092
ClassCustomImageDataModuleConfig
tgs/data.py:40
ClassDINOV2SingleImageTokenizer
tgs/models/tokenizers/image.py:12
ClassDinov2Backbone
tgs/models/tokenizers/dinov2.py:941
ClassDinov2ForImageClassification
tgs/models/tokenizers/dinov2.py:837
ClassDinov2PreTrainedModel
An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained models.
tgs/models/tokenizers/dinov2.py:618
ClassExperimentConfig
tgs/utils/config.py:34
ClassFurthestPointSampling
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:34
ClassGS3DRenderer
tgs/models/renderer.py:188
ClassGSProjection
tgs/models/networks.py:107
ClassGatherOperation
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:68
ClassGroupAll
r""" Groups all features Parameters ---------
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:336
ClassGroupingOperation
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:194
ClassLocalPoolPointnet
PointNet-based encoder network with ResNet blocks for each point. Number of input points are fixed. Args: c_dim (int): dimen
tgs/models/pointclouds/pointnet.py:11
ClassMLP
tgs/models/snowflake/utils.py:48
ClassMemoryEfficientAttentionMixin
tgs/models/transformers.py:29
ClassPointLearnablePositionalEmbedding
tgs/models/tokenizers/point.py:7
ClassPointNet_FP_Module
tgs/models/snowflake/utils.py:216
ClassPointNet_SA_Module
tgs/models/snowflake/utils.py:167
ClassPointNet_SA_Module_KNN
tgs/models/snowflake/utils.py:334
ClassPointOutLayer
tgs/models/networks.py:12
ClassPointnetFPModule
r"""Propigates the features of one set to another Parameters ---------- mlp : list Pointnet module parameters bn : bool
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py:149
ClassPointnetSAModule
r"""Pointnet set abstrction layer Parameters ---------- npoint : int Number of features radius : float Radius of ball
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py:118
ClassPointnetSAModuleMSG
r"""Pointnet set abstrction layer with multiscale grouping Parameters ---------- npoint : int Number of features radii : list
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_modules.py:77
ClassQueryAndGroup
r""" Groups with a ball query of radius Parameters --------- radius : float32 Radius of ball nsample : int32 Maxi
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:279
ClassSPD
tgs/models/snowflake/SPD.py:10
ClassSPD_crossattn
tgs/models/snowflake/SPD_crossattn.py:10
ClassSPD_pp
tgs/models/snowflake/SPD_pp.py:7
ClassSaverMixin
tgs/utils/saving.py:17
ClassSimplePointGenerator
tgs/models/pointclouds/simplepoint.py:9
ClassSnowflakeModelSPDPP
apply PC^2 / PCL token to decoder
tgs/models/snowflake/model_spdpp.py:159
next →1–100 of 109, ranked by callers