| --- |
| license: other |
| library_name: pytorch |
| pipeline_tag: image-to-3d |
| tags: |
| - 3d |
| - gaussian-splatting |
| - novel-view-synthesis |
| - feed-forward |
| - pytorch |
| --- |
| |
| # FreeStreamGS: Feed-Forward Streaming 3D Gaussian Splatting from Unposed Images |
|
|
| [Project Website](https://richardchen225.github.io/freestreamgs/) | [Paper](https://arxiv.org/abs/2606.03254) | [GitHub Repo](https://github.com/richardchen225/FreeStreamGS_code) |
|
|
| This repository hosts the official FreeStreamGS checkpoint. |
|
|
| ## Model File |
|
|
| - `model.ckpt`: FreeStreamGS checkpoint for inference and evaluation. |
|
|
| ## Usage |
|
|
| Please see the GitHub repository for installation instructions, dataset preparation, and testing commands. |
|
|
| The checkpoint is expected to be used with the FreeStreamGS codebase by setting: |
|
|
| ```bash |
| PRE_FREEGS_PATH=/path/to/model.ckpt |
| ``` |
|
|
| or by downloading this file into: |
|
|
| ```text |
| weights/freestreamgs.ckpt |
| ``` |
|
|
| ## Citation |
|
|
| If you find FreeStreamGS useful, please cite: |
|
|
| ```bibtex |
| @article{chen2026freestreamgs, |
| title={FreeStreamGS: Feed-Forward Streaming 3D Gaussian Splatting from Unposed Images}, |
| author={Chen, Ruiyang and Li, Feiran and Zhou, Chu and Li, Zonglin and Ma, Zhanyu and Guo, Heng}, |
| journal={arXiv preprint arXiv:2606.03254}, |
| year={2026} |
| } |
| ``` |
|
|
| ## License |
|
|
| The code and model are released under the FreeStreamGS license. Please see the license file in the GitHub repository for details. |
|
|