MCPcopy Create free account

hub / github.com/W-Ted/F3D-Gaus / functions

Functions317 in github.com/W-Ted/F3D-Gaus

Method__init__
(self, parser)
src/gaussian-splatting/arguments/__init__.py:65
Method__init__
(self, parser)
src/gaussian-splatting/arguments/__init__.py:72
Method__init__
(self, raster_settings)
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:186
Method__init__
(self, name: str, sourcedir: str = "")
src/gaussian-splatting/submodules/tetra-triangulation/setup.py:23
Method__init__
(self, n_channels_list: Sequence[int])
src/gaussian-splatting/lpipsPyTorch/modules/networks.py:24
Method__init__
(self)
src/gaussian-splatting/lpipsPyTorch/modules/networks.py:37
Method__init__
(self)
src/gaussian-splatting/lpipsPyTorch/modules/networks.py:67
Method__init__
(self)
src/gaussian-splatting/lpipsPyTorch/modules/networks.py:78
Method__init__
(self, net_type: str = 'alex', version: str = '0.1')
src/gaussian-splatting/lpipsPyTorch/modules/lpips.py:17
Method__len__
(self)
src/utils.py:318
Method__len__
(self)
src/dataio_demo.py:75
Method__len__
(self)
src/dataio_gs_test_256_demo.py:147
Method__pow__
(self, other: Any)
src/utils.py:393
Method__radd__
(self, other)
src/utils.py:384
Method__rmul__
(self, other: Any)
src/utils.py:405
Method__setattr__
(self, name: str, value: Any)
src/utils.py:278
Method__sub__
(self, other: Any)
src/utils.py:387
Functionask_yes_no
Ask the user the question until the user inputs a valid answer.
src/utils.py:556
Methodbackward
(ctx, dw)
src/gaussian_predictor.py:208
Methodbuild_covariance_from_scaling_rotation
(scaling, scaling_modifier, rotation)
src/gaussian-splatting/scene/gaussian_model.py:27
Functionconstruct_class_by_name
Finds the python class with the given name and constructs it with the given arguments.
src/utils.py:690
Functionconvert_image_to_fn
(img_type, image)
src/utils.py:242
Functioncopy_files_and_create_dirs
Takes in a list of tuples of (src, dst) paths and copies files. Will create all necessary directories.
src/utils.py:751
Functioncount_parameters
(model)
src/utils.py:255
Functioncycle
(dl)
src/utils.py:226
Functiondefault
(val, d)
src/utils.py:218
Functiondnormvdv
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/auxiliary.h:145
Functiondnormvdz
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/auxiliary.h:137
Methodextract
(self, args)
src/gaussian-splatting/arguments/__init__.py:59
Methodfinalize_options
Set final values for all the options that this command supports. This is always called as late as possible, ie. after any option assi
src/gaussian-splatting/submodules/tetra-triangulation/setup.py:43
Functionfocal2fov
(focal, pixels)
src/gaussian_predictor.py:41
Functionformat_time
Convert the seconds to human readable string with days, hours, minutes and seconds.
src/utils.py:528
Functionformat_time_brief
Convert the seconds to human readable string with days, hours, minutes and seconds.
src/utils.py:542
Methodforward
(self, x_input, background, view_to_world_transforms, source_cv2wT_quat, return_3d_features=True, render=False
src/unet_gs.py:48
Methodforward
(self, x)
src/gaussian_predictor.py:128
Methodforward
(self, x, N_views_xa=1)
src/gaussian_predictor.py:156
Methodforward
(self, x, N_views_xa=1)
src/gaussian_predictor.py:191
Methodforward
(ctx, q, k)
src/gaussian_predictor.py:202
Methodforward
(self, x)
src/gaussian_predictor.py:225
Methodforward
(self, x)
src/gaussian_predictor.py:244
Methodforward
(self, q, kv)
src/gaussian_predictor.py:267
Methodforward
(self, x, emb=None, N_views_xa=1)
src/gaussian_predictor.py:314
Methodforward
(self, x, film_camera_emb=None, N_views_xa=1)
src/gaussian_predictor.py:462
Methodforward
(self, x)
src/gaussian_predictor.py:534
Methodforward
(self, x, film_camera_emb=None, N_views_xa=1)
src/gaussian_predictor.py:582
Methodforward
(self, x, source_cameras_view_to_world, source_cv2wT_quat=None,
src/gaussian_predictor.py:883
Methodforward
( ctx, means3D, means2D, sh, colors_precomp, opacities,
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:48
Methodforward
(self, means3D, means2D, opacities, shs = None, colors_precomp = None, scales = None, rotations = None, cov3D_
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:201
Methodforward
(self, x: torch.Tensor)
src/gaussian-splatting/lpipsPyTorch/modules/networks.py:53
Methodforward
(self, x: torch.Tensor, y: torch.Tensor)
src/gaussian-splatting/lpipsPyTorch/modules/lpips.py:30
Functionfov2focal_torch
(fov, pixels)
src/gaussian_predictor.py:38
Functiongeom_transform_points
(points, transf_matrix)
src/gaussian-splatting/utils/graphics_utils.py:22
FunctiongetRect
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/auxiliary.h:64
FunctiongetWorld2View
(R, t)
src/gaussian-splatting/utils/graphics_utils.py:31
Methodget_camera_embeddings
(self, cameras)
src/gaussian_predictor.py:802
Functionget_dtype_and_ctype
Given a type name string (or an object having a __name__ attribute), return matching Numpy and ctypes types that have the same size in bytes.
src/utils.py:590
Methodget_features
(self)
src/gaussian-splatting/scene/gaussian_model.py:108
Functionget_module_dir_by_obj_name
Get the directory path of the module containing the given object name.
src/utils.py:695
Methodget_names
()
src/dataio_demo.py:78
Methodget_names
(self)
src/dataio_gs_test_256_demo.py:150
Methodget_opacity
(self)
src/gaussian-splatting/scene/gaussian_model.py:114
Methodget_rotation
(self)
src/gaussian-splatting/scene/gaussian_model.py:100
Methodget_scaling
(self)
src/gaussian-splatting/scene/gaussian_model.py:96
Methodget_source_files
(self)
src/gaussian-splatting/submodules/tetra-triangulation/setup.py:110
Functionget_top_level_function_name
Return the fully-qualified name of a top-level function.
src/utils.py:706
Methodget_xyz
(self)
src/gaussian-splatting/scene/gaussian_model.py:104
Functionhas_int_squareroot
(num)
src/utils.py:231
Functionhelper
(step)
src/gaussian-splatting/utils/general_utils.py:47
Functionidentity
(t, *args, **kwargs)
src/utils.py:223
Functionin_frustum
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/auxiliary.h:177
Functioninit
(wish_host, wish_port)
src/gaussian-splatting/gaussian_renderer/network_gui.py:26
Methodinit_recursively
(value: Union[Dict, DictConfig])
src/utils.py:285
Methodinitialize_options
Set default values for all the options that this command supports. Note that these defaults may be overridden by other commands, by t
src/gaussian-splatting/submodules/tetra-triangulation/setup.py:33
Functioninverse_sigmoid
(x)
src/gaussian_predictor.py:31
Functionis_pickleable
(obj: Any)
src/utils.py:613
Functionl2_loss
(network_output, gt)
src/gaussian-splatting/utils/loss_utils.py:20
Functionlist_dir_recursively_with_ignore
List all files recursively in a given directory while ignoring given file and directory names. Returns list of tuples containing both absolute and
src/utils.py:718
MethodmarkVisible
(self, positions)
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:190
Functionmatrix_to_quaternion
Matrix-to-quaternion conversion method. Equation taken from https://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuat
src/gaussian_predictor.py:68
Functionmse
(img1, img2)
src/gaussian-splatting/utils/image_utils.py:14
Functionndc2Pix
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/auxiliary.h:59
Functionnormalize_to_neg_one_to_one
(img)
src/utils.py:249
Functionnum_to_groups
(num, divisor)
src/utils.py:234
Functionobtain
src/gaussian-splatting/submodules/diff-gof-rasterization/cuda_rasterizer/rasterizer_impl.h:22
Functionopen_url
Download the given URL and return a binary-mode file object to access the data.
src/utils.py:785
Functionpy_triangulate
src/gaussian-splatting/submodules/tetra-triangulation/src/py_binding.cpp:26
Methodqvec2rotmat
(self)
src/gaussian-splatting/scene/colmap_loader.py:69
FunctionreadColmapSceneInfo
(path, images, eval, llffhold=8)
src/gaussian-splatting/scene/dataset_readers.py:132
FunctionreadNerfSyntheticInfo
(path, white_background, eval, extension=".png")
src/gaussian-splatting/scene/dataset_readers.py:221
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:
src/gaussian-splatting/scene/colmap_loader.py:273
Functionreceive
()
src/gaussian-splatting/gaussian_renderer/network_gui.py:57
Methodreduce_mean
This method is useless on its own and we use it simply to aggregate some values from all the tensors to have DDP consistency
src/utils.py:349
Functionrender_predicted_more_v1
Render the scene as specified by pc dictionary. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:211
Functionrender_predicted_more_v2
Render the scene as specified by pc dictionary. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:307
Functionrender_predicted_more_v2_2dgs
Render the scene. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:505
Functionrender_predicted_more_v2_gof_fov
Render the scene. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:1385
Functionrender_predicted_more_v3
Render the scene as specified by pc dictionary. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:402
Functionrender_predicted_more_v3_2dgs
Render the scene. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:694
Functionrender_predicted_more_v3_gof
Render the scene. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:1232
Functionrender_predicted_more_v3_gof_fov
Render the scene. Background tensor (bg_color) must be on GPU!
src/gaussian_renderer/__init__.py:1541
← previousnext →201–300 of 317, ranked by callers