File size: 627 Bytes
58c84ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
library_name: pytorch
pipeline_tag: image-to-3d
tags:
- 3d-gaussian-splatting
- novel-view-synthesis
- feed-forward
- vggt
- f4splat
---
# F4Splat
This repository contains the released F4Splat Hugging Face Hub-format weights.
| Checkpoint | Dataset | Context views | Subfolder |
| --- | --- | ---: | --- |
| F4Splat ACID 2-view | ACID | 2 | `acid-2view` |
| F4Splat RE10K 2-view | RealEstate10K | 2 | `re10k-2view` |
| F4Splat RE10K 24-view | RealEstate10K | 24 | `re10k-24view` |
The local Gradio demo defaults to `re10k-2view`.
Project page: https://mlvlab.github.io/F4Splat/
Paper: https://arxiv.org/abs/2603.21304
|