azad-wolf-se
commited on
Commit
•
3e73256
1
Parent(s):
02f01aa
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- Computer Vision
|
5 |
+
- Machine Learning
|
6 |
+
- Deep Learning
|
7 |
+
---
|
8 |
+
|
9 |
+
# FExGAN-Meta: Facial Expression Generation with Meta-Humans
|
10 |
+
|
11 |
+
![FExGAN-Meta Cover_Image](cover.png)
|
12 |
+
|
13 |
+
This is a facial expression image dataset proposed in the following article:
|
14 |
+
|
15 |
+
|
16 |
+
[FExGAN-Meta: Facial Expression Generation with Meta-Humans](http://arxiv.org/abs/2201.09061)
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
# Citation
|
21 |
+
|
22 |
+
If you use any part of this dataset for experiements, please cite the following article.
|
23 |
+
|
24 |
+
```
|
25 |
+
@article{Siddiqui_FExGAN-Meta_2022,
|
26 |
+
author = {{Siddiqui}, J. Rafid},
|
27 |
+
title = {{FExGAN-Meta: Facial Expression Generation with Meta-Humans}},
|
28 |
+
journal = {ArXiv e-prints},
|
29 |
+
archivePrefix = "arXiv",
|
30 |
+
keywords = {Deep Learning, GAN, Facial Expressions},
|
31 |
+
year = {2022}
|
32 |
+
url = {http://arxiv.org/abs/2201.09061},
|
33 |
+
}
|
34 |
+
|
35 |
+
```
|