MCPcopy Create free account

hub / github.com/Adamdad/hash3D / functions

Functions4,150 in github.com/Adamdad/hash3D

↓ 4 callersMethodpreprocess_data
(self, batch, stage)
gaussiandreamer-hash3d/threestudio/systems/base.py:140
↓ 4 callersMethodpreprocess_data
(self, batch, stage)
threestudio-hash3d/threestudio/systems/base.py:172
↓ 4 callersMethodquery
Queries the hash table for a given key and returns the aggregated output. Args: key (torch.Tensor): Key tensor of the fo
threestudio-hash3d/threestudio/utils/hash_table.py:73
↓ 4 callersFunctionrender
Render the scene. Background tensor (bg_color) must be on GPU!
gaussiandreamer-hash3d/gaussiansplatting/gaussian_renderer/__init__.py:18
↓ 4 callersFunctionrenew_vae_resnet_paths
Updates paths inside resnets to the new naming scheme (local renaming)
gaussiandreamer-hash3d/scripts/convert_zero123_to_diffusers.py:809
↓ 4 callersFunctionrenew_vae_resnet_paths
Updates paths inside resnets to the new naming scheme (local renaming)
threestudio-hash3d/scripts/convert_zero123_to_diffusers.py:809
↓ 4 callersMethodsample
(self)
gaussiandreamer-hash3d/threestudio/utils/GAN/distribution.py:17
↓ 4 callersMethodsave_image_grid
( self, filename, imgs, align=DEFAULT_GRID_KWARGS["align"], name: Opti
gaussiandreamer-hash3d/threestudio/utils/saving.py:301
↓ 4 callersMethodscale
(self, delta)
dreamgaussian-hash3d/cam_utils.py:141
↓ 4 callersMethodshared_step
(self, batch, t=None)
threestudio-hash3d/extern/ldm_zero123/models/diffusion/classifier.py:214
↓ 4 callersFunctionshifted_expotional_decay
(a, b, c, r)
gaussiandreamer-hash3d/threestudio/utils/ops.py:423
↓ 4 callersFunctionshifted_expotional_decay
(a, b, c, r)
threestudio-hash3d/threestudio/utils/ops.py:490
↓ 4 callersFunctionupdate_end_if_possible
(module: Any, epoch: int, global_step: int)
threestudio-hash3d/threestudio/utils/base.py:65
↓ 4 callersFunctionupdate_if_possible
(module: Any, epoch: int, global_step: int)
gaussiandreamer-hash3d/threestudio/utils/base.py:45
↓ 4 callersFunctionupdate_if_possible
(module: Any, epoch: int, global_step: int)
threestudio-hash3d/threestudio/utils/base.py:60
↓ 4 callersFunctionvolsdf_density
(sdf, inv_std)
threestudio-hash3d/threestudio/models/renderers/neus_volume_renderer.py:19
↓ 4 callersFunctionzero_module
Zero out the parameters of a module and return it.
threestudio-hash3d/extern/ldm_zero123/modules/diffusionmodules/util.py:201
↓ 3 callersFunctionC_max
(value: Any)
gaussiandreamer-hash3d/threestudio/utils/config.py:31
↓ 3 callersFunctionC_max
(value: Any)
threestudio-hash3d/threestudio/utils/config.py:31
↓ 3 callersMethod__init__
(self, requires_grad=False, pretrained=True)
gaussiandreamer-hash3d/threestudio/utils/perceptual/perceptual.py:100
↓ 3 callersMethod__init__
(self, parser: ArgumentParser, name : str, fill_none = False)
gaussiandreamer-hash3d/gaussiansplatting/arguments/__init__.py:20
↓ 3 callersMethod__init__
( self, ddconfig, lossconfig, n_embed, embed_dim, ckpt_path=No
threestudio-hash3d/extern/ldm_zero123/models/autoencoder.py:16
↓ 3 callersMethod__init__
(self, requires_grad=False, pretrained=True)
threestudio-hash3d/threestudio/utils/perceptual/perceptual.py:123
↓ 3 callersMethod_isosurface
(self, bbox: Float[Tensor, "2 3"], fine_stage: bool = False)
gaussiandreamer-hash3d/threestudio/models/geometry/base.py:119
↓ 3 callersMethod_isosurface
(self, bbox: Float[Tensor, "2 3"], fine_stage: bool = False)
threestudio-hash3d/threestudio/models/geometry/base.py:119
↓ 3 callersMethod_save_grayscale_image
( self, filename, img, data_range, cmap, name: Optional[str] =
gaussiandreamer-hash3d/threestudio/utils/saving.py:223
↓ 3 callersMethod_save_grayscale_image
( self, filename, img, data_range, cmap, name: Optional[str] =
threestudio-hash3d/threestudio/utils/saving.py:223
↓ 3 callersMethod_unwrap_uv
( self, xatlas_chart_options: dict = {}, xatlas_pack_options: dict = {} )
gaussiandreamer-hash3d/threestudio/models/mesh.py:207
↓ 3 callersMethod_unwrap_uv
( self, xatlas_chart_options: dict = {}, xatlas_pack_options: dict = {} )
threestudio-hash3d/threestudio/models/mesh.py:207
↓ 3 callersFunctionadd_blur
(img, sf=4)
threestudio-hash3d/extern/ldm_zero123/modules/image_degradation/bsrgan_light.py:335
↓ 3 callersMethodantialias
( self, color: Float[Tensor, "B H W C"], rast: Float[Tensor, "B H W 4"], pos:
gaussiandreamer-hash3d/threestudio/utils/rasterize.py:49
↓ 3 callersMethodauto_normal
(self)
dreamgaussian-hash3d/mesh.py:344
↓ 3 callersMethodauto_uv
(self, cache_path=None, vmap=True)
dreamgaussian-hash3d/mesh.py:367
↓ 3 callersMethodbackground
(self)
threestudio-hash3d/threestudio/models/renderers/base.py:62
↓ 3 callersFunctioncheckpoint
Evaluate a function without caching intermediate activations, allowing for reduced memory at the expense of extra compute in the backward pas
threestudio-hash3d/extern/ldm_zero123/modules/diffusionmodules/util.py:125
↓ 3 callersFunctioncount_params
(model, verbose=False)
threestudio-hash3d/extern/ldm_zero123/util.py:91
↓ 3 callersFunctioncreate_window
(window_size, channel)
threestudio-hash3d/extern/ldm_zero123/modules/evaluate/ssim.py:23
↓ 3 callersFunctioncrop_around_box
(tensor, bbox, impath="")
gaussiandreamer-hash3d/threestudio/data/co3d.py:100
↓ 3 callersFunctioncrop_around_box
(tensor, bbox, impath="")
threestudio-hash3d/threestudio/data/co3d.py:100
↓ 3 callersFunctiondefault
(val, d)
gaussiandreamer-hash3d/threestudio/utils/GAN/attention.py:20
↓ 3 callersFunctiondefault
(val, d)
threestudio-hash3d/extern/ldm_zero123/modules/attention.py:20
↓ 3 callersFunctiondefault
(val, d)
threestudio-hash3d/threestudio/utils/GAN/attention.py:20
↓ 3 callersMethodenable_model_cpu_offload
r""" Offloads all models to CPU using accelerate, reducing memory usage with a low impact on performance. Compared to `enable_sequenti
dreamgaussian-hash3d/DeepCache/sdxl/pipeline_utils.py:1231
↓ 3 callersMethodenable_model_cpu_offload
r""" Offloads all models to CPU using accelerate, reducing memory usage with a low impact on performance. Compared to `enable_sequenti
gaussiandreamer-hash3d/DeepCache/sdxl/pipeline_utils.py:1231
↓ 3 callersMethodenable_model_cpu_offload
r""" Offloads all models to CPU using accelerate, reducing memory usage with a low impact on performance. Compared to `enable_sequenti
threestudio-hash3d/DeepCache/sdxl/pipeline_utils.py:1231
↓ 3 callersMethodenable_sequential_cpu_offload
r""" Offloads all models to CPU using accelerate, significantly reducing memory usage. When called, unet, text_encoder, vae and safety
gaussiandreamer-hash3d/DeepCache/zero123/zero123.py:183
↓ 3 callersMethodenable_xformers_memory_efficient_attention
r""" Enable memory efficient attention from [xFormers](https://facebookresearch.github.io/xformers/). When this option is enabled, you
gaussiandreamer-hash3d/DeepCache/sd/pipeline_utils.py:1722
↓ 3 callersMethodencode_imgs
(self, imgs, mode=False)
dreamgaussian-hash3d/guidance/zero123_utils.py:182
↓ 3 callersMethodencode_imgs
(self, imgs, mode=False)
dreamgaussian-hash3d/guidance/zero123_cache_utils.py:330
↓ 3 callersMethodencode_prompt
r""" Encodes the prompt into text encoder hidden states. Args: prompt (`str` or `List[str]`, *optional*):
gaussiandreamer-hash3d/DeepCache/sd/pipeline_stable_diffusion.py:301
↓ 3 callersMethodencode_prompt
r""" Encodes the prompt into text encoder hidden states. Args: prompt (`str` or `List[str]`, *optional*):
threestudio-hash3d/DeepCache/sd/pipeline_stable_diffusion.py:301
↓ 3 callersMethodencode_text
(self, prompt)
dreamgaussian-hash3d/guidance/sd_utils.py:96
↓ 3 callersFunctionexists
(val)
threestudio-hash3d/extern/ldm_zero123/modules/attention.py:12
↓ 3 callersMethodforward_density
(self, points: Float[Tensor, "*N Di"])
gaussiandreamer-hash3d/threestudio/models/geometry/implicit_volume.py:195
↓ 3 callersMethodforward_density
(self, points: Float[Tensor, "*N Di"])
threestudio-hash3d/threestudio/models/geometry/implicit_volume.py:198
↓ 3 callersMethodforward_unet
( self, unet: UNet2DConditionModel, latents: Float[Tensor, "..."], t: Float[Te
threestudio-hash3d/threestudio/models/guidance/stable_diffusion_vsd_guidance.py:403
↓ 3 callersMethodforward_unet
( self, unet: UNet2DConditionModel, latents: Float[Tensor, "..."], t: Int[Tens
threestudio-hash3d/threestudio/models/guidance/zero123_unified_guidance.py:288
↓ 3 callersMethodforward_unet
( self, unet: UNet2DConditionModel, latents: Float[Tensor, "..."], t: Int[Tens
threestudio-hash3d/threestudio/models/guidance/zero123_unified_guidance_cache.py:359
↓ 3 callersFunctionfspecial
python code from: https://github.com/ronaldosena/imagens-medicas-2/blob/40171a6c259edec7827a6693a93955de2bd39e76/Aulas/aula_2_-_uniform_filte
threestudio-hash3d/extern/ldm_zero123/modules/image_degradation/bsrgan_light.py:218
↓ 3 callersFunctionfspecial
python code from: https://github.com/ronaldosena/imagens-medicas-2/blob/40171a6c259edec7827a6693a93955de2bd39e76/Aulas/aula_2_-_uniform_filte
threestudio-hash3d/extern/ldm_zero123/modules/image_degradation/bsrgan.py:218
↓ 3 callersMethodget_fold_unfold
:param x: img of size (bs, c, h, w) :return: n img crops of size (n, bs, c, kernel_size[0], kernel_size[1])
threestudio-hash3d/extern/ldm_zero123/models/diffusion/ddpm.py:836
↓ 3 callersMethodget_input
(self, batch, k)
threestudio-hash3d/extern/ldm_zero123/models/autoencoder.py:134
↓ 3 callersMethodget_input
(self, batch, k)
threestudio-hash3d/extern/ldm_zero123/models/autoencoder.py:402
↓ 3 callersMethodget_loss
(self, pred, target, mean=True)
threestudio-hash3d/extern/ldm_zero123/models/diffusion/ddpm.py:433
↓ 3 callersFunctionget_projection_matrix
( fovy: Float[Tensor, "B"], aspect_wh: float, near: float, far: float )
gaussiandreamer-hash3d/threestudio/utils/ops.py:266
↓ 3 callersFunctionget_projection_matrix
( fovy: Float[Tensor, "B"], aspect_wh: float, near: float, far: float )
threestudio-hash3d/threestudio/utils/ops.py:269
↓ 3 callersMethodget_rgb_image_
(self, img, data_format, data_range, rgba=False)
gaussiandreamer-hash3d/threestudio/utils/saving.py:77
↓ 3 callersMethodget_rgb_image_
(self, img, data_format, data_range, rgba=False)
threestudio-hash3d/threestudio/utils/saving.py:77
↓ 3 callersMethodget_shifted_sdf
( self, points: Float[Tensor, "*N Di"], sdf: Float[Tensor, "*N 1"] )
gaussiandreamer-hash3d/threestudio/models/geometry/implicit_sdf.py:224
↓ 3 callersMethodget_shifted_sdf
( self, points: Float[Tensor, "*N Di"], sdf: Float[Tensor, "*N 1"] )
threestudio-hash3d/threestudio/models/geometry/implicit_sdf.py:224
↓ 3 callersMethodget_weighting
(self, h, w, Ly, Lx, device)
threestudio-hash3d/extern/ldm_zero123/models/diffusion/ddpm.py:815
↓ 3 callersFunctioninstantiate_from_config
(config)
gaussiandreamer-hash3d/threestudio/utils/GAN/util.py:78
↓ 3 callersFunctioninstantiate_from_config
(config)
threestudio-hash3d/threestudio/utils/GAN/util.py:78
↓ 3 callersFunctionload_config
(*yamls: str, cli_args: list = [], from_string=False, **kwargs)
gaussiandreamer-hash3d/threestudio/utils/config.py:99
↓ 3 callersFunctionload_module_weights
( path, module_name=None, ignore_modules=None, map_location=None )
gaussiandreamer-hash3d/threestudio/utils/misc.py:32
↓ 3 callersFunctionload_module_weights
( path, module_name=None, ignore_modules=None, map_location=None )
threestudio-hash3d/threestudio/utils/misc.py:33
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
gaussiandreamer-hash3d/threestudio/models/networks.py:182
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
gaussiandreamer-hash3d/threestudio/models/networks.py:226
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
threestudio-hash3d/threestudio/models/networks.py:246
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
threestudio-hash3d/threestudio/models/networks.py:290
↓ 3 callersMethodmaterial
(self)
threestudio-hash3d/threestudio/models/renderers/base.py:58
↓ 3 callersFunctionmipmap_linear_grid_put_2d
(H, W, coords, values, min_resolution=32, return_count=False)
dreamgaussian-hash3d/grid_put.py:129
↓ 3 callersMethodmodify_score
(self, model, e_t, x, t, c)
threestudio-hash3d/extern/ldm_zero123/guidance.py:59
↓ 3 callersFunctionperceptual_sim
(img1, img2, vgg16)
threestudio-hash3d/extern/ldm_zero123/modules/evaluate/evaluate_perceptualsim.py:315
↓ 3 callersMethodpredict_start_from_noise
(self, x_t, t, noise)
threestudio-hash3d/extern/ldm_zero123/models/diffusion/ddpm.py:351
↓ 3 callersMethodprune_points
(self, mask)
dreamgaussian-hash3d/gs_renderer.py:497
↓ 3 callersFunctionpsnr
(img1, img2, mask=None, reshape=False)
threestudio-hash3d/extern/ldm_zero123/modules/evaluate/evaluate_perceptualsim.py:291
↓ 3 callersFunctionrenew_attention_paths
Updates paths inside attentions to the new naming scheme (local renaming)
gaussiandreamer-hash3d/scripts/convert_zero123_to_diffusers.py:240
↓ 3 callersFunctionrenew_attention_paths
Updates paths inside attentions to the new naming scheme (local renaming)
threestudio-hash3d/scripts/convert_zero123_to_diffusers.py:240
↓ 3 callersFunctionresize_image
(image, height, width, mode="bilinear")
gaussiandreamer-hash3d/threestudio/data/co3d.py:107
↓ 3 callersFunctionresize_image
(image, height, width, mode="bilinear")
threestudio-hash3d/threestudio/data/co3d.py:107
↓ 3 callersMethodsample
( self, S, batch_size, shape, conditioning=None, callback=None
threestudio-hash3d/extern/ldm_zero123/models/diffusion/ddim.py:105
↓ 3 callersFunctionsample_from_quad_center
(total_numbers, n_samples, center, pow=1.2)
dreamgaussian-hash3d/DeepCache/sd/pipeline_stable_diffusion.py:90
↓ 3 callersMethodsave_model
(self, mode='geo', texture_size=1024)
dreamgaussian-hash3d/main_hash.py:422
↓ 3 callersMethodsave_model
(self, mode='geo', texture_size=1024)
dreamgaussian-hash3d/main.py:405
↓ 3 callersFunctionscale_img_nhwc
(x, size, mag='bilinear', min='bilinear')
dreamgaussian-hash3d/mesh_renderer.py:14
↓ 3 callersMethodseed_everything
(self)
dreamgaussian-hash3d/main.py:91
↓ 3 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
gaussiandreamer-hash3d/threestudio/models/guidance/deep_floyd_guidance.py:108
↓ 3 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio-hash3d/threestudio/models/guidance/stable_diffusion_vsd_guidance.py:223
↓ 3 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio-hash3d/threestudio/models/guidance/stable_diffusion_guidance.py:142
← previousnext →301–400 of 4,150, ranked by callers