Datasets:
metadata
task_categories:
- image-to-text
language:
- en
tags:
- stylegan3
- face
size_categories:
- 10K<n<100K
StyleGAN3 Annotated Images
This dataset consists of a pandas
table with these entries:
- seeds (
numpy
seeds used to generate random vectors) - vectors (
torch.tensor
used to generate StyleGAN3 images) - path (
str
, path to the generated image) - text (caption of each image, generate using BLIP model:
Salesforce/blip-image-captioning-base
)
It was created as a part of the course project for FI:PA228 at Masaryk University.