Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
add instructions to download datasets
  • Loading branch information
ashispati authored Aug 12, 2020
1 parent ba0bb82 commit 5391c79
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,23 @@ To install, either download / clone this repository. Open a new terminal, `cd` i

python setup.py develop

**Downloading Datasets:** TO BE UPDATED
**Downloading Datasets:**

Follow the steps below to download the different datasets:
* Create a folder named `mnist_data` in `ar-vae/data/` directory. Download the morpho-mist data from this [link](https://drive.google.com/uc?export=download&id=1-E3sbKtzN8NGNefUdky2NVniW1fAa5ZG) and copy the folder named `plain` to the created `mnist_data` folder.
* Create a folder named `dsprites` in `ar-vae/data/` directory. Clone [this](https://github.com/deepmind/dsprites-dataset) repository and copy its contents to the created `dpsrites` folder.
* Download the `.zip` file linked [here](https://drive.google.com/file/d/1yvkm0ebyG3XAZ97ZRaiumFUAmlXkY1bA/view?usp=sharing). Unzip it and place the `datasets` and `folk_raw_data` folders in the `ar-vae/data/` directory.
The final `ar-vae/data/` directory should have the following sub-directories:
```
ar-vae/data
--> dataloaders
--> morphomnist
--> datasets
--> dpsprites
--> folk_raw_data
--> mnist_data
--> plain
```

### Contents
The contents of this repository are as follows:
Expand Down

0 comments on commit 5391c79

Please sign in to comment.