Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAST-AI-Research/TriplaneGaussian
/ types & classes
Types & classes
109 in github.com/VAST-AI-Research/TriplaneGaussian
⨍
Functions
315
◇
Types & classes
109
↳
Endpoints
2
↓ 13 callers
Class
MLP_CONV
tgs/models/snowflake/utils.py:65
↓ 4 callers
Class
MLP_Res
tgs/models/snowflake/utils.py:82
↓ 3 callers
Class
AdaLayerNormContinuous
r""" Norm layer modified to incorporate arbitrary continuous embeddings. Parameters: embedding_dim (`int`): The size of each embeddin
tgs/models/transformers.py:551
↓ 3 callers
Class
Conv2d
tgs/models/snowflake/utils.py:30
↓ 3 callers
Class
SkipTransformer
tgs/models/snowflake/skip_transformer.py:9
↓ 2 callers
Class
AdaLayerNorm
r""" Norm layer modified to incorporate timestep embeddings. Parameters: embedding_dim (`int`): The size of each embedding vector.
tgs/models/transformers.py:528
↓ 2 callers
Class
CustomImageOrbitDataset
tgs/data.py:65
↓ 2 callers
Class
Dinov2DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
tgs/models/tokenizers/dinov2.py:422
↓ 2 callers
Class
Dinov2Embeddings
Construct the CLS token, mask token, position and patch embeddings.
tgs/models/tokenizers/dinov2.py:73
↓ 2 callers
Class
Dinov2Encoder
tgs/models/tokenizers/dinov2.py:551
↓ 2 callers
Class
Dinov2LayerScale
tgs/models/tokenizers/dinov2.py:383
↓ 2 callers
Class
FeedForward
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 callers
Class
GELU
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 callers
Class
Modulation
tgs/models/transformers.py:573
↓ 2 callers
Class
TGS
infer.py:15
↓ 1 callers
Class
AdaLayerNormZero
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 callers
Class
ApproximateGELU
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 callers
Class
BasicTransformerBlock
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 callers
Class
Camera
tgs/models/renderer.py:62
↓ 1 callers
Class
Conv1d
tgs/models/snowflake/utils.py:12
↓ 1 callers
Class
CouplingLayer
tgs/models/snowflake/utils.py:462
↓ 1 callers
Class
CustomBaseModelOutputWithPooling
tgs/models/tokenizers/dinov2.py:724
↓ 1 callers
Class
CustomPatchEmbeddings
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 callers
Class
Decoder
tgs/models/snowflake/model_spdpp.py:78
↓ 1 callers
Class
Dinov2Attention
tgs/models/tokenizers/dinov2.py:335
↓ 1 callers
Class
Dinov2Layer
This corresponds to the Block class in the original implementation.
tgs/models/tokenizers/dinov2.py:472
↓ 1 callers
Class
Dinov2MLP
tgs/models/tokenizers/dinov2.py:436
↓ 1 callers
Class
Dinov2Model
tgs/models/tokenizers/dinov2.py:732
↓ 1 callers
Class
Dinov2PatchEmbeddings
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 callers
Class
Dinov2SelfAttention
tgs/models/tokenizers/dinov2.py:214
↓ 1 callers
Class
Dinov2SelfOutput
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 callers
Class
Dinov2SwiGLUFFN
tgs/models/tokenizers/dinov2.py:455
↓ 1 callers
Class
GEGLU
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 callers
Class
GSLayer
tgs/models/renderer.py:128
↓ 1 callers
Class
GatedSelfAttentionDense
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 callers
Class
GaussianModel
tgs/models/renderer.py:86
↓ 1 callers
Class
ImageFeature
tgs/models/image_feature.py:10
↓ 1 callers
Class
MLP
tgs/models/networks.py:57
↓ 1 callers
Class
MLP
tgs/models/snowflake/attention.py:69
↓ 1 callers
Class
MultiheadAttention
tgs/models/snowflake/attention.py:166
↓ 1 callers
Class
MultiheadCrossAttention
tgs/models/snowflake/attention.py:130
↓ 1 callers
Class
QKVMultiheadAttention
tgs/models/snowflake/attention.py:107
↓ 1 callers
Class
QKVMultiheadCrossAttention
tgs/models/snowflake/attention.py:82
↓ 1 callers
Class
ResidualTransformerBlock
tgs/models/snowflake/attention.py:194
↓ 1 callers
Class
ResnetBlockFC
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 callers
Class
SequentialFlow
A generalized nn.Sequential container for normalizing flows.
tgs/models/snowflake/utils.py:505
↓ 1 callers
Class
SpectralNorm
tgs/models/snowflake/utils.py:544
Class
AdaGroupNorm
r""" GroupNorm layer modified to incorporate timestep embeddings. Parameters: embedding_dim (`int`): The size of each embedding vecto
tgs/models/transformers.py:631
Class
BallQuery
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:243
Class
BaseModule
tgs/utils/base.py:88
Class
BaseObject
tgs/utils/base.py:69
Class
CheckpointFunction
tgs/models/snowflake/attention.py:32
Class
Config
infer.py:17
Class
Config
tgs/utils/base.py:12
Class
Config
tgs/utils/base.py:71
Class
Config
tgs/utils/base.py:90
Class
Config
tgs/models/renderer.py:130
Class
Config
tgs/models/renderer.py:190
Class
Config
tgs/models/transformers.py:697
Class
Config
tgs/models/networks.py:14
Class
Config
tgs/models/networks.py:32
Class
Config
tgs/models/image_feature.py:12
Class
Config
tgs/models/tokenizers/point.py:9
Class
Config
tgs/models/tokenizers/image.py:14
Class
Config
tgs/models/tokenizers/triplane.py:14
Class
Config
tgs/models/pointclouds/simplepoint.py:11
Class
Config
tgs/models/pointclouds/pointnet.py:26
Class
Config
tgs/models/snowflake/model_spdpp.py:164
Class
Configurable
tgs/utils/base.py:10
Class
CustomEmbeddings
Construct the CLS token, mask token, position and patch embeddings.
tgs/models/tokenizers/dinov2.py:1092
Class
CustomImageDataModuleConfig
tgs/data.py:40
Class
DINOV2SingleImageTokenizer
tgs/models/tokenizers/image.py:12
Class
Dinov2Backbone
tgs/models/tokenizers/dinov2.py:941
Class
Dinov2ForImageClassification
tgs/models/tokenizers/dinov2.py:837
Class
Dinov2PreTrainedModel
An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained models.
tgs/models/tokenizers/dinov2.py:618
Class
ExperimentConfig
tgs/utils/config.py:34
Class
FurthestPointSampling
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:34
Class
GS3DRenderer
tgs/models/renderer.py:188
Class
GSProjection
tgs/models/networks.py:107
Class
GatherOperation
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:68
Class
GroupAll
r""" Groups all features Parameters ---------
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:336
Class
GroupingOperation
tgs/models/snowflake/pointnet2_ops_lib/pointnet2_ops/pointnet2_utils.py:194
Class
LocalPoolPointnet
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
Class
MLP
tgs/models/snowflake/utils.py:48
Class
MemoryEfficientAttentionMixin
tgs/models/transformers.py:29
Class
PointLearnablePositionalEmbedding
tgs/models/tokenizers/point.py:7
Class
PointNet_FP_Module
tgs/models/snowflake/utils.py:216
Class
PointNet_SA_Module
tgs/models/snowflake/utils.py:167
Class
PointNet_SA_Module_KNN
tgs/models/snowflake/utils.py:334
Class
PointOutLayer
tgs/models/networks.py:12
Class
PointnetFPModule
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
Class
PointnetSAModule
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
Class
PointnetSAModuleMSG
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
Class
QueryAndGroup
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
Class
SPD
tgs/models/snowflake/SPD.py:10
Class
SPD_crossattn
tgs/models/snowflake/SPD_crossattn.py:10
Class
SPD_pp
tgs/models/snowflake/SPD_pp.py:7
Class
SaverMixin
tgs/utils/saving.py:17
Class
SimplePointGenerator
tgs/models/pointclouds/simplepoint.py:9
Class
SnowflakeModelSPDPP
apply PC^2 / PCL token to decoder
tgs/models/snowflake/model_spdpp.py:159
next →
1–100 of 109, ranked by callers