Add image-to-3d pipeline tag and paper link to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- 3d
|
| 4 |
- gaussian-splatting
|
|
@@ -10,7 +11,7 @@ tags:
|
|
| 10 |
|
| 11 |
# InfiniSplat: Implicit Gaussian Decoding for Large-Baseline Monocular View Synthesis
|
| 12 |
|
| 13 |
-
[Project Page](https://pluswave.top/InfiniSplat-page/) | [Code](https://github.com/PLUS-WAVE/InfiniSplat-oss) | [Gallery](https://pluswave.top/InfiniSplat-page/#visualization)
|
| 14 |
|
| 15 |
<img src="assets/github_demo.gif" alt="InfiniSplat demo" width="90%" />
|
| 16 |
|
|
@@ -57,4 +58,4 @@ Inference always exports a Gaussian PLY. Novel-view MP4 rendering is available w
|
|
| 57 |
|
| 58 |
## Acknowledgments
|
| 59 |
|
| 60 |
-
InfiniSplat builds on [DINOv3](https://github.com/facebookresearch/dinov3), [Depth Pro](https://github.com/apple/ml-depth-pro), [InfiniDepth](https://github.com/zju3dv/InfiniDepth), and [gsplat](https://github.com/nerfstudio-project/gsplat). We thank their authors for their excellent work.
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-to-3d
|
| 3 |
tags:
|
| 4 |
- 3d
|
| 5 |
- gaussian-splatting
|
|
|
|
| 11 |
|
| 12 |
# InfiniSplat: Implicit Gaussian Decoding for Large-Baseline Monocular View Synthesis
|
| 13 |
|
| 14 |
+
[Paper](https://huggingface.co/papers/2608.02437) | [Project Page](https://pluswave.top/InfiniSplat-page/) | [Code](https://github.com/PLUS-WAVE/InfiniSplat-oss) | [Gallery](https://pluswave.top/InfiniSplat-page/#visualization)
|
| 15 |
|
| 16 |
<img src="assets/github_demo.gif" alt="InfiniSplat demo" width="90%" />
|
| 17 |
|
|
|
|
| 58 |
|
| 59 |
## Acknowledgments
|
| 60 |
|
| 61 |
+
InfiniSplat builds on [DINOv3](https://github.com/facebookresearch/dinov3), [Depth Pro](https://github.com/apple/ml-depth-pro), [InfiniDepth](https://github.com/zju3dv/InfiniDepth), and [gsplat](https://github.com/nerfstudio-project/gsplat). We thank their authors for their excellent work.
|