Image-to-3D
English
Files changed (1) hide show
  1. README.md +42 -3
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
+ [![Project Website](https://img.shields.io/badge/🌐-Project_Website-blueviolet)](https://lingtengqiu.github.io/LHM/)
11
+ [![arXiv Paper](https://img.shields.io/badge/📜-arXiv:2503-10625)](https://arxiv.org/pdf/2503.10625)
12
+ [![HuggingFace](https://img.shields.io/badge/🤗-HuggingFace_Space-blue)](https://huggingface.co/spaces/DyrusQZ/LHM)
13
+ [![Apache License](https://img.shields.io/badge/📃-Apache--2.0-929292)](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
+ ```