mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-16 21:55:35 +00:00
The training relies on PIL to resize the input images and extracts the resized alpha to mask the rendered image during training. Since PIL pre-multiplies the resized RGB with the resized alpha, the training produces different Gaussian points depending on whether the input get resized or not. Moreover, the extracted alpha channel from PIL is not perfectly binarized, causing floaters around the edges. |
||
---|---|---|
.. | ||
camera_utils.py | ||
general_utils.py | ||
graphics_utils.py | ||
image_utils.py | ||
loss_utils.py | ||
make_depth_scale.py | ||
read_write_model.py | ||
sh_utils.py | ||
system_utils.py |