pip install gscompressor(No Linux version because not supported by PyPI: Binary wheel can't be uploaded on pypi using twine)
Install gaussian-splatting.
You can download the wheel from PyPI:
pip install --upgrade gaussian-splattingAlternatively, install the latest version from the source:
pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@masterInstall reduced-3dgs.
You can download the wheel from PyPI:
pip install --upgrade reduced-3dgsAlternatively, install the latest version from the source:
pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main(Optional) Install lapis-gs.
You can download the wheel from PyPI:
pip install --upgrade lapis-gsAlternatively, install the latest version from the source:
pip install --upgrade git+https://github.com/yindaheng98/lapis-gs.git@maingit clone --recursive https://github.com/yindaheng98/gscompressor
cd gscompressor
pip install tqdm plyfile tifffile
pip install --target . --upgrade --no-deps .(Optional) If you prefer not to install gaussian-splatting and reduced-3dgs in your environment, you can install them in your lapis-gs directory:
pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main
pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/lapis-gs.git@main # Optional