stylegan3-annotated / README.md
balgot's picture
Update README.md
6a17838
|
raw
history blame
548 Bytes
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.