Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,6 +29,8 @@ license: apache-2.0
|
|
| 29 |
|
| 30 |
This repository contains the models of the paper [LAM](https://arxiv.org/pdf/2502.17796).
|
| 31 |
|
|
|
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
## Quick Start
|
|
@@ -39,7 +41,7 @@ Please refer to our [Github Repo](https://github.com/aigc3d/LAM)
|
|
| 39 |
```python
|
| 40 |
from huggingface_hub import snapshot_download
|
| 41 |
# LAM-20K Model
|
| 42 |
-
model_dir = snapshot_download(repo_id='3DAIGC/LAM-20K', cache_dir='./
|
| 43 |
```
|
| 44 |
|
| 45 |
|
|
|
|
| 29 |
|
| 30 |
This repository contains the models of the paper [LAM](https://arxiv.org/pdf/2502.17796).
|
| 31 |
|
| 32 |
+
LAM creates animatable Gaussian heads with one-shot images in a single forward pass in seconds. The reconstructed Gaussian avatar can
|
| 33 |
+
be reenacted and rendered on various platforms in real-time.
|
| 34 |
|
| 35 |
|
| 36 |
## Quick Start
|
|
|
|
| 41 |
```python
|
| 42 |
from huggingface_hub import snapshot_download
|
| 43 |
# LAM-20K Model
|
| 44 |
+
model_dir = snapshot_download(repo_id='3DAIGC/LAM-20K', cache_dir='./pretrained_models/huggingface/')
|
| 45 |
```
|
| 46 |
|
| 47 |
|