Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- image-to-text
|
|
|
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
tags:
|
| 7 |
- stylegan3
|
| 8 |
-
- face
|
| 9 |
size_categories:
|
| 10 |
- 10K<n<100K
|
| 11 |
---
|
| 12 |
|
| 13 |
# StyleGAN3 Annotated Images
|
| 14 |
|
| 15 |
-
This dataset consists of a `pandas` table with these entries:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
* seeds (`numpy` seeds used to generate random vectors)
|
| 18 |
-
* vectors (`torch.tensor` used to generate StyleGAN3 images)
|
| 19 |
-
* path (`str`, path to the generated image)
|
| 20 |
-
* text (caption of each image, generate using BLIP model: `Salesforce/blip-image-captioning-base`)
|
| 21 |
|
| 22 |
It was created as a part of the course project for FI:PA228 at Masaryk University.
|
|
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- image-to-text
|
| 4 |
+
- text-to-image
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
- stylegan3
|
| 9 |
+
- face-generation
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
---
|
| 13 |
|
| 14 |
# StyleGAN3 Annotated Images
|
| 15 |
|
| 16 |
+
This dataset consists of a `pandas` table and attached `images.zip` file with these entries:
|
| 17 |
+
|
| 18 |
+
* seed (`numpy` seed used to generate random vectors)
|
| 19 |
+
* path (path to the generated image obtained after unzipping `images.zip`)
|
| 20 |
+
* vector (generated "random" vector used to create StyleGAN3 images)
|
| 21 |
+
* text (caption of each image, generated using BLIP model: `Salesforce/blip-image-captioning-base`)
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
It was created as a part of the course project for FI:PA228 at Masaryk University.
|