Update README.md
#1
by
lipeihao
- opened
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: image-to-3d
|
6 |
+
---
|
7 |
+
<div align="center">
|
8 |
+
<h1>LHM: Large Animatable Human Reconstruction Model for Single Image to 3D in Seconds</h1>
|
9 |
+
|
10 |
+
[](https://lingtengqiu.github.io/LHM/)
|
11 |
+
[](https://arxiv.org/pdf/2503.10625)
|
12 |
+
[](https://huggingface.co/spaces/DyrusQZ/LHM)
|
13 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
14 |
+
</div>
|
15 |
+
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
|
19 |
+
This repository contains the models of the paper [LHM: Large Animatable Human Reconstruction Model
|
20 |
+
for Single Image to 3D in Seconds](https://huggingface.co/papers/2503.10625).
|
21 |
+
|
22 |
+
LHM is a feed-forward model for animatable 3D human reconstruction from a single image in seconds. Trained on a large-scale video
|
23 |
+
dataset with an image reconstruction loss, our model exhibits strong generalization ability to diverse real-world scenarios
|
24 |
+
|
25 |
+
|
26 |
+
## Quick Start
|
27 |
+
|
28 |
+
Please refer to our [Github Repo](https://github.com/aigc3d/LHM/tree/main)
|
29 |
+
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
```
|
33 |
+
@inproceedings{qiu2025LHM,
|
34 |
+
title={LHM: Large Animatable Human Reconstruction Model from a Single Image in Seconds},
|
35 |
+
author={Lingteng Qiu and Xiaodong Gu and Peihao Li and Qi Zuo
|
36 |
+
and Weichao Shen and Junfei Zhang and Kejie Qiu and Weihao Yuan
|
37 |
+
and Guanying Chen and Zilong Dong and Liefeng Bo
|
38 |
+
},
|
39 |
+
booktitle={arXiv preprint arXiv:2503.10625},
|
40 |
+
year={2025}
|
41 |
+
}
|
42 |
+
```
|