Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Model Card
|
2 |
|
3 |
-
|
4 |
It is built upon the StyleGAN2 architecture and trained on the VGGFace2 dataset.
|
5 |
|
6 |
# Intended Use
|
@@ -17,8 +17,8 @@ These generated images can be utilized for various purposes, such as:
|
|
17 |
|
18 |
# How to Use
|
19 |
|
20 |
-
Please refer to the github [repo](https://github.com/pravsels/
|
21 |
|
22 |
# License
|
23 |
|
24 |
-
The
|
|
|
1 |
# Model Card
|
2 |
|
3 |
+
SynthPar is a conditional StyleGAN2 model capable of creating synthetic face images with specified attributes like skin color and sex.
|
4 |
It is built upon the StyleGAN2 architecture and trained on the VGGFace2 dataset.
|
5 |
|
6 |
# Intended Use
|
|
|
17 |
|
18 |
# How to Use
|
19 |
|
20 |
+
Please refer to the github [repo](https://github.com/pravsels/SynthPar) for further guidance.
|
21 |
|
22 |
# License
|
23 |
|
24 |
+
The SynthPar model is released under the MIT license.
|