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
# Grocery Dataset

The Grocery dataset is a small toy data set that contains images of food items in a fridge. 

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

`python install_grocery.py`

After running the script, you will see three folders with images (positive, negative and test) and several text files that contain mappings and annotations. 

The grocery dataset is for example used in the Fast R-CNN object detection example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN).
back to top