↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
src/gaussian-splatting/scene/colmap_loader.py:72
↓ 10 callersMethod__init__(self, in_features, out_features, bias=True, init_mode='kaiming_normal', init_weight=1, init_bias=0)
src/gaussian_predictor.py:120
↓ 2 callersMethoddensification_postfix(self, new_xyz, new_features_dc, new_features_rest, new_opacities, new_scaling, new_rotation)
src/gaussian-splatting/scene/gaussian_model.py:329
↓ 2 callersFunctiongetWorld2View2(R, t, translate=np.array([.0, .0, .0]), scale=1.0)
src/gaussian-splatting/utils/graphics_utils.py:38
↓ 2 callersMethodintegrate(self, points3D, means3D, means2D, opacities, shs = None, colors_precomp = None, scales = None, rotations = No
src/gaussian-splatting/submodules/diff-gof-rasterization/diff_gof_rasterization/__init__.py:241
↓ 2 callersFunctionrender_set(model_path, name, iteration, views, gaussians, pipeline, background)
src/gaussian-splatting/render.py:24
↓ 1 callersFunction_ssim(img1, img2, window, window_size, channel, size_average=True)
src/gaussian-splatting/utils/loss_utils.py:43
↓ 1 callersFunctioncolorizeConverts a depth map to a color image. Args: value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H,
src/utils.py:94
↓ 1 callersFunctioncolorize_firstConverts a depth map to a color image. Args: value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H,
src/utils.py:154