File size: 2,784 Bytes
dad2d40 0ecc0d6 cd11cde 0ecc0d6 cd11cde 0ecc0d6 dad2d40 | 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | ---
language:
- en
- zh
tags:
- avatar-generation
- diffusion
license: apache-2.0 # 许可证信息
---
<div align="center">
<img src="docs/AvatarArtist.ico" width="250px">
</div>
<h2 align="center">
<a href="https://arxiv.org/abs/2503.19906">
[CVPR 2025] AvatarArtist: Open-Domain 4D Avatarization
</a>
</h2>
<p align="center">
<img alt="avatarrtist" src="docs/teaser.gif" width="80%">
</p>
[//]: # (<div align="center">)
[//]: # ( <img src="docs/teaser.gif" width="350px">)
[//]: # (</div>)
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h5>
<h5 align="center">
<a href='https://kumapowerliu.github.io/AvatarArtist'>
<img src='https://img.shields.io/badge/Project-Page-green'>
</a>
<a href='https://arxiv.org/abs/2503.19906'>
<img src='https://img.shields.io/badge/Technique-Report-red'>
</a>
<a href='https://huggingface.co/KUMAPOWER/AvatarArtist'>
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'>
</a>
<a href="https://github.com/ant-research/AvatarArtist">
<img src="https://img.shields.io/github/stars/ant-research/AvatarArtist?style=social" alt="GitHub stars">
</a>
</h5>
<div align="center">
This repository contains the official implementation of AvatarArtist, a method for generating 4D avatars from a single image.
</div>
<br>
<details open>
<summary>💡 We also have other avatar projects that may interest you ✨.</summary>
<p>
> **[HeadArtist: Text-conditioned 3D Head Generation with Self Score Distillation, SIGGRAPH 2024](https://arxiv.org/abs/2312.07539)**
> Hongyu Liu, Xuan Wang, Ziyu Wan, etc.
> <span>
> <a href='https://github.com/ant-research/HeadArtist'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
> <a href='https://kumapowerliu.github.io/HeadArtist'><img src='https://img.shields.io/badge/Project-Page-green'></a>
> <a href='https://arxiv.org/abs/2312.07539'><img src='https://img.shields.io/badge/Arxiv-2312.07539-b31b1b.svg?logo=arXiv'></a>
> </span>
> **[Follow-Your-Emoji: Fine-Controllable and Expressive Freestyle Portrait Animation, SIGGRAPH Asia 2024](https://arxiv.org/abs/2406.01900)**
> Yue Ma, Hongyu Liu, Hongfa Wang, etc.
> <span><a href='https://github.com/mayuelala/FollowYourEmoji'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
> <a href='https://follow-your-emoji.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
> <a href='https://arxiv.org/abs/2406.01900'><img src='https://img.shields.io/badge/Arxiv-2406.01900-b31b1b.svg?logo=arXiv'></a></span>
</details> |