File size: 1,017 Bytes
9342103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
base_model:
- Wan-AI/Wan2.2-I2V-A14B
---

# FaceCam: Portrait Video Camera Control via Scale-Aware Conditioning

**CVPR 2026** | [Paper](https://arxiv.org/abs/2412.17812) | [Code](https://github.com/weijielyu/FaceCam) | [Project Page](https://www.wlyu.me/FaceCam/)

FaceCam generates portrait videos with precise camera control from a single input video and a target camera trajectory.

For usage instructions, see the [official code repository](https://github.com/weijielyu/FaceCam).

## Contents

- **gaussians.ply**: Proxy 3D head representation
- **wan2.2_14b**: Fine-tuned Wan2.2-I2V-A14B model weights for camera control

## Citation

```bibtex
@misc{lyu2025facelift,
    title={FaceLift: Learning Generalizable Single Image 3D Face Reconstruction from Synthetic Heads}, 
    author={Weijie Lyu and Yi Zhou and Ming-Hsuan Yang and Zhixin Shu},
    year={2025},
    eprint={2412.17812},
    archivePrefix={arXiv},
    primaryClass={cs.CV},
    url={https://arxiv.org/abs/2412.17812}
}
```