Skip to content

Term project repo for Deep Learning course at Universite de Montreal

License

Notifications You must be signed in to change notification settings

andrecianflone/ift6266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conditional Image Generation

Term project repo for Deep Learning course at Universite de Montreal, see the course webpage for full description.

Dataset

The dataset is a a downsampled 64x64 version of MSCOCO, available here

To get the data ready, simply run setup:

chmod +x setup # make sure `setup` is executable
bash setup

The setup script will create the data directory and download and extract images to data/inpainting. You should have the following structure in data/:

├── examples.py
├── inpainting
│   ├── dict_key_imgID_value_caps_train_and_valid.pkl
│   ├── train2014
│   ├── val2014
│   └── worddict.pkl
├── inpainting.tar.bz2
└── TO_READ.txt

About

Term project repo for Deep Learning course at Universite de Montreal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages