Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAST-AI-Research/TripoSR
/ types & classes
Types & classes
28 in github.com/VAST-AI-Research/TripoSR
⨍
Functions
88
◇
Types & classes
28
↓ 2 callers
Class
Attention
r""" A cross attention layer. Parameters: query_dim (`int`): The number of channels in the query. cross_attention
tsr/models/transformer/attention.py:46
↓ 2 callers
Class
GELU
r""" GELU activation function with tanh approximation support with `approximate="tanh"`. Parameters: dim_in (`int`): The number of ch
tsr/models/transformer/basic_transformer_block.py:262
↓ 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
tsr/models/transformer/basic_transformer_block.py:318
↓ 1 callers
Class
AttnProcessor
r""" Default processor for performing attention-related computations.
tsr/models/transformer/attention.py:484
↓ 1 callers
Class
AttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0).
tsr/models/transformer/attention.py:558
↓ 1 callers
Class
BasicTransformerBlock
r""" A basic Transformer block. Parameters: dim (`int`): The number of channels in the input and output. num_attention_heads
tsr/models/transformer/basic_transformer_block.py:48
↓ 1 callers
Class
FeedForward
r""" A feed-forward layer. Parameters: dim (`int`): The number of channels in the input. dim_out (`int`, *optional*): The num
tsr/models/transformer/basic_transformer_block.py:209
↓ 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
tsr/models/transformer/basic_transformer_block.py:291
↓ 1 callers
Class
ImagePreprocessor
tsr/utils.py:64
↓ 1 callers
Class
MarchingCubeHelper
tsr/models/isosurface.py:17
↓ 1 callers
Class
Timer
run.py:17
Class
BaseModule
tsr/utils.py:46
Class
Config
tsr/utils.py:48
Class
Config
tsr/system.py:28
Class
Config
tsr/models/nerf_renderer.py:19
Class
Config
tsr/models/network_utils.py:13
Class
Config
tsr/models/network_utils.py:37
Class
Config
tsr/models/tokenizers/image.py:14
Class
Config
tsr/models/tokenizers/triplane.py:13
Class
Config
tsr/models/transformer/transformer_1d.py:52
Class
DINOSingleImageTokenizer
tsr/models/tokenizers/image.py:12
Class
IsosurfaceHelper
tsr/models/isosurface.py:9
Class
NeRFMLP
tsr/models/network_utils.py:35
Class
TSR
tsr/system.py:26
Class
Transformer1D
tsr/models/transformer/transformer_1d.py:50
Class
Triplane1DTokenizer
tsr/models/tokenizers/triplane.py:11
Class
TriplaneNeRFRenderer
tsr/models/nerf_renderer.py:17
Class
TriplaneUpsampleNetwork
tsr/models/network_utils.py:11