Skip to content

Commit 3a95d11

Browse files
author
Michael Virgo
authored
Docs: note dataset location in workspace
1 parent 8dff646 commit 3a95d11

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

project-dog-classification/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ Along with exploring state-of-the-art CNN models for classification and localiza
2424
git clone https://github.com/udacity/deep-learning-v2-pytorch.git
2525
cd deep-learning-v2-pytorch/project-dog-classification
2626
```
27-
3. Download the [dog dataset](https://s3-us-west-1.amazonaws.com/udacity-aind/dog-project/dogImages.zip). Unzip the folder and place it in the repo, at location `path/to/dog-project/dogImages`. The `dogImages/` folder should contain 133 folders, each corresponding to a different dog breed.
28-
4. Download the [human dataset](http://vis-www.cs.umass.edu/lfw/lfw.tgz). Unzip the folder and place it in the repo, at location `path/to/dog-project/lfw`. If you are using a Windows machine, you are encouraged to use [7zip](http://www.7-zip.org/) to extract the folder.
29-
5. Make sure you have already installed the necessary Python packages according to the README in the program repository.
30-
6. Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.
27+
28+
__NOTE:__ if you are using the Udacity workspace, you *DO NOT* need to re-download the datasets in steps 2 and 3 - they can be found in the `/data` folder as noted within the workspace Jupyter notebook.
29+
30+
2. Download the [dog dataset](https://s3-us-west-1.amazonaws.com/udacity-aind/dog-project/dogImages.zip). Unzip the folder and place it in the repo, at location `path/to/dog-project/dogImages`. The `dogImages/` folder should contain 133 folders, each corresponding to a different dog breed.
31+
3. Download the [human dataset](http://vis-www.cs.umass.edu/lfw/lfw.tgz). Unzip the folder and place it in the repo, at location `path/to/dog-project/lfw`. If you are using a Windows machine, you are encouraged to use [7zip](http://www.7-zip.org/) to extract the folder.
32+
4. Make sure you have already installed the necessary Python packages according to the README in the program repository.
33+
5. Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.
3134

3235
```
3336
jupyter notebook dog_app.ipynb

0 commit comments

Comments
 (0)