MCPcopy Create free account

hub / github.com/alvinliu0/HumanGaussian / functions

Functions965 in github.com/alvinliu0/HumanGaussian

↓ 3 callersFunctionload_config
(*yamls: str, cli_args: list = [], from_string=False, **kwargs)
threestudio/utils/config.py:99
↓ 3 callersFunctionload_module_weights
( path, module_name=None, ignore_modules=None, map_location=None )
threestudio/utils/misc.py:32
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
threestudio/models/networks.py:182
↓ 3 callersMethodmake_linear
(self, dim_in, dim_out, is_first, is_last)
threestudio/models/networks.py:226
↓ 3 callersMethodprune_points
(self, mask)
gs_renderer.py:649
↓ 3 callersMethodprune_points
(self, mask)
gaussiansplatting/scene/gaussian_model.py:301
↓ 3 callersMethodrasterize
( self, pos: Float[Tensor, "B Nv 4"], tri: Integer[Tensor, "Nf 3"], resolution
threestudio/utils/rasterize.py:30
↓ 3 callersFunctionrenew_attention_paths
Updates paths inside attentions to the new naming scheme (local renaming)
scripts/convert_zero123_to_diffusers.py:240
↓ 3 callersFunctionrescale_noise_cfg
Rescale `noise_cfg` according to `guidance_rescale`. Based on findings of [Common Diffusion Noise Schedules and Sample Steps are Flawed](http
threestudio/models/guidance/dual_branch_guidance.py:29
↓ 3 callersFunctionresize_image
(image, height, width, mode="bilinear")
threestudio/data/co3d.py:107
↓ 3 callersFunctionsafe_normalize
(x, eps=1e-20)
threestudio/data/uncond.py:27
↓ 3 callersMethodscale
(self, delta)
animation.py:405
↓ 3 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio/models/guidance/deep_floyd_guidance.py:108
↓ 3 callersMethodset_requires_grad
(self, state: bool)
gaussiansplatting/lpipsPyTorch/modules/networks.py:46
↓ 3 callersFunctionset_system_status
(system: BaseSystem, ckpt_path: Optional[str])
launch.py:175
↓ 3 callersFunctionvalidate_empty_rays
(ray_indices, t_start, t_end)
threestudio/utils/ops.py:444
↓ 3 callersFunctionvolsdf_density
(sdf, inv_std)
threestudio/models/renderers/neus_volume_renderer.py:17
↓ 2 callersFunctionNormalize
(in_channels)
threestudio/utils/GAN/attention.py:76
↓ 2 callersFunctionRGB2SH
(rgb)
gaussiansplatting/utils/sh_utils.py:114
↓ 2 callersMethod__init__
( self, cfg: Optional[Union[dict, DictConfig]] = None, *args, **kwargs )
threestudio/utils/base.py:57
↓ 2 callersMethod__init__
(self, save_path)
threestudio/utils/callbacks.py:122
↓ 2 callersMethod__init__
(self, cfg: Any, split: str)
threestudio/data/image.py:274
↓ 2 callersMethod__init__
(self, cfg: Any, split: str)
threestudio/data/multiview.py:197
↓ 2 callersMethod__init__
(self, cfg: Any, split: str)
threestudio/data/uncond.py:527
↓ 2 callersFunction_distributed_available
()
threestudio/utils/misc.py:104
↓ 2 callersFunction_get_1d_bounds
(arr)
threestudio/data/co3d.py:55
↓ 2 callersMethodadd_densification_stats
(self, viewspace_point_tensor, update_filter)
gs_renderer.py:830
↓ 2 callersMethodadd_extra
(self, k, v)
threestudio/models/mesh.py:28
↓ 2 callersMethodbackward
(ctx, g)
threestudio/utils/ops.py:51
↓ 2 callersFunctionbroadcast
(tensor, src=0)
threestudio/utils/misc.py:115
↓ 2 callersFunctionbuild_rotation
(r)
gs_renderer.py:103
↓ 2 callersFunctionbuild_rotation
(r)
gaussiansplatting/utils/general_utils.py:78
↓ 2 callersFunctioncameraList_from_camInfos
(cam_infos, resolution_scale, args)
gaussiansplatting/utils/camera_utils.py:54
↓ 2 callersFunctionclamp
(v, T=0.0001)
threestudio/utils/ops.py:376
↓ 2 callersFunctionconv_1x1_bn
( inp, oup, conv_layer=nn.Conv2d, norm_layer=nn.BatchNorm2d, nlin_layer=nn.ReLU )
threestudio/utils/GAN/mobilenet.py:23
↓ 2 callersFunctionconv_attn_to_linear
(checkpoint)
scripts/convert_zero123_to_diffusers.py:859
↓ 2 callersFunctionconvert_proj
(K, H, W, near, far)
threestudio/data/multiview.py:32
↓ 2 callersMethoddensification_postfix
( self, new_xyz, new_features_dc, new_features_rest, new_opacities,
gs_renderer.py:699
↓ 2 callersMethoddensification_postfix
(self, new_xyz, new_features_dc, new_features_rest, new_opacities, new_scaling, new_rotation)
gaussiansplatting/scene/gaussian_model.py:339
↓ 2 callersFunctiondot
(x, y)
animation.py:18
↓ 2 callersFunctioneval_sh
Evaluate spherical harmonics at unit directions using hardcoded SH polynomials. Works with torch/np/jnp. ... Can be 0 or more batch d
gaussiansplatting/utils/sh_utils.py:57
↓ 2 callersFunctionexists
(val)
threestudio/utils/GAN/attention.py:12
↓ 2 callersFunctionfetchPly
(path)
gaussiansplatting/scene/dataset_readers.py:107
↓ 2 callersMethodflush
(self)
gaussiansplatting/utils/general_utils.py:125
↓ 2 callersFunctiongetNerfppNorm
(cam_info)
gaussiansplatting/scene/dataset_readers.py:45
↓ 2 callersMethodgetTestCameras
(self, scale=1.0)
gaussiansplatting/scene/__init__.py:92
↓ 2 callersMethodget_activated_density
( self, points: Float[Tensor, "*N Di"], density: Float[Tensor, "*N 1"] )
threestudio/models/geometry/implicit_volume.py:77
↓ 2 callersFunctionget_ckpt_path
(name, root, check=False)
threestudio/utils/perceptual/utils.py:32
↓ 2 callersMethodget_density_bias
(self, points: Float[Tensor, "*N Di"])
threestudio/models/geometry/volume_grid.py:48
↓ 2 callersMethodget_grayscale_image_
(self, img, data_range, cmap)
threestudio/utils/saving.py:179
↓ 2 callersMethodget_save_dir
(self)
threestudio/utils/saving.py:29
↓ 2 callersMethodget_uv_image_
(self, img, data_format, data_range, cmap)
threestudio/utils/saving.py:143
↓ 2 callersMethodinitialize
(self, input)
threestudio/utils/GAN/discriminator.py:25
↓ 2 callersFunctioninverse_sigmoid
(x)
gs_renderer.py:23
↓ 2 callersFunctioninverse_sigmoid
(x)
gaussiansplatting/utils/general_utils.py:18
↓ 2 callersMethodisosurface
(self)
threestudio/models/geometry/tetrahedra_sdf_grid.py:237
↓ 2 callersMethodisosurface
(self)
threestudio/models/geometry/custom_mesh.py:140
↓ 2 callersFunctionl1_loss
(network_output, gt)
gaussiansplatting/utils/loss_utils.py:17
↓ 2 callersMethodload_images
(self)
threestudio/data/image.py:155
↓ 2 callersMethodload_ply
(self, path)
gs_renderer.py:525
↓ 2 callersMethodload_smplx
(self, path, betas=None, expression=None, gender='neutral')
threestudio/utils/poser.py:290
↓ 2 callersFunctionmain
(args, extras)
launch.py:43
↓ 2 callersMethodmake_activation
(self)
threestudio/models/networks.py:186
↓ 2 callersMethodmake_activation
(self)
threestudio/models/networks.py:258
↓ 2 callersFunctionmd5_hash
(path)
threestudio/utils/perceptual/utils.py:26
↓ 2 callersFunctionnormalize_tensor
(x, eps=1e-10)
threestudio/utils/perceptual/perceptual.py:141
↓ 2 callersMethodpan
(self, rot, dx, dy, dz=0)
animation.py:410
↓ 2 callersMethodprepare_latents
(self, batch_size, num_channels_latents, height, width, dtype, device, generator, latents=None)
threestudio/models/guidance/models/pipeline_rgbdepth.py:597
↓ 2 callersFunctionpsnr
(img1, img2)
gaussiansplatting/utils/image_utils.py:17
↓ 2 callersFunctionqvec2rotmat
(qvec)
gaussiansplatting/scene/colmap_loader.py:43
↓ 2 callersFunctionreadCamerasFromTransforms
(path, transformsfile, white_background, extension=".png")
gaussiansplatting/scene/dataset_readers.py:179
↓ 2 callersMethodremove_outlier
(self, outlier_n_faces_threshold: Union[int, float])
threestudio/models/mesh.py:31
↓ 2 callersMethodrender
(self)
animation.py:933
↓ 2 callersFunctionrender_set
(model_path, name, iteration, views, gaussians, pipeline, background)
gaussiansplatting/render.py:24
↓ 2 callersFunctionrenew_vae_attention_paths
Updates paths inside attentions to the new naming scheme (local renaming)
scripts/convert_zero123_to_diffusers.py:827
↓ 2 callersFunctionsafe_normalize
(x, eps=1e-20)
animation.py:32
↓ 2 callersFunctionsafe_state
(silent)
gaussiansplatting/utils/general_utils.py:112
↓ 2 callersMethodsample
(self)
threestudio/utils/GAN/distribution.py:37
↓ 2 callersMethodsave_image
(self, filename, img)
threestudio/utils/saving.py:330
↓ 2 callersMethodscale
(self, delta)
threestudio/utils/poser.py:349
↓ 2 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio/models/guidance/dual_branch_guidance.py:197
↓ 2 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio/models/guidance/stable_diffusion_guidance.py:141
↓ 2 callersMethodset_min_max_steps
(self, min_step_percent=0.02, max_step_percent=0.98)
threestudio/models/guidance/stable_diffusion_controlnet_guidance.py:156
↓ 2 callersMethodset_rays
(self)
threestudio/data/image.py:138
↓ 2 callersMethodsetup
(self, cfg, split)
threestudio/data/image.py:53
↓ 2 callersMethodsetup
(self, stage=None)
threestudio/data/co3d.py:680
↓ 2 callersFunctionssim
(img1, img2, window_size=11, size_average=True)
gaussiansplatting/utils/loss_utils.py:33
↓ 2 callersFunctionstorePly
(path, xyz, rgb)
gaussiansplatting/scene/dataset_readers.py:115
↓ 2 callersMethodtraining_setup
(self, training_args)
gs_renderer.py:413
↓ 2 callersMethodtraining_setup
(self, training_args)
gaussiansplatting/scene/gaussian_model.py:149
↓ 2 callersMethodunwrap_uv
( self, xatlas_chart_options: dict = {}, xatlas_pack_options: dict = {} )
threestudio/models/mesh.py:244
↓ 2 callersMethodupdate_learning_rate
Learning rate scheduling per step
gs_renderer.py:459
↓ 1 callersFunctionPILtoTorch
(pil_image, resolution)
gaussiansplatting/utils/general_utils.py:21
↓ 1 callersMethod__init__
(self, v: np.ndarray, f: np.ndarray)
threestudio/utils/ops.py:324
↓ 1 callersMethod__init__
(self, cfg, split)
threestudio/data/co3d.py:529
↓ 1 callersMethod__init__
(self, resolution: int)
threestudio/models/isosurface.py:20
↓ 1 callersMethod_compute_edges
(self)
threestudio/models/mesh.py:255
↓ 1 callersMethod_compute_vertex_normal
(self)
threestudio/models/mesh.py:134
↓ 1 callersMethod_compute_vertex_tangent
(self)
threestudio/models/mesh.py:162
↓ 1 callersMethod_encode_prompt
r""" Encodes the prompt into text encoder hidden states. Args: prompt (`str` or `List[str]`, *optional*):
threestudio/models/guidance/models/pipeline_rgbdepth.py:352
← previousnext →101–200 of 965, ranked by callers