MCPcopy Create free account

hub / github.com/baaivision/GeoDream / types & classes

Types & classes664 in github.com/baaivision/GeoDream

↓ 17 callersClassResnetBlock
extern/ldm_zero123/modules/diffusionmodules/model.py:81
↓ 17 callersClassResnetBlock
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:82
↓ 17 callersClassResnetBlock
threestudio/utils/GAN/vae.py:80
↓ 16 callersClassResnetBlock
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:90
↓ 12 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/openaimodel.py:163
↓ 10 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:178
↓ 10 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/openaimodel.py:164
↓ 10 callersClassTimestepEmbedSequential
A sequential module that passes timestep embeddings to the children that support it as an extra input.
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/openaimodel.py:72
↓ 9 callersClassBasicSparseConvolutionBlock
mv-diffusion/One-2-3-45-by-view/reconstruction/tsparse/modules.py:94
↓ 9 callersClassBasicSparseConvolutionBlock
mv-diffusion/One-2-3-45/reconstruction/tsparse/modules.py:94
↓ 9 callersClassConvBnReLU
mv-diffusion/One-2-3-45-by-view/reconstruction/models/featurenet.py:12
↓ 9 callersClassConvBnReLU
mv-diffusion/One-2-3-45/reconstruction/models/featurenet.py:12
↓ 9 callersClassTimestepEmbedSequential
A sequential module that passes timestep embeddings to the children that support it as an extra input.
extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:78
↓ 9 callersClassTimestepEmbedSequential
A sequential module that passes timestep embeddings to the children that support it as an extra input.
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/openaimodel.py:75
↓ 8 callersClassConvBnReLU
mv-diffusion/One-2-3-45-by-view/reconstruction/tsparse/modules.py:13
↓ 8 callersClassConvBnReLU
mv-diffusion/One-2-3-45/reconstruction/tsparse/modules.py:13
↓ 8 callersClassDirectionConfig
threestudio/models/prompt_processors/base.py:27
↓ 8 callersClassSparseResidualBlock
mv-diffusion/One-2-3-45-by-view/reconstruction/tsparse/modules.py:127
↓ 8 callersClassSparseResidualBlock
mv-diffusion/One-2-3-45/reconstruction/tsparse/modules.py:127
↓ 7 callersClassBackbone
extern/ldm_zero123/thirdp/psp/model_irse.py:27
↓ 7 callersClassBackbone
mv-diffusion/One-2-3-45-by-view/ldm/thirdp/psp/model_irse.py:11
↓ 6 callersClassAttentionBlock
An attention block that allows spatial positions to attend to each other. Originally ported from here, but adapted to the N-d case. https
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/openaimodel.py:278
↓ 5 callersClassAttentionBlock
An attention block that allows spatial positions to attend to each other. Originally ported from here, but adapted to the N-d case. https
extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:292
↓ 5 callersClassAttentionBlock
An attention block that allows spatial positions to attend to each other. Originally ported from here, but adapted to the N-d case. https
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/openaimodel.py:279
↓ 5 callersClassBasicSparseDeconvolutionBlock
mv-diffusion/One-2-3-45-by-view/reconstruction/tsparse/modules.py:111
↓ 5 callersClassBasicSparseDeconvolutionBlock
mv-diffusion/One-2-3-45/reconstruction/tsparse/modules.py:111
↓ 5 callersClassDDIMSampler
mv-diffusion/One-2-3-45-by-view/ldm/models/diffusion/ddim.py:13
↓ 5 callersClassMesh
threestudio/models/mesh.py:12
↓ 5 callersClassNLayerDiscriminator
Defines a PatchGAN discriminator as in Pix2Pix --> see https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/models/networks.py
threestudio/utils/GAN/discriminator.py:146
↓ 5 callersClassNetLinLayer
A single linear layer which does a 1x1 conv
threestudio/utils/perceptual/perceptual.py:81
↓ 4 callersClassDecoder
extern/ldm_zero123/modules/diffusionmodules/model.py:497
↓ 4 callersClassDecoder
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:462
↓ 4 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:144
↓ 4 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/openaimodel.py:134
↓ 4 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/openaimodel.py:135
↓ 4 callersClassFeatureNet
output 3 levels of features using a FPN structure
mv-diffusion/One-2-3-45-by-view/reconstruction/models/featurenet.py:40
↓ 4 callersClassFeatureNet
output 3 levels of features using a FPN structure
mv-diffusion/One-2-3-45/reconstruction/models/featurenet.py:40
↓ 4 callersClassGeneralRenderingNetwork
This model is not sensitive to finetuning
mv-diffusion/One-2-3-45-by-view/reconstruction/models/rendering_network.py:26
↓ 4 callersClassGeneralRenderingNetwork
This model is not sensitive to finetuning
mv-diffusion/One-2-3-45/reconstruction/models/rendering_network.py:26
↓ 4 callersClassRandomCameraDataset
threestudio/data/uncond.py:406
↓ 4 callersClassSingleVarianceNetwork
mv-diffusion/One-2-3-45-by-view/reconstruction/models/fields.py:179
↓ 4 callersClassSingleVarianceNetwork
mv-diffusion/One-2-3-45/reconstruction/models/fields.py:179
↓ 4 callersClassSparseSdfNetwork
Coarse-to-fine sparse cost regularization network return sparse volume feature for extracting sdf
mv-diffusion/One-2-3-45-by-view/reconstruction/models/sparse_sdf_network.py:139
↓ 4 callersClassSparseSdfNetwork
Coarse-to-fine sparse cost regularization network return sparse volume feature for extracting sdf
mv-diffusion/One-2-3-45/reconstruction/models/sparse_sdf_network.py:139
↓ 4 callersClassUpsample
extern/ldm_zero123/modules/diffusionmodules/model.py:45
↓ 4 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/openaimodel.py:91
↓ 4 callersClassUpsample
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:50
↓ 4 callersClassUpsample
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:42
↓ 4 callersClassUpsample
threestudio/utils/GAN/vae.py:44
↓ 3 callersClassDecoder
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:546
↓ 3 callersClassDownsample
extern/ldm_zero123/modules/diffusionmodules/model.py:61
↓ 3 callersClassDownsample
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:60
↓ 3 callersClassDownsample
threestudio/utils/GAN/vae.py:60
↓ 3 callersClassEmbedding
mv-diffusion/One-2-3-45-by-view/reconstruction/models/embedder.py:63
↓ 3 callersClassEmbedding
mv-diffusion/One-2-3-45/reconstruction/models/embedder.py:63
↓ 3 callersClassEncoder
extern/ldm_zero123/modules/diffusionmodules/model.py:380
↓ 3 callersClassEncoder
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:368
↓ 3 callersClassFIDStatistics
extern/ldm_zero123/modules/evaluate/adm_evaluator.py:93
↓ 3 callersClassFIDStatistics
mv-diffusion/One-2-3-45-by-view/ldm/modules/evaluate/adm_evaluator.py:88
↓ 3 callersClassFrozenCLIPEmbedder
Uses the CLIP transformer encoder for text (from huggingface)
extern/ldm_zero123/modules/encoders/modules.py:308
↓ 3 callersClassFrozenCLIPEmbedder
Uses the CLIP transformer encoder for text (from huggingface)
mv-diffusion/One-2-3-45-by-view/ldm/modules/encoders/modules.py:254
↓ 3 callersClassLatentRescaler
extern/ldm_zero123/modules/diffusionmodules/model.py:734
↓ 3 callersClassLatentRescaler
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:739
↓ 3 callersClassLatentRescaler
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:655
↓ 3 callersClassLatentRescaler
threestudio/utils/GAN/vae.py:753
↓ 3 callersClassMeshOBJ
threestudio/utils/ops.py:318
↓ 3 callersClassObjaverseData
mv-diffusion/One-2-3-45-by-view/ldm/data/simple.py:208
↓ 3 callersClassPNet
Pre-trained network with all channels equally weighted by default
extern/ldm_zero123/modules/evaluate/evaluate_perceptualsim.py:227
↓ 3 callersClassPNet
Pre-trained network with all channels equally weighted by default
mv-diffusion/One-2-3-45-by-view/ldm/modules/evaluate/evaluate_perceptualsim.py:234
↓ 3 callersClassRandomCameraIterableDataset
threestudio/data/uncond.py:90
↓ 3 callersClassSpatialTransformer
Transformer block for image-like data. First, project the input (aka embedding) and reshape to b, t, d. Then apply standard transform
extern/ldm_zero123/modules/attention.py:244
↓ 3 callersClassSpatialTransformer
Transformer block for image-like data. First, project the input (aka embedding) and reshape to b, t, d. Then apply standard transform
mv-diffusion/MVDream/mvdream/ldm/modules/attention.py:278
↓ 3 callersClassSpatialTransformer
Transformer block for image-like data. First, project the input (aka embedding) and reshape to b, t, d. Then apply standard transform
mv-diffusion/One-2-3-45-by-view/ldm/modules/attention.py:221
↓ 3 callersClassSpatialTransformer3D
3D self-attention
mv-diffusion/MVDream/mvdream/ldm/modules/attention.py:357
↓ 3 callersClassTetrahedraSDFGrid
threestudio/models/geometry/tetrahedra_sdf_grid.py:27
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:95
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/openaimodel.py:92
↓ 2 callersClassAttention
extern/ldm_zero123/modules/x_transformer.py:221
↓ 2 callersClassAttention
mv-diffusion/One-2-3-45-by-view/ldm/modules/x_transformer.py:215
↓ 2 callersClassAttnBlock
extern/ldm_zero123/modules/diffusionmodules/model.py:148
↓ 2 callersClassAttnBlock
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:152
↓ 2 callersClassAttnBlock
mv-diffusion/One-2-3-45-by-view/ldm/modules/diffusionmodules/model.py:150
↓ 2 callersClassAttnBlock
threestudio/utils/GAN/vae.py:147
↓ 2 callersClassBlenderPerView
mv-diffusion/One-2-3-45-by-view/reconstruction/data/One2345_eval_new_data.py:59
↓ 2 callersClassBlenderPerView
mv-diffusion/One-2-3-45-by-view/reconstruction/data/One2345_train.py:58
↓ 2 callersClassBlenderPerView
mv-diffusion/One-2-3-45/reconstruction/data/One2345_eval_new_data.py:59
↓ 2 callersClassBlenderPerView
mv-diffusion/One-2-3-45/reconstruction/data/One2345_train.py:58
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
extern/ldm_zero123/thirdp/psp/helpers.py:34
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
mv-diffusion/One-2-3-45-by-view/ldm/thirdp/psp/helpers.py:23
↓ 2 callersClassCo3dDataset
threestudio/data/co3d.py:528
↓ 2 callersClassCrossAttention
extern/ldm_zero123/modules/attention.py:150
↓ 2 callersClassCrossAttention
mv-diffusion/One-2-3-45-by-view/ldm/modules/attention.py:152
↓ 2 callersClassCrossAttention
threestudio/utils/GAN/attention.py:150
↓ 2 callersClassDecoder
threestudio/utils/GAN/vae.py:499
↓ 2 callersClassDiagonalGaussianDistribution
threestudio/utils/GAN/distribution.py:24
↓ 2 callersClassDownsample
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:68
↓ 2 callersClassEncoder
extern/ldm_zero123/modules/x_transformer.py:588
↓ 2 callersClassEncoder
mv-diffusion/MVDream/mvdream/ldm/modules/diffusionmodules/model.py:452
↓ 2 callersClassEncoder
mv-diffusion/One-2-3-45-by-view/ldm/modules/x_transformer.py:541
↓ 2 callersClassExporterOutput
threestudio/models/exporters/base.py:12
next →1–100 of 664, ranked by callers