↓ 1 callersFunctiondepths_to_points(world_view_transform, image_width, image_height, FoVx, FoVy, depthmap)
src/gaussian_renderer/__init__.py:881
↓ 1 callersFunctionrasterize_gaussians(
means3D,
means2D,
sh,
colors_precomp,
opacities,
scales,
rotations,
cov3Ds_p
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:21
↓ 1 callersFunctiontraining(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoint_iterations, checkpoint, debug_from)
src/gaussian-splatting/train.py:31
↓ 1 callersFunctiontraining_report(tb_writer, iteration, Ll1, loss, l1_loss, elapsed, testing_iterations, scene : Scene, renderFunc, renderArgs)
src/gaussian-splatting/train.py:156
Method__init__(self,
in_channels, out_channels, kernel, bias=True, up=False, down=False,
resample_filter=[1,
src/gaussian_predictor.py:138
Method__init__(self,
in_channels, out_channels, emb_channels, up=False, down=False, attention=False,
num_hea
src/gaussian_predictor.py:283
Method__init__(self, folder, image_size=64, config=None, random_flip=True, get_224=False)
src/dataio_gs_test_256_demo.py:24
Method__init__(self, colmap_id, R, T, FoVx, FoVy, image, gt_alpha_mask,
image_name, uid,
t
src/gaussian-splatting/scene/cameras.py:18
Method__init__(self, width, height, fovy, fovx, znear, zfar, world_view_transform, full_proj_transform)
src/gaussian-splatting/scene/cameras.py:60