gaussian-splatting/utils
Lixing Xiao b66e1ad13e
Update loss_utils.py
Updated the function ssim(), the optimized version of ssim() is ssim_optimized(), which reduce the computational complexity. After modified, the function create_window() just need to be called once in the main function in train.py, no need to be called in ssim() in every iteration.
2024-07-12 16:56:48 +08:00
..
camera_utils.py Provide --data_device option to put data on CPU to save VRAM for training (#14) 2023-07-12 11:30:45 -07:00
general_utils.py Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
graphics_utils.py Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
image_utils.py Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
loss_utils.py Update loss_utils.py 2024-07-12 16:56:48 +08:00
sh_utils.py Initial commit 2023-07-04 10:00:48 +02:00
system_utils.py Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00