Skip to content

yindaheng98/gscompressor

Repository files navigation

gscompressor: compress 3DGS scenes by Draco

Install (PyPI)

pip install gscompressor

(No Linux version because not supported by PyPI: Binary wheel can't be uploaded on pypi using twine)

Install (Development)

Install gaussian-splatting. You can download the wheel from PyPI:

pip install --upgrade gaussian-splatting

Alternatively, install the latest version from the source:

pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master

Install reduced-3dgs. You can download the wheel from PyPI:

pip install --upgrade reduced-3dgs

Alternatively, 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-gs

Alternatively, install the latest version from the source:

pip install --upgrade git+https://github.com/yindaheng98/lapis-gs.git@main
git 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

About

Compress 3DGS scenes by Draco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published