刘虹雨 commited on
Commit
0ecc0d6
·
1 Parent(s): 4941b2c

update readme

Browse files
Files changed (1) hide show
  1. README.md +62 -3
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <img src="docs/AvatarArtist.ico" width="250px">
3
+ </div>
4
+
5
+ <h2 align="center">
6
+ <a href="https://arxiv.org/abs/2411.17440">
7
+ [CVPR 2025] AvatarArtist: Open-Domain 4D Avatarization
8
+ </a>
9
+ </h2>
10
+
11
+ <p align="center">
12
+ <img alt="avatarrtist" src="docs/teaser.gif" width="80%">
13
+ </p>
14
+
15
+ [//]: # (<div align="center">)
16
+
17
+ [//]: # ( <img src="docs/teaser.gif" width="350px">)
18
+
19
+ [//]: # (</div>)
20
+
21
+ <h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h5>
22
+
23
+ <h5 align="center">
24
+ <a href='https://kumapowerliu.github.io/AvatarArtist'>
25
+ <img src='https://img.shields.io/badge/Project-Page-green'>
26
+ </a>
27
+ <a href='https://arxiv.org/abs/2308.06721'>
28
+ <img src='https://img.shields.io/badge/Technique-Report-red'>
29
+ </a>
30
+ <a href='https://huggingface.co/KUMAPOWER/AvatarArtist'>
31
+ <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'>
32
+ </a>
33
+ <a href="https://github.com/ant-research/AvatarArtist">
34
+ <img src="https://img.shields.io/github/stars/ant-research/AvatarArtist?style=social" alt="GitHub stars">
35
+ </a>
36
+ </h5>
37
+
38
+ <div align="center">
39
+ This repository contains the official implementation of AvatarArtist, a method for generating 4D avatars from a single image.
40
+ </div>
41
+
42
+ <br>
43
+
44
+ <details open>
45
+ <summary>💡 We also have other avatar projects that may interest you ✨.</summary>
46
+ <p>
47
+
48
+ > **[HeadArtist: Text-conditioned 3D Head Generation with Self Score Distillation, SIGGRAPH 2024](https://arxiv.org/abs/2312.07539)**
49
+ > Hongyu Liu, Xuan Wang, Ziyu Wan, etc.
50
+ > <span>
51
+ > <a href='https://github.com/ant-research/HeadArtist'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
52
+ > <a href='https://kumapowerliu.github.io/HeadArtist'><img src='https://img.shields.io/badge/Project-Page-green'></a>
53
+ > <a href='https://arxiv.org/abs/2312.07539'><img src='https://img.shields.io/badge/Arxiv-2312.07539-b31b1b.svg?logo=arXiv'></a>
54
+ > </span>
55
+
56
+ > **[Follow-Your-Emoji: Fine-Controllable and Expressive Freestyle Portrait Animation, SIGGRAPH Asia 2024](https://arxiv.org/abs/2406.01900)**
57
+ > Yue Ma, Hongyu Liu, Hongfa Wang, etc.
58
+ > <span><a href='https://github.com/mayuelala/FollowYourEmoji'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
59
+ > <a href='https://follow-your-emoji.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
60
+ > <a href='https://arxiv.org/abs/2406.01900'><img src='https://img.shields.io/badge/Arxiv-2406.01900-b31b1b.svg?logo=arXiv'></a></span>
61
+
62
+ </details>