File size: 899 Bytes
bed8545 8f37601 bed8545 2e77a00 8f37601 2e77a00 8f37601 830ae5c 8f37601 2e77a00 |
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 |
---
library_name: pytorch
language: en
tags:
- image-to-image
---
# ROME: Realistic one-shot mesh-based head avatars
[Paper](https://arxiv.org/abs/2206.08343) | [Project Page](https://samsunglabs.github.io/rome) | [Github](https://github.com/SamsungLabs/rome)
## Model Description
The ROME models can be used to create a personal avatar from a single image. The resulted meshes can be animated and rendered with photorealistic quality.
To render a ROME avatar with pretrained weights the FLAME Model and DECA weights are required.
FLAME Project: https://flame.is.tue.mpg.de/modellicense.html
## Citations
```
@inproceedings{Khakhulin2022ROME,
author = {Khakhulin, Taras and Sklyarova, Vanessa and Lempitsky, Victor and Zakharov, Egor},
title = {Realistic One-shot Mesh-based Head Avatars},
booktitle = {European Conference of Computer vision (ECCV)},
year = {2022}
}
``` |