diff --git a/README.md b/README.md index 23fe9ff4..c2994219 100755 --- a/README.md +++ b/README.md @@ -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).