Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Model Card:
|
2 |
+
|
3 |
+
SynthPar is a conditional StyleGAN2 model capable of creating synthetic face images with specified attributes like race and sex.
|
4 |
+
It is built upon the StyleGAN2 architecture and trained on the VGGFace2 dataset, which uses a 4 race (Asian, White, Indian, Black) and 2 sex (Male, Female) categorization.
|
5 |
+
|
6 |
+
# Intended Use
|
7 |
+
|
8 |
+
The primary intended use of this model is to generate synthetic face images with controlled demographic attributes.
|
9 |
+
|
10 |
+
These generated images can be utilized for various purposes, such as:
|
11 |
+
|
12 |
+
- Developing and evaluating face recognition models with the goal of reducing performance disparities across different demographic groups.
|
13 |
+
|
14 |
+
- Augmenting existing face datasets to improve their diversity and balance.
|
15 |
+
|
16 |
+
- Conducting research on fairness and bias in facial recognition systems.
|
17 |
+
|
18 |
+
|
19 |
+
# How to Use
|
20 |
+
|
21 |
+
Please refer to the github [repo](https://github.com/pravsels/SynthPar) for further guidance.
|
22 |
+
|
23 |
+
# License
|
24 |
+
|
25 |
+
The SynthPar model is released under the MIT license.
|