Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: image-to-3d
|
| 5 |
+
tags:
|
| 6 |
+
- 3D scene generation
|
| 7 |
+
base_model:
|
| 8 |
+
- alibaba-pai/Wan2.1-Fun-V1.1-1.3B-Control-Camera
|
| 9 |
+
---
|
| 10 |
+
<div align="left">
|
| 11 |
+
<h1>
|
| 12 |
+
<span style="color:#F3E969">G</span><span style="color:#D6E67B">e</span><span style="color:#93D89A">n</span><span style="color:#69D5C9">3</span><span style="color:#55B5CA">R</span>: 3D Scene Generation Meets Feed-Forward Reconstruction
|
| 13 |
+
</h1>
|
| 14 |
+
|
| 15 |
+
[Jiaxin Huang](https://jaceyhuang.github.io/), [Yuanbo Yang](https://github.com/freemty), [Bangbang Yang](https://ybbbbt.com/), [Lin Ma](https://scholar.google.com/citations?user=S4HGIIUAAAAJ&hl=en), [Yuewen Ma](https://scholar.google.com/citations?user=VG_cdLAAAAAJ), [Yiyi Liao](https://yiyiliao.github.io/)
|
| 16 |
+
|
| 17 |
+
<a href="https://xdimlab.github.io/Gen3R/"><img src="https://img.shields.io/badge/Project_Page-yellowgreen" alt="Project Page"></a>
|
| 18 |
+
<a href="https://arxiv.org/abs/2601.04090"><img src="https://img.shields.io/badge/arXiv-2601.04090-b31b1b" alt="arXiv"></a>
|
| 19 |
+
<a href="https://github.com/JaceyHuang/Gen3R"><img src="https://img.shields.io/github/stars/JaceyHuang/Gen3R?style=default&label=GitHub%20%E2%98%85&logo=github" alt="GitHub"></a>
|
| 20 |
+
|
| 21 |
+
<p align="left">
|
| 22 |
+
This model represents the official checkpoint of the paper titled "Gen3R: 3D Scene Generation Meets Feed-Forward Reconstruction".
|
| 23 |
+
</p>
|
| 24 |
+
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
## 🎓 Citation
|
| 28 |
+
Please cite our paper if you find this repository useful:
|
| 29 |
+
|
| 30 |
+
```bibtex
|
| 31 |
+
@misc{huang2026gen3r3dscenegeneration,
|
| 32 |
+
title={Gen3R: 3D Scene Generation Meets Feed-Forward Reconstruction},
|
| 33 |
+
author={Jiaxin Huang and Yuanbo Yang and Bangbang Yang and Lin Ma and Yuewen Ma and Yiyi Liao},
|
| 34 |
+
year={2026},
|
| 35 |
+
eprint={2601.04090},
|
| 36 |
+
archivePrefix={arXiv},
|
| 37 |
+
primaryClass={cs.CV},
|
| 38 |
+
url={https://arxiv.org/abs/2601.04090},
|
| 39 |
+
}
|
| 40 |
+
```
|