↓ 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)
scene/gaussian_model.py:448
↓ 2 callersFunctionrender_set(model_path, name, iteration, views, gaussians, pipeline, background, kernel_size, scale_factor)
render.py:24
↓ 1 callersMethoddensify_and_clone(self, grads, grad_threshold, grads_abs, grad_abs_threshold, scene_extent)
scene/gaussian_model.py:500
↓ 1 callersMethoddensify_and_split(self, grads, grad_threshold, grads_abs, grad_abs_threshold, scene_extent, N=2)
scene/gaussian_model.py:471
↓ 1 callersFunctionrasterize_gaussians(
means3D,
means2D,
sh,
colors_precomp,
opacities,
scales,
rotations,
cov3Ds_p
submodules/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py:21
↓ 1 callersFunctiontraining(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoint_iterations, checkpoint, debug_from)
train.py:50