gaussian-splatting/arguments
Stefan Saraev b5a5f72eda load speedup: refactored image loading
Images are now loaded on the target device as uint8s.
Then they are converted to the target data type (eg. fp32 or fp16).
This speeds up the loading time.

Also, users can opt to store the image as uint8 or as target data type.
This will further reduce memory usage.
2024-05-15 22:32:58 +03:00
..
__init__.py load speedup: refactored image loading 2024-05-15 22:32:58 +03:00