azad-wolf-se commited on
Commit
82b75c8
1 Parent(s): 8646116

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FExGAN-Meta: Facial Expression Generation with Meta-Humans
2
+
3
+ ![FExGAN-Meta GIF Demo](https://github.com/azadlab/FExGAN-Meta/blob/master/FExGAN-Meta.gif?raw=true)
4
+
5
+ This is the demo of the FExGAN-Meta proposed in the following article:
6
+
7
+ [FExGAN-Meta: Facial Expression Generation with Meta-Humans](https://www.arxiv.com)
8
+
9
+ FExGAN-Meta is the extension of [FExGAN](http://arxiv.org/abs/2201.09061). It takes input an image of Meta-Human and a vector of desired affect (e.g. angry,disgust,sad,surprise,joy,neutral and fear) and converts the input image to the desired emotion while keeping the identity of the original image.
10
+
11
+ ![FExGAN-Meta GIF Demo](https://github.com/azadlab/FExGAN-Meta/blob/master/results.png?raw=true)
12
+
13
+ # Requirements
14
+
15
+ In order to run this you need following:
16
+
17
+ * Python >= 3.7
18
+ * Tensorflow >= 2.6
19
+ * CUDA enabled GPU with memory >=8GB (e.g. GTX1070/GTX1080)
20
+
21
+
22
+ # Usage
23
+
24
+ You can either run this on google colab or run it on your local system
25
+
26
+ * Install the pre-requisites
27
+ * Download the models (if any link fails in the notebook due to google drive restriction, try downloading them manually)
28
+ * Execute the rest of the notebook
29
+
30
+
31
+
32
+ # Citation
33
+
34
+ If you use any part of this code or use ideas mentioned in the paper, please cite the following article.
35
+
36
+ ```
37
+ @article{Siddiqui_FExGAN-Meta_2022,
38
+ author = {{Siddiqui}, J. Rafid},
39
+ title = {{FExGAN-Meta: Facial Expression Generation with Meta-Humans}},
40
+ journal = {ArXiv e-prints},
41
+ archivePrefix = "arXiv",
42
+ keywords = {Deep Learning, GAN, Facial Expressions},
43
+ year = {2022}
44
+ url = {http://arxiv.org/abs/2201.09061},
45
+ }
46
+
47
+ ```