MCPcopy Create free account

hub / github.com/benhenryL/Deblurring-3D-Gaussian-Splatting / functions

Functions127 in github.com/benhenryL/Deblurring-3D-Gaussian-Splatting

Functioneval_sh
Evaluate spherical harmonics at unit directions using hardcoded SH polynomials. Works with torch/np/jnp. ... Can be 0 or more batch d
utils/sh_utils.py:57
Methodextract
(self, args)
arguments/__init__.py:60
Methodfind_nearest_neighbors
(new_point, N)
scene/gaussian_model.py:459
Methodforward
(self, pos, scales, rotations, viewdirs)
scene/blur_kernel.py:106
Methodforward
(self, x: torch.Tensor)
lpipsPyTorch/modules/networks.py:53
Methodforward
(self, x: torch.Tensor, y: torch.Tensor)
lpipsPyTorch/modules/lpips.py:30
Functiongeom_transform_points
(points, transf_matrix)
utils/graphics_utils.py:22
FunctiongetWorld2View
(R, t)
utils/graphics_utils.py:31
Methodget_features
(self)
scene/gaussian_model.py:114
Methodget_opacity
(self)
scene/gaussian_model.py:120
Methodget_rotation
(self)
scene/gaussian_model.py:106
Methodget_scaling
(self)
scene/gaussian_model.py:102
Methodget_xyz
(self)
scene/gaussian_model.py:110
Functionhelper
(step)
utils/general_utils.py:47
Functioninit
(wish_host, wish_port)
gaussian_renderer/network_gui.py:26
Functioninit_linear_weights
(m)
scene/blur_kernel.py:66
Functionlpips
r"""Function that measures Learned Perceptual Image Patch Similarity (LPIPS). Arguments: x, y (torch.Tensor): the input tensors to co
lpipsPyTorch/__init__.py:6
Functionmse
(img1, img2)
utils/image_utils.py:14
Methodqvec2rotmat
(self)
scene/colmap_loader.py:69
FunctionreadColmapSceneInfo
(path, images, eval, llffhold=8)
scene/dataset_readers.py:149
FunctionreadNerfSyntheticInfo
(path, white_background, eval, extension=".png")
scene/dataset_readers.py:241
Functionread_colmap_bin_array
Taken from https://github.com/colmap/colmap/blob/dev/scripts/python/read_dense.py :param path: path to the colmap binary file. :return:
scene/colmap_loader.py:274
Functionreceive
()
gaussian_renderer/network_gui.py:57
Methodreset_opacity
(self)
scene/gaussian_model.py:222
Functionrotmat2qvec
(R)
scene/colmap_loader.py:55
Functionsend
(message_bytes, verify)
gaussian_renderer/network_gui.py:50
Functiontry_connect
()
gaussian_renderer/network_gui.py:34
← previous101–127 of 127, ranked by callers