gaussian-splatting/utils
Pythonix Huang 989320fdf2
Provide --data_device option to put data on CPU to save VRAM for training (#14)
* Provide --data_on_cpu option to save VRAM for training

when there are many training images such as in large scene, most of the VRAM are used to store training data, use --data_on_cpu  can help reduce VRAM and make it possible to train on GPU with less VRAM

* Fix data_on_cpu  effect on default mask

* --data_on_cpu to --data_device

* update readme

* format warning infos
2023-07-12 11:30:45 -07: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 Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
sh_utils.py
system_utils.py Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00