Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yzwxx committed Jun 8, 2017
1 parent 8e1e0fb commit f158591
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,10 @@ Image Source : [Generative Adversarial Text-to-Image Synthesis][2] Paper
## Datasets
- The model is currently trained on the [flowers dataset][9]. Download the images from [here][9] and save them in ```102flowers/102flowers/*.jpg```. Also download the captions from [this link][10]. Extract the archive, copy the ```text_c10``` folder and paste it in ```102flowers/text_c10/class_*```.

**N.B**You can downloads all data files needed manually or simply run the downloads.py and put the correct files to the right directories.
**N.B** You can downloads all data files needed manually or simply run the downloads.py and put the correct files to the right directories.
```python
python downloads.py
```

## Codes
- `downloads.py` download Oxford-102 flower dataset and caption files(run this first).
Expand Down

0 comments on commit f158591

Please sign in to comment.