balgot commited on
Commit
50e6bd5
1 Parent(s): 3dd4908

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -8,3 +8,14 @@ tags:
8
  size_categories:
9
  - 10K<n<100K
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
8
  size_categories:
9
  - 10K<n<100K
10
  ---
11
+
12
+ # StyleGAN3 Annotated Images
13
+
14
+ This dataset consists of a `pandas` table with these entries:
15
+
16
+ * seeds (`numpy` seeds used to generate random vectors)
17
+ * vectors (`torch.tensor` used to generate StyleGAN3 images)
18
+ * path (`str`, path to the generated image)
19
+ * text (caption of each image, generate using BLIP model: `Salesforce/blip-image-captioning-base`)
20
+
21
+ It was created as a part of the course project for FI:PA228 at Masaryk University.