[CVPR 2025] Official code for the paper "SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis"
143
stars
10
commits
Python
primary language
Mar 18, 2025
updated
This repository contains the official pytorch implementation of the paper: "SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis".

Our code is tested with Python 3.10, Pytorch 2.4.0, and CUDA 11.8. To install the required packages, run the following command:
pip3 install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
We have extended the model training period after submission to enhance its performance. Updated model checkpoints are now available, and benchmark results will be revised following the review process. You can download the model checkpoints with the following command:
bash download.sh
export PYTHONPATH=$(pwd)
huggingface-cli login
python inference/generate.py +experiments=generation inference.generate.prompt="Your prompt here"
If you find this repository helpful for your project, please consider citing our work. :)
@article{go2024splatflow,
title={SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis},
author={Go, Hyojun and Park, Byeongjun and Jang, Jiho and Kim, Jin-Young and Kwon, Soonwoo and Kim, Changick},
journal={arXiv preprint arXiv:2411.16443},
year={2024}
}
We thank director3d
9 commits
1 commits
Python
99.7%
[CVPR 2025] Official code for the paper "SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis"
143
stars
10
commits
Python
primary language
Mar 18, 2025
updated
This repository contains the official pytorch implementation of the paper: "SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis".

Our code is tested with Python 3.10, Pytorch 2.4.0, and CUDA 11.8. To install the required packages, run the following command:
pip3 install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
We have extended the model training period after submission to enhance its performance. Updated model checkpoints are now available, and benchmark results will be revised following the review process. You can download the model checkpoints with the following command:
bash download.sh
export PYTHONPATH=$(pwd)
huggingface-cli login
python inference/generate.py +experiments=generation inference.generate.prompt="Your prompt here"
If you find this repository helpful for your project, please consider citing our work. :)
@article{go2024splatflow,
title={SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis},
author={Go, Hyojun and Park, Byeongjun and Jang, Jiho and Kim, Jin-Young and Kwon, Soonwoo and Kim, Changick},
journal={arXiv preprint arXiv:2411.16443},
year={2024}
}
We thank director3d
9 commits
1 commits
Python
99.7%