Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Apr 8, 2022
1 parent c15ad52 commit 4db4ab4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ First, change the `pytorch_data_dir` variable to your
systems pytorch data directory where datasets are stored.

```
python download_data.py
python download_datasets.py
```

Once downloaded please navigate to your pytorch data dir and unzip the resulting files:

```
cd /YOUR/PYTORCH/DATA/DIR
unzip cocostuff.zip
```
Expand Down

0 comments on commit 4db4ab4

Please sign in to comment.