↓ 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.
scene/colmap_loader.py:61
↓ 5 callersFunctionrender(viewpoint_camera, pc : GaussianModel, pipe, bg_color : torch.Tensor, scaling_modifier = 1.0, override_color =
gaussian_renderer/__init__.py:9
↓ 3 callersMethoddensification_postfix(self, new_xyz, new_features_dc, new_features_rest, new_opacities, new_scaling, new_rotation)
scene/gaussian_model.py:318
↓ 2 callersFunctiondepth_propagation(viewpoint_cam, rendered_depth, viewpoint_stack, src_idxs, dataset, patch_size)
utils/graphics_utils.py:387
↓ 1 callersFunctioncheck_geometric_consistency(depth_ref, intrinsics_ref, extrinsics_ref, depth_src, intrinsics_src, extrinsics_src, thre1=1, thre2=0.01)
utils/graphics_utils.py:367
↓ 1 callersFunctionget_surface_normalv2 xyz: xyz coordinates patch: [p1, p2, p3, p4, p5, p6, p7, p8, p9] surface_normal = [(p9-p1) x (p3-p7)] + [(p6-p4)
utils/graphics_utils.py:114
↓ 1 callersFunctionrasterize_gaussians(
means3D,
means2D,
sh,
colors_precomp,
opacities,
scales,
rotations,
cov3Ds_p
submodules/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py:21
↓ 1 callersFunctionreadColmapCameras(cam_extrinsics, cam_intrinsics, images_folder, sky_seg=False, load_normal=False, load_depth=False)
scene/dataset_readers.py:62
↓ 1 callersFunctionrender_with_mask(viewpoint_camera, pc: GaussianModel, pipe, bg_color: torch.Tensor, person_mask: torch.Tensor,
gaussian_renderer/__init__.py:149
↓ 1 callersFunctionreproject_with_depth(depth_ref, intrinsics_ref, extrinsics_ref, depth_src, intrinsics_src, extrinsics_src)
utils/graphics_utils.py:320