Skip to content

Commit

Permalink
Update download dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin committed Nov 25, 2016
1 parent a9dbbe7 commit c1042dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd pix2pix-tensorflow
```
- Download the dataset (script borrowed from [torch code](https://github.com/phillipi/pix2pix/blob/master/datasets/download_dataset.sh)):
```bash
bash ./datasets/download_dataset.sh facades
bash ./download_dataset.sh facades
```
- Train the model
```bash
Expand Down
1 change: 1 addition & 0 deletions download_dataset.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdir datasets
FILE=$1
URL=https://people.eecs.berkeley.edu/~isola/pix2pix/$FILE.tar
TAR_FILE=./datasets/$FILE.tar
Expand Down

0 comments on commit c1042dc

Please sign in to comment.