Commit ·
b164ef2
1
Parent(s): a7fe2d8
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Explore the Expression: Facial Expression Generation using Auxiliary Classifier Generative Adversarial Network
|
| 2 |
|
| 3 |

|
|
@@ -19,13 +27,9 @@ In order to run this you need following:
|
|
| 19 |
* CUDA enabled GPU (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 |
-
|
| 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 |
# Citation
|
| 31 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- Computer Vision
|
| 5 |
+
- Machine Learning
|
| 6 |
+
- Deep Learning
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# Explore the Expression: Facial Expression Generation using Auxiliary Classifier Generative Adversarial Network
|
| 10 |
|
| 11 |

|
|
|
|
| 27 |
* CUDA enabled GPU (e.g. GTX1070/GTX1080)
|
| 28 |
|
| 29 |
|
| 30 |
+
# Usage Code
|
|
|
|
|
|
|
| 31 |
|
| 32 |
+
https://www.github.com/azadlab/FExGAN
|
|
|
|
|
|
|
| 33 |
|
| 34 |
# Citation
|
| 35 |
|