File size: 1,862 Bytes
be1ae9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
tags:
- model_hub_mixin
- pytorch_model_hub_mixin
---

This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
- Library: [More Information Needed]
- Docs: [More Information Needed]

---
license: apache-2.0
- en
---
<div align="center">
<h1>LAM: Large Avatar Model for One-shot Animatable Gaussian Head</h1>

<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
  <!-- <a href='LICENSE'><img src='https://img.shields.io/badge/license-MIT-yellow'></a> -->
  <a href='https://arxiv.org/pdf/2502.17796'><img src='https://img.shields.io/badge/πŸ“œ-arXiv:2503-10625'></a> 
  <a href='https://aigc3d.github.io/projects/LAM/'><img src='https://img.shields.io/badge/🌐-Project_Website-blueviolet'></a> 
  <a href='https://huggingface.co/spaces/3DAIGC/LAM'><img src='https://img.shields.io/badge/πŸ€—-HuggingFace_Space-blue'></a> 
  <a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/πŸ“ƒ-Apache--2.0-929292"></a>
</div>
</div>


## Overview

This repository contains the models of the paper [LAM](https://arxiv.org/pdf/2502.17796). 



## Quick Start

Please refer to our [Github Repo](https://github.com/aigc3d/LAM)

### Download Model
```python
from huggingface_hub import snapshot_download 
# LAM-20K Model
model_dir = snapshot_download(repo_id='3DAIGC/LAM-20K', cache_dir='./exps/releases/lam/lam-20k/step_045500/')
```


## Citation 
```
@article{he2025lam,
  title={LAM: Large Avatar Model for One-shot Animatable Gaussian Head},
  author={He, Yisheng and Gu, Xiaodong and Ye, Xiaodan and Xu, Chao and Zhao, Zhengyi and Dong, Yuan and Yuan, Weihao and Dong, Zilong and Bo, Liefeng},
  journal={arXiv preprint arXiv:2502.17796},
  year={2025}
}
```