balgot/text-2-stylegan3
Updated
This dataset consists of a pandas
table and attached images.zip
file with these entries:
numpy
seed used to generate random vectors)images.zip
)Salesforce/blip-image-captioning-base
)In order not to load the images into the memory, we will load the images separately.
images = load_dataset("balgot/stylegan3-annotated", data_files=["*.zip"])
dataset = load_dataset("balgot/stylegan3-annotated", data_files=["*.csv"])
# TODO: convert "vector" column to numpy/torch
It was created as a part of the course project for FI:PA228 at Masaryk University.