Commit
·
dd13dcc
1
Parent(s):
77d36e1
model created
Browse files- KGirls_StyleGan.ipynb +0 -0
- README.md +15 -0
KGirls_StyleGan.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# StyleGAN K-Girl Image Generation
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
This project involves training a **StyleGAN** model to generate high-quality images of K-girls (Korean-style female faces). The dataset is curated to capture the distinct aesthetic features common in K-girl images, and StyleGAN is used to create photorealistic outputs.
|
5 |
+
|
6 |
+
## Dataset
|
7 |
+
- The dataset consists of high-resolution images of K-girls.
|
8 |
+
- Images are preprocessed and resized to fit StyleGAN's input requirements.
|
9 |
+
- Data augmentation techniques such as flipping and color adjustments are applied.
|
10 |
+
|
11 |
+
## Model Training
|
12 |
+
- **Framework**: TensorFlow with NVIDIA StyleGAN implementation.
|
13 |
+
- **Hardware**: Trained using NVIDIA Tesla T4.
|
14 |
+
- **Loss Function**: Uses non-saturating GAN loss with R1 regularization.
|
15 |
+
- **Training Duration**: Depends on the dataset size and computing power.
|