nerfstudio-project/gsplat
Fork: 273 Star: 2163 (更新于 2024-11-03 22:35:37)
license: Apache-2.0
Language: Cuda .
CUDA accelerated rasterization of gaussian splatting
最后发布版本: v1.4.0 ( 2024-09-27 13:31:21)
gsplat
gsplat is an open-source library for CUDA accelerated rasterization of gaussians with python bindings. It is inspired by the SIGGRAPH paper 3D Gaussian Splatting for Real-Time Rendering of Radiance Fields, but we’ve made gsplat even faster, more memory efficient, and with a growing list of new features!
Installation
Dependence: Please install Pytorch first.
The easiest way is to install from PyPI. In this way it will build the CUDA code on the first run (JIT).
pip install gsplat
Alternatively you can install gsplat from source. In this way it will build the CUDA code during installation.
pip install git+https://github.com/nerfstudio-project/gsplat.git
We also provide pre-compiled wheels for both linux and windows on certain python-torch-CUDA combinations (please check first which versions are supported). Note this way you would have to manually install gsplat's dependencies. For example, to install gsplat for pytorch 2.0 and cuda 11.8 you can run
pip install ninja numpy jaxtyping rich
pip install gsplat --index-url https://docs.gsplat.studio/whl/pt20cu118
To build gsplat from source on Windows, please check this instruction.
Evaluation
This repo comes with a standalone script that reproduces the official Gaussian Splatting with exactly the same performance on PSNR, SSIM, LPIPS, and converged number of Gaussians. Powered by gsplat’s efficient CUDA implementation, the training takes up to 4x less GPU memory with up to 15% less time to finish than the official implementation. Full report can be found here.
pip install -r examples/requirements.txt
# download mipnerf_360 benchmark data
python examples/datasets/download_dataset.py
# run batch evaluation
bash examples/benchmarks/basic.sh
Examples
We provide a set of examples to get you started! Below you can find the details about
the examples (requires to install some exta dependencies via pip install -r examples/requirements.txt
)
- Train a 3D Gaussian splatting model on a COLMAP capture.
- Fit a 2D image with 3D Gaussians.
- Render a large scene in real-time.
Development and Contribution
This repository was born from the curiosity of people on the Nerfstudio team trying to understand a new rendering technique. We welcome contributions of any kind and are open to feedback, bug-reports, and improvements to help expand the capabilities of this software.
This project is developed by the following wonderful contributors (unordered):
- Angjoo Kanazawa (UC Berkeley): Mentor of the project.
- Matthew Tancik (Luma AI): Mentor of the project.
- Vickie Ye (UC Berkeley): Project lead. v0.1 lead.
- Matias Turkulainen (Aalto University): Core developer.
- Ruilong Li (UC Berkeley): Core developer. v1.0 lead.
- Justin Kerr (UC Berkeley): Core developer.
- Brent Yi (UC Berkeley): Core developer.
- Zhuoyang Pan (ShanghaiTech University): Core developer.
- Jianbo Ye (Amazon): Core developer.
We also have a white paper with about the project with benchmarking and mathematical supplement with conventions and derivations, available here. If you find this library useful in your projects or papers, please consider citing:
@article{ye2024gsplatopensourcelibrarygaussian,
title={gsplat: An Open-Source Library for {Gaussian} Splatting},
author={Vickie Ye and Ruilong Li and Justin Kerr and Matias Turkulainen and Brent Yi and Zhuoyang Pan and Otto Seiskari and Jianbo Ye and Jeffrey Hu and Matthew Tancik and Angjoo Kanazawa},
year={2024},
eprint={2409.06765},
journal={arXiv preprint arXiv:2409.06765},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2409.06765},
}
We welcome contributions of any kind and are open to feedback, bug-reports, and improvements to help expand the capabilities of this software. Please check docs/DEV.md for more info about development.
最近版本更新:(数据更新于 2024-10-12 21:06:10)
2024-09-27 13:31:21 v1.4.0
2024-08-24 03:20:09 v1.3.0
2024-08-03 15:27:47 v1.2.0
2024-08-02 03:49:49 v0.1.13
2024-07-20 00:43:48 v1.1.1
2024-07-18 07:37:36 v1.1.0
2024-06-08 03:03:48 v1.0.0
2024-05-30 05:35:24 v.0.1.12
2024-04-30 02:18:51 v0.1.11
2024-04-02 22:28:29 v0.1.10
主题(topics):
gaussian-splatting
nerfstudio-project/gsplat同语言 Cuda最近更新仓库
1970-01-01 00:00:00 leocalm/Lyra
1970-01-01 00:00:00 farkhor/CuSha
1970-01-01 00:00:00 karpathy/llm.c
1970-01-01 00:00:00 HazyResearch/ThunderKittens
1970-01-01 00:00:00 HigherOrderCO/HVM