↓ 1 callersMethodcreate_pcd_from_image(self, cam_info,pyr_level,pyr_scaling, init=False, scale=2.0, depthmap=None)
gaussian_splatting/scene/gaussian_model.py:108
↓ 1 callersMethodcreate_pcd_from_image_and_depth(self, cam, rgb, depth, pyr_level,pyr_scaling, init=False)
gaussian_splatting/scene/gaussian_model.py:127
↓ 1 callersMethodextend_from_pcd(
self, fused_point_cloud, features, scales, rots, opacities, kf_id
)
gaussian_splatting/scene/gaussian_model.py:202
↓ 1 callersMethodextend_from_pcd_seq(
self, cam_info,pyr_level,pyr_scaling, kf_id=-1, init=False, scale=2.0, depthmap=None
)
gaussian_splatting/scene/gaussian_model.py:229
↓ 1 callersFunctionhelper(
step, lr_init, lr_final, lr_delay_steps=0, lr_delay_mult=1.0, max_steps=1000000
)
gaussian_splatting/utils/general_utils.py:79
↓ 1 callersMethodinit_from_gui(uid, T, FoVx, FoVy, fx, fy, cx, cy, H, W)
utils/camera_utils.py:68
↓ 1 callersFunctionrasterize_gaussians(
means3D,
means2D,
sh,
colors_precomp,
opacities,
scales,
rotations,
cov3Ds_p
submodules/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py:21