Revision e1467a79dc6580ae009d827b5e6f274faff3b339 authored by liqunfu on 27 March 2020, 21:42:04 UTC, committed by GitHub on 27 March 2020, 21:42:04 UTC
2 parent s c7bc93f + a2055f6
Raw File
README.md
# Animals Dataset

The Animals dataset is a small toy data set that contains license free images of mainly wolfs and sheep which were taken from the internet.

The Animals dataset is not included in the CNTK distribution but can be easily
downloaded by cd to this directory, Examples/Image/DataSets/Animals and running the following Python command:

`python install_animals.py`

After running the script, you will see two folders with images (Train and Test). 

The Animals dataset is for example used in the Transfer Learning example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Build-your-own-image-classifier-using-Transfer-Learning).
back to top