File size: 1,018 Bytes
465f308 8d32a18 6ab7b04 1faeb4d 8d32a18 2a365d0 8d32a18 6ab7b04 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Model Card
SynthPar-Zero is a conditional StyleGAN2 model capable of creating synthetic face images with specified attributes like race and sex.
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 scheme.
# Intended Use
The primary intended use of this model is to generate synthetic face images with controlled demographic attributes.
These generated images can be utilized for various purposes, such as:
- Developing and evaluating face recognition models with the goal of reducing performance disparities across different demographic groups.
- Augmenting existing face datasets to improve their diversity and balance.
- Conducting research on fairness and bias in facial recognition systems.
# How to Use
Please refer to the github [repo](https://github.com/pravsels/SynthPar-Zero) for further guidance.
# License
The SynthPar-Zero model is released under the MIT license. |