Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
tags:
|
5 |
+
- Image-to-3D
|
6 |
+
---
|
7 |
+
|
8 |
+
# StdGEN
|
9 |
+
|
10 |
+
<p align="center">
|
11 |
+
📃 <a href="https://arxiv.org/abs/2411.05738" target="_blank">Paper</a> • 💻 <a href="https://github.com/hyz317/StdGEN" target="_blank">[Github Repo]</a> • 🌐 <a href="https://stdgen.github.io/" target="_blank">Project Page</a>
|
12 |
+
</p>
|
13 |
+
|
14 |
+
**StdGEN** is an innovative pipeline for generating semantically decomposed high-quality 3D characters from single images.
|
15 |
+
|
16 |
+
## All Models
|
17 |
+
|
18 |
+
We open-sourced the following list of models:
|
19 |
+
|
20 |
+
| Model | Description |
|
21 |
+
| ---------------------------- | ----------------------------------------------------- |
|
22 |
+
| **StdGEN-canonicalize-1024** | Convert reference character image to A-pose |
|
23 |
+
| **StdGEN-multiview-1024** | Convert A-pose image to multi-view images and normals |
|
24 |
+
| **StdGEN-mesh-slrm** | Semantic-aware Large Reconstruction Model |
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
|
28 |
+
If you find our work useful, please consider citing StdGEN:
|
29 |
+
|
30 |
+
```
|
31 |
+
@article{he2024stdgen,
|
32 |
+
title={StdGEN: Semantic-Decomposed 3D Character Generation from Single Images},
|
33 |
+
author={He, Yuze and Zhou, Yanning and Zhao, Wang and Wu, Zhongkai and Xiao, Kaiwen and Yang, Wei and Liu, Yong-Jin and Han, Xiao},
|
34 |
+
journal={arXiv preprint arXiv:2411.05738},
|
35 |
+
year={2024}
|
36 |
+
}
|
37 |
+
```
|