We propose multiple models for conditional image generation on the COCO 2014 dataset http://lisaweb.iro.umontreal.ca/transfert/lisa/datasets/mscoco_inpaiting/.
- Download the COCO 2014 dataset
- Fork the Skip-Thought Vector repo and download the necessary dependencies
- Change the path to the dataset in data_utils.py
- Run
create_embedding_dict
method to create a pickled version of the embedded captions - Run the model you want by calling main.py from the terminal
# e.g. to train the BEGAN model...
python main.py BEGAN
You can read the full blog post here.