↓ 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:72
↓ 2 callersMethoddensification_postfix(self, new_xyz, new_features_dc, new_features_rest, new_opacities, new_scaling, new_rotation, new_t, new_scali
scene/gaussian_model.py:449
↓ 2 callersFunctionreadCamerasFromTransforms(path, transformsfile, white_background, extension=".png", time_duration=None, frame_ratio=1, dataloader=False
scene/dataset_readers.py:212
↓ 1 callersMethoddensify_and_prune(self, max_grad, min_opacity, extent, max_screen_size, max_grad_t=None, prune_only=False)
scene/gaussian_model.py:552
↓ 1 callersMethoddensify_and_split(self, grads, grad_threshold, scene_extent, grads_t, grad_t_threshold, N=2)
scene/gaussian_model.py:481
↓ 1 callersFunctiongetProjectionMatrixCenterShift(znear, zfar, cx, cy, fl_x, fl_y, w, h)
utils/graphics_utils.py:74
↓ 1 callersFunctionrasterize_gaussians(
means3D,
means2D,
sh,
colors_precomp,
flow_2d,
opacities,
ts,
scales,
sc
gaussian_renderer/diff_gaussian_rasterization.py:34